@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
.component_exhibition-list {
    width: 99%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}
.component_exhibition-list table {
    width: 99.8%;
    margin: 0 auto;
}
.component_exhibition-list th, .component_exhibition-list td {
    border: 1px solid #CCC;
    padding: 1px;
}
.component_exhibition-list th {
    background-color: #FAFAFA;
    font-weight: normal;
    font-size: 90%;
    text-align: center;
}

.component_exhibition-list .calendar_cols {
    width: 3.21%;
}

.component_exhibition-list table td {
    height: 30px;
    text-align: center;
    background: #ffffff;
    vertical-align: top;
    padding: 2px;
}
.component_exhibition-list .calendar_cols_w0 {
    background: #FFCCCC;
}
.component_exhibition-list .calendar_cols_w6 {
    background: #CDE9FF;
}
.component_exhibition-list .calendar_cols_holiday {
    background: #FFCCCC;
}
.component_exhibition-list .past {
    background: #dddddd;
}
.component_exhibition-list td.request {
    background: #F6FCD0;
}
.component_exhibition-list td.current {
    background: #D8FDCF;
}
