.gray-section {
    text-align: justify;
    background: #F5F5F5;
    padding: 23px;
    color: #606060;
}

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

th, td {
    padding: 5px;
}

p {
    text-align: justify;
}

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

ul h3{
    text-transform: uppercase;
}

.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;
    cursor: pointer !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
