@media screen and (max-width: 480px) {
    h1,
    .air-h1,
    h2,
    .air-h2,
    h3,
    .air-h3,
    h4,
    .air-h4 {
        margin: 1.414rem 0 .5rem;
        font-weight: inherit;
        line-height: 1.42;
    }

    h1,
    .air-h1 {
        margin-top: 0;
        font-size: 1.998rem;
    }

    h2,
    .air-h2 {
        font-size: 1.427rem;
    }

    h3,
    .air-h3 {
        font-size: 0.999rem;
    }

    h4,
    .air-h4 {
        font-size: 0.714rem;
    }

    h5,
    .air-h5 {
        font-size: 0.521rem;
    }

    h6,
    .air-h6 {
        font-size: .44rem;
    }
}

table {
    padding: 0;border-collapse: collapse; }
table tr {
    vertical-align: initial;
    border-top: 1px solid #cccccc;
    background-color: white;
    margin: 0;
    padding: 0; }
table tr:nth-child(2n) {
    background-color: #f8f8f8; }
table tr th {
    font-weight: bold;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 6px 13px; }
table tr td {
    border: 1px solid #cccccc;
    margin: 0;
    padding: 6px 13px; }
table tr th :first-child, table tr td :first-child {
    margin-top: 0; }
table tr th :last-child, table tr td :last-child {
    margin-bottom: 0; }