.sr-calendar-grid {
    width: 100%;
    border-collapse: collapse;
}

.sr-calendar-grid th, .sr-calendar-grid td {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    height: 100px;
}

.sr-calendar-grid th {
    background-color: #333;
    height: auto;
    color: white;
}

.sr-calendar-day-number {
    font-weight: bold;
}

.sr-calendar-grid .other-month {
    background-color: none;
    color: #ccc;
}

.sr-reservation {
    background-color: #7f733c;
    border: 1px solid #7f733c;
    padding: 5px;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 0.9em;
    color: white;
}

.res_month_year {
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
