#calendar > thead > tr > th,
#calendar > thead > tr > td,
#calendar > tbody > tr > th,
#calendar > tbody > tr > td {
    border-bottom: none;
    border-top: none;
    width: 14%;
    text-align: center;
}

#calendar > thead > tr > td,
#calendar > thead > tr > th {
    padding: 8px 0;
}

#calendar > tbody > tr > td,
#calendar > tbody > tr > th {
    padding: 0;
}

.week_name {
    display: inline-block;
    font-family: monospace;
}

#calendar_nav {
    text-align: center;
}

#calendar_nav span {
    display: inline-block;
    width: 200px;
}

#calendar_nav > * {
  vertical-align: middle;
}

.nav_btn {
    padding: 5px;
}

.nav_btn_disabled {
    opacity: 0.5;
}

.nav_btn:hover {
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.month_name {
    padding: 5px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#calendar th, #calendar td {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#calendar th:first-child{
    color: #ff2323;
}

#calendar td:first-child div span:first-child {
    color: #ff2323;
}

#calendar th:nth-child(7) {
    color: #2391ff;
}

#calendar td:nth-child(7) div span:first-child {
    color: #2391ff;
}

.day {
    margin: 2px;
    padding: 3px 0;
}

.v-is-selectable {
    cursor: pointer;
}
.v-is-selectable:hover {
    background-color: #f7faf7;
}
.v-is-selectable-status {
    color: #ff9123;
    font-weight: bold;
    font-size: 18px;
}
.v-no-selectable-status {
    color: GrayText;
    font-size: 18px;
}
