﻿.datepicker {
    max-width: 350px;
}

.gridbutton {
    height: 25px;
}

.selectedButton {
    background: limegreen;
    color: white;
}

.unselectedButton {
    background: #f6f6f6;
    color: black;
}

.gridUpgrade {
    font-size: 0.9rem;
}

.k-grid th, .k-grid td {
    padding: .50rem .75rem;
}