.dialog-crop-history {
    width: 400px;
    min-height: 320px;
}

.dialog-crop-history-header {
    background-color: #ffa724;
}

.dialog-crop-history-inner{
    padding: 20px;
    min-height: 250px;
}

.md-button.md-fab.add-crop-history-button {
    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 40;
}