    table.okv_calendar {
	border:1px solid #aaa; border-collapse: collapse; font-family: Tahoma, Geneva, sans-serif; font-size: 13px; width: 100%;}
    .okv_calendar td {border:1px solid #aaa; border-collapse: collapse; clear: both;}

    .okv_calendar .calendar_y_m {border-spacing: 0px; padding: 0;}
    .okv_calendar .calendar_y_m table.calendar_year_month {border: none; border-collapse: collapse; width: 100%;}
    .okv_calendar .calendar_y_m table.calendar_year_month td {border: none; border-right: 1px solid #aaa;}
    .okv_calendar .calendar_y_m table.calendar_year_month td:last-child {border: none;}
    .okv_calendar .month_year {background: #bbb; color: #000; font-weight: bold; font-size: 16px; padding: 5px; text-align: center;}
    .okv_calendar .prev_month, .okv_calendar .next_month {background: #bbb; color: #000; font-weight: bold; text-align: center; width:30px;}
    .okv_calendar .prev_month a, .okv_calendar .next_month a {color: #000; display: block; line-height: 30px; text-decoration: none;}
    .okv_calendar .prev_year, .okv_calendar .next_year {background: #bbb; color: #fff; font-weight: bold; text-align: center; width:30px;}
    .okv_calendar .prev_year a, .okv_calendar .next_year a {color: #000; display: block; line-height: 30px; text-decoration: none;}

    .okv_calendar .calendar_date {background-image: linear-gradient(to bottom, #5aa4ed, #0675e3);  font-size: 15px; font-style: italic; height:60px; padding: 5px; vertical-align: top; width:14.2%;}
    .okv_calendar .calendar_date a {color: #143270; text-decoration: none;}
    .okv_calendar .calendar_date .calendar_appointment {cursor: pointer; color:#555; display: inline-block; float: right; font-size: 13px; font-style: normal; vertical-align: top; width:80%;}
    .okv_calendar .calendar_date .special_day {color:#f9f9f9; display: inline-block; font-size: 12px; vertical-align: top; width:48%;}
    .okv_calendar .calendar_week_day {background: #ddd; font-weight: bold; padding: 5px; text-align: center; width:14.2%;color:#000;}
    .okv_calendar .click_date {background: #ddf4ff;}
    .okv_calendar .current_date {background: #ffefdf; border: 2px solid #ffd2a6;color:#000000}
    .okv_calendar .have_appointment {background: #fff8f1;}
	.okv_calendar .blank {background: #f5f5f5; cursor: default !important;}
	.row_calendar {
      display: flex;
    }