@media (min-width: 992px) {
}

@media (max-width: 767px) {
    .divider-vertical {
        display: none;
    }
    h1 {
        font-size: 1.5em;
    }
    body {
        font-size: 10pt;
    }
}

@media (min-width: 984px) and (max-width: 1357px) {
    body {
        margin: 50px auto 20px auto;
    }
}



@media screen and (max-width: 984px) {
    /*
    table.table-docked {
        border: 0;
    }

    table.table-docked caption {
        font-size: 1.3em;
    }

    table.table-docked thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-docked tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.table-docked td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.table-docked td::before {
        !*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        *!
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-docked td:last-child {
        border-bottom: 0;
    }
    */


}


