﻿
h1 {
    margin: 0;
    padding: 0;
    margin-bottom:20px;
}

h2 {
    margin-top: 0;
}

@media (min-width: 480px) {
    h1 {
        font-size: -webkit-calc( 25px + ( 28 - 25 ) * ( ( 100vw - 480px ) / ( 1280 - 480 ) ) );
        font-size: calc( 25px + ( 28 - 25 ) * ( ( 100vw - 480px ) / ( 1280 - 480 ) ) );
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: 1.75em; /*28px;*/
    }
}
/* mobile/desktop ads margin/padding adjust */
#div-gpt-ads_content_320x50mid {
    padding-bottom: 10px;
}

#div-gpt-ad-bottom-1 /* desktop bottom */ {
}
/* end: mobile/desktop ads margin/padding adjust */
.table-ceo-payratio thead tr th {
    border-top: 1px solid #ddd !important;
    font-weight: 500;
}

.table-ceo-payratio tr:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.table-ceo-payratio tbody tr:last-child td:last-child {
    border-bottom: 1px solid #dfdfdf;
}
