﻿.mainText {
    margin: 40px auto 0px auto;
    text-align:justify;
}
.buttonsArea {
    text-align: center;
    margin: 35px 0px 35px 0px;
}
table {
    border-spacing: 0px;
    margin: 20px auto;
    max-width: 482px;
    width: 100%;
}
table tr.row0 {
    color: white;
    font-size: 14px;
    background-color:#43647A;
    text-align: center;
    line-height: 45px;
}
table tr.row1 {
    color:#43647A;
    font-size: 14px;
    background-color:#DDDDDD;
    text-align: center;
}
    table tr td {
        direction: ltr
    }
    table tr.row1 td {
        padding:13px 0px 13px 0px;
        max-width: 240px;
        width: calc( 50% - 1px );
    }
    table tr.spacer td {
        height: 8px;
        background-color: white
    }
    table tr td.spacer {
        min-width: unset;
        width: 2px;
        background-color: white
    }
