.report {
    max-width: 1200px;
    width: 90%;
    margin: 60px auto;
    height: 100%;
}


.report td {
    padding: 5px 15px;
}

.report h1, .report h2, .report h3, .report h4, .report h5{
    Font-Family: 'OPENSANSREGULAR', Georgia;
    line-height: normal;
    color: black;
    Letter-spacing: 1px;
}

.report h1 a, .report h2 a, .report h3 a, .report h4 a, .report h5 a{
    Text-decoration: none;
    color: black;
}

.report h1 a:hover, .report h2  a:hover, .report h3  a:hover, .report h4  a:hover, .report h5  a:hover{
    Text-decoration: underline;
    color: #A31911;
}

.report h1 {
    font-size: 26px;
    Margin: 30px 0px 10px;
}

.report h2 {
    font-size: 20px;
    Margin: 20px 0px 8px;
}

.report h3 {
    font-size: 18px;
    Margin: 15px 0px 8px;
}

.report h4 {
    font-size: 16px;
}

.report h5 {
    font-size: 15px;
}

/* заголовок в тексте*/
.report p, .report h4, .report h5, .report h6, .report table, .report ul, .report div{
    /*margin-left: 50px !important;*/
}

.report p.h {
    Font-Family: 'OPENSANSSEMIBOLDREGULAR', Georgia;
    Font-weight: normal; Font-size: 14px;
    Margin: 0px 0px 10px;
    color: #333333;
}

.report p.h a {
    color: #28609B;
}

/* подзаголовок в тексте */
.report p.sh {
    Font-Family: 'OPENSANSSEMIBOLDREGULAR', Georgia;
    Font-weight: normal; Font-size: 13px;
    Margin: 8px 0px;
    color: #333333;
}

.report p.sh a {
    color: #28609B;
}

/* нормальный текст */
.report p.n, .report p.n_center {
    Font-Family: 'OPENSANSREGULAR', Georgia;
    Font-weight: normal; Font-size: 13px;
    Margin: 0px 0px 6px;
    color: #333333;
    Text-align: left;
}

.report p.n_center {
    Text-align: center !important;
}
.report p.n a, .report p.n_center a {
    color: #28609B;
}

/* нормальный текст */
.report p.link {
    Font-Family: 'OPENSANSREGULAR', Georgia;
    Font-weight: normal; Font-size: 13px;
    Margin: 0px 0px 20px;
    color: #333333;
}

.report p.link a {
    color: #28609B;
}

/* мелкий текст */
.report p.s {
    Font-Family: 'OPENSANSREGULAR', Georgia;
    Font-weight: normal; Font-size: 11px;
    Margin: 0px 0px 5px;
    color: #333333;
}

.report p.s a {
    color: #28609B;
}

/* оглавление */
.report p.content {
    Font-Family: 'OPENSANSREGULAR', Georgia;
    Font-weight: normal; Font-size: 13px;
    color: black;
}

.report p.content a {
    color: #28609B;
}

.report p.level1 {
    Margin: 0px 0px 40px;
}

.report p.level2 {
    Margin: 0px 0px 5px 50px;
}

.report p.level3 {
    Margin: 0px 0px 5px 60px;
}



.report p.divider {
    Font-Family: 'OPENSANSREGULAR', Georgia;
    Font-weight: normal; Font-size: 12px;
    Margin: 5px 0px;
    color: #333333;
}

.report p.divider a {
    color: #28609B;
}

.page_divider {
    height: 25px;
    width: 100%;
    border-bottom: 1px black dotted;
    Margin: 5px 0px;
}

.report table.rating th {
    background-color: silver;
    vertical-align: middle;
    padding: 10px;
}
.report table.rating tr.even {
    background-color: #eeeeee;
}

.collapse-block-button {
    Font-Family: 'Circe-Regular', Verdana, sans-serif;
    Font-weight: normal;
    Font-size: 20px;
    line-height: 32px;
    Margin: 0 57px 15px 80px;
    color: #333333;
    Padding: 5px 15px;
    Background: linen;
    border-radius: 10px;
    text-align: left;
    cursor: pointer !important;
}