﻿.ajax__calendar_day_disabled
{
    background-color: white !important;
    color: brown !important;
}
.buttonClass
{
    padding: 2px 20px;
    text-decoration: none;
    border: solid 1px Black;
    background-color: #B0CECD;
    color: red;
}
.buttonClass:hover
{
    border: solid 1px Black;
    background-color: #ffffff;
}
