﻿/* calendar page */
.html-calendar-page .master-wrapper-content{
    width:100%;
    padding:0 5vw 0 5vw;
}

.html-calendar-page .table-of-contents-calendar a {
    margin-left: 1vw;
}

.html-calendar-page .title-year-container {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    background-color: #cc9933;
    margin-top: 20px;
}

.html-calendar-page .title-year {
    margin-left: 10px;
}

.html-calendar-page .table-item.calendar-table-item {
    padding: 0;
    min-height: 200px;
    border: 1px solid black;
    background-color: #e6e6e6;
}

.html-calendar-page .title-month-container {
    background-color: #cccccc;
    border-bottom: 1px solid black;
}

    .html-calendar-page .title-month-container span {
        margin-left: 5px;
    }

.html-calendar-page table {
    width: 95%;
    margin: 5px auto 5px auto;
}

.html-calendar-page table, .html-calendar-page th, .html-calendar-page td {
    border: 1px solid black;
    border-color: #6d6f00;
}

.html-calendar-page table td, .html-calendar-page table th {
    padding: 1px 3px;
}


.html-calendar-page .table-departures tr th:nth-child(2),
.html-calendar-page .table-departures tr th:nth-child(4),
.html-calendar-page .table-departures tr th:nth-child(5) {
    text-align: center;
}

.html-calendar-page .table-departures tr td:nth-child(2),
.html-calendar-page .table-total td:first-child {
    text-align: right;
}

.html-calendar-page .table-total-text{
    font-weight: 700;
}

.html-calendar-page .table-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 1920px) {
    
}
@media (min-width: 1600px){
    
}

.html-calendar-page .table-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}