.content-section h2 {
    font: normal 30px/30px Avenir-Heavy;
    margin-bottom: 35px;
    position: relative;
    margin-top: 60px;
}

.content-section h2:first-child {
    margin-top: 0px;
}

.content-section ul, .content-section ol{
    font: normal 18px/25px Avenir-Light;
    margin-bottom: 18px;
}

.content-section ul li, .content-section ol li{
    padding-bottom: 15px;
}

main ul {
    list-style-type: disc;
    padding-left: 30px;
}

main ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.cookies_tbl thead td{
    background-color: #f5f5f5;
    border: 1px solid #494a66;
    font-weight: bold;
    padding: 5px;
}

.cookies_tbl tbody td{
    border: 1px solid #494a66;
    padding: 5px;
}

@media only screen and (max-width: 720px){
    .content-section ul, .content-section ol {
        font: normal 15px/21px Avenir-Light;
        margin-bottom: 12px;
    }
}