.datepicker{
    background: #f7f8fa;
    width: 350px;
    padding: 8px 20px 20px 20px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #aeaeae;
}
.datepicker table tr td.old, .datepicker table tr td.old:hover{
    color: #dedede;
}
.next_month{
    width: 32px;
    height: 32px;
}
.next_month path{
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}
.table-condensed{
    width: 308px;
}
.datepicker-switch{
    height: 65px !important;
    font-size: 20px;
    font-family: "Roboto-Regular";
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}
.dow{
    padding: 8px 0 15px 0 !important;
}
.day{
    width: 43px !important;
    height: 40px !important;
}
.today{
    background-color: transparent !important;
    background-image: none !important;
    color: #0677d7 !important;
}
