body {
    background: #F9F9F9 none repeat scroll 0% 0%;
    color: #0E171C;
    font: 300 100%/1.5em "Lato",sans-serif;
    margin: 0px;
}

.title{
    text-align: center;
}

.calendar-container{
    background: #FFFFFF;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 5px 8px;
}
.calendar-container .calendar header .month,
.calendar-container .calendar header .month .city {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #373F41;
}
.calendar-container .calendar header .month .city {
    display: block;
    color: #c4c4c4;
    text-align: left;
    padding-bottom: 13px;
}
.calendar table td {
    border: 1px solid black;
}
.calendar table thead td, .calendar table tbody tr td {
    background-color: white !important;
}
