﻿#calendar {
    width: 203px;
    height: 212px;
}

.calendar-caption-row__inner {
    display: inline-block;
}

.calendar-caption-row {
    width: 100%;
    height: 18px;
    text-align: center;
}

.calendar-caption-row__inner__button {
    float: left;
    width: 30px;
    height: 15px;
    cursor: pointer;
}

.calendar-caption-row__inner__text {
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    float: left;
    margin-left: 35px;
    margin-right: 35px;
}

.week-caption {
    height: 18px;
    margin-bottom:2px;
}

.week-days {
    height: 16px;
    margin-bottom: 4px;
}

.week-days-day {
    width: 25px;
    float: left;
    height: 100%;
}

.week-days-value {
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    border: solid 1px black;
    padding-left: 2px;
    padding-top: 2px;
    cursor: pointer;
}

.week-days-day__caption {
    text-align: center;
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
    border: solid 1px blue;
    width: 27px;
    line-height: 15px;
}

.week-days-value__today {
    background-color: aqua;
}

.week-days-value__inmonth {
    color: black;
    font-weight: bold;
}

.week-days-value__outofmonth {
    color: gray;
}

.clear {
    clear:left;
}
