*{
    background-color: #fff;
}
html,body,.menu ul, .menu li, dl,dt,dd{
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
main{
    display: flex;
    max-width: 1000px;
}
main section{
    width: calc(100% - 150px);
}
.menu{
    width: 150px;
}
.menu ul, .menu li{
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}
.menu li{
    padding: 7px;
    list-style: none;
    border-bottom:  1px solid #E0E0E0;
    color: #333;
    cursor: pointer;
}
.menu li.active{
    background-color: #F2F2F2;
}
dt{
    padding: 10px 0 1px 3px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #104384;
    margin-bottom: 16px;
}
.ct-chart{
    height: 300px;
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut{
    stroke: #104384
}
table.kyrrindi {
    font-size: 11px;
    border-spacing: 2px;
    border-color: gray;
    border-collapse: collapse;
    text-align: right;
    width: 223px;
    float: left;
    margin: 10px;
}

table.kyrrindi:nth-child(4),
table.kyrrindi:nth-child(10)   {
    clear: left;
}

table.kyrrindi caption {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ACACAC;
}

table.kyrrindi tr {
    height: 12px;
    width: 223px;
    border-bottom: 1px dotted #E0E0E0;
}
table.kyrrindi tr.past {
    color: #b9b9b9;
}
table.kyrrindi tr.today {
    color: #3b5998;
    border-bottom: 1px solid #3b5998;
    background-color: #d8dfea;
}

table.kyrrindi th {
    font-weight: normal;
    color: #3b5998;
    border-bottom: 1px solid #ACACAC;
}

.months li {
    text-transform: capitalize;
}

.month-items > div{
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.month-items{
    padding-left: 30px;
}
.month-items > div.active{
    display: flex;
}
