/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-07-30, 15:50:07
    Author     : annar
*/

.calendarium{
    min-height: 700px;
}
.calendarium #index-calendarium-list .title{
    font-family: Lato;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.calendarium #index-calendarium-list .date{
    font-family: Lato;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
padding-left:18px;
}
.calendarium #index-calendarium-list .item{
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
   margin-left: 40px;
}
.calendarium #index-calendarium-list .item:first-child{
    border-top: none;
}