.header_1 {
    line-height: 120%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

h2 {
    line-height: 120%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

.gray-section {
    text-align: justify;
    background: #F5F5F5;
    padding: 10px;
    color: #606060;
    font-size: small;
}

ul {
    padding: 0;
    font-size: 12px;
    text-align: justify;
    color: #333333;
    line-height: 20px;
}

ul h3{
    text-transform: uppercase;
}

ul.pl15 {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 12px;
    text-align: justify;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 5px;
}

.table-wrapper {
    overflow-x: auto;
}

p {
    text-align: justify;
}

.content ol h3{
    font-size: 1.17em;
}
.content OL {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
.content OL LI {
    display: block
}
.content OL LI:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight:bold;
}

#ot-sdk-btn.ot-sdk-show-settings {
    border: none !important;
    background: transparent !important;
    word-break: normal !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 120% !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
