#mreport-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

#mreport-content h1 {
    font-size: 18px!important;
    line-height: 24px!important;
    margin-bottom: 18px!important;
}

#mreport-content h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

#mreport-content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

#mreport-content ul {
    color: #414141;
    font-size: 18px;
    margin-bottom: 16px;
    
}

#mreport-content li {
    position:relative;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 14px 0px 14px;
    margin-bottom: 14px;
    margin-left:16px;
}

#mreport-content li:before {
    font: normal normal normal 14px / 1 'FontAwesome';
    content: '\f111';
    font-size: 8px;
    color: #000000;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: -5px;
}

#mreport-content ul ul {
    margin-top: 14px;
}

#mreport-content li li:before {
    font: normal normal normal 14px / 1 'FontAwesome';
    content: '\f10c';
    font-size: 8px;
    color: #000000;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: -5px;
}

#mreport-content a {
    font-size: 17px;
    color:#0000cd;
    text-decoration: underline!important;
}

#mreport-content img {
    max-width:100%;
}





































