﻿.mainContent {
    color: #415055;
    background-color: #EBEEF1;
    font-family: Arial;
    font-size: 10px;
    padding: 10px;
}

h1 {
    color: #415055;
    font-size: 20px;
    font-weight: 400;
}
strong {
    font-weight: bold;
}
.mainContent h1 {
    margin: 0 0 13px 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: inline;
    height: 0;
    visibility: hidden;
}
.clearFix, .clearfix:after, div.filter {
    display: inline-block;
}
.clearFix:after, .clearfix:after, div.filter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.longText, div.longText p {
    font-size: 120%;
    padding: 0 0 12px;
}
div.longText p {
    margin-top: 0;
    text-align: justify;
}

div.longText p.list {margin-left: 10px;}
div.longText ul.sublist {margin-left: 45px;}
div.longText .sublist > li {list-style-type:square;}


ol.main > li > ol > li > ol {list-style-type:lower-alpha}
ol.main > li > ol > li > ol > li > ol {list-style-type:lower-roman}