﻿body {
    background-color: #f8f8f8;
}

.mlTitle {
    font-size: 0.9em;
}

.MLDate {
    font-size: 0.8em;
}

.imgIcon {
    height: 22px;
}

.imgDl {
    height: 16px;
    vertical-align: bottom;
}
/*cards*/
.imgHeader {
    height: 200px;
    width: 100%;
    display: block;
}

.thumbnail {
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    border: 0;
    box-shadow: 0px 5px 20px #00000012;
}

.MLRptFigureHeaderCaption {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 0.6em;
    padding: 30px;
    color: #fff;
}

.MLRptFigureCaption {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 30px;
    color: #fff;
}

.MLRptCaption {
    height: 40px;
    line-height: 20px;
}

.MLRptFile {
    text-align: left;
}

.MLRptDate {
    text-align: right;
    font-size: 0.8em;
}
