/*
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
*/

.report{
    min-height: 700px;
}
.report #index-report-list .title{
    color: #404040;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.report #index-report-list .date{
    color: #404040;
    font-family: Lato;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;

}
.report #index-report-list .lead{
    color: #404040;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
}

.report #index-report-list .item{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 2px solid #efefef;
}
.report #index-report-list:last-child .item{
    border-bottom: none;
}

.report #index-report-list .col-sm-1 {
	display: table !important;
}

@media (max-width: 767px) {
    .report #index-report-list .img-wrapper{
        float: none !important;
    }
}