html, body {
    margin  : 0;
    padding : 0;
}

.clear {
    clear : both;
}

#scroll-to-top {
    display : none;
}

/* =Tables
-----------------------------------------------------------------------------*/
.text-page table {
    empty-cells: show;
}
.text-page tfoot th,
.text-page tfoot td {
    background-color: #f2f2f2;
    display: table-cell;
}
.text-page th,
.text-page td {
    border-bottom: 1px solid #eeeeee;
    padding: 0.5em 0.8em;
}
.text-page table caption {
    text-transform: uppercase;
    padding: 0 1em;
    color: #999999;
    font-size: 0.85em;
}

.text-page table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.block-title-text__link:hover {
    color: #2f365a
}