.cel_name {
    font-size: 16px;
    color: #3b95ca;
    line-height: 30px;
}

.cel_block {
    float: left;
    width: 230px;
    height: 280px;
    margin: 8px;
}

.celendar {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

.celendar th, .celendar td {
    text-align: center;
    background: #fff;
    border: solid 1px #d6d6d6;
}

.celendar td span {
    font-size: 16px;
    position: relative;
}

.celendar th {
    color: #ff9a00;
}

.celendar td.hollyday {
    background: #d6d6d6;
}

.celendar td.weekend {
    color: #ff9a00;
    background: #fff;
}

.celendar td.hide {
    color: #d6d6d6;
}

.days_info {
    line-height: 30px;
}

.celendar td.hollyday:hover {
    cursor: pointer;
}

.weekend_info {
    display: none;
    background: #509dce none repeat scroll 0 0;
    border: 1px solid #1c75a9;
    border-radius: 6px;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    text-align: left;
    white-space: normal;
    width: 200px;
}

.weekend_info::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #509dce;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
  width: 0;
}

.celendar td.hollyday:hover .weekend_info, .weekend_info.hollyday_hover {
    bottom:30px;
    left:50%;
    margin-left:-110px;
    opacity:1;
    display:block;
    z-index:999;
}

.raspisanie {
    width: 100%;
}

.raspisanie th, .raspisanie td {
    padding: 10px;
}

.raspisanie th {
    padding: 10px 10px;
}

.res_text, .hint {
    font-size: 20px !important;
}

