.box {
    max-width: unset;
}

th,
td {
    /*
    font-size: 12px;
    */
}

.source_link {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
}

.page_notice .remote a {
    color: blue;
}

.page_notice .remote th {
    text-align: center;
}

.page_pricing h1 + ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.page_pricing h1 + ul > li {
    margin: 0;
    padding: 1rem;
    width: 100%;
}

.page_pricing h1 + ul ul {
    list-style-type: disc;
    margin: 0;
    padding: 1.5rem;
}

@media (max-width: 1199px) {
    .source_link {
        display: block;
        position: static;
        margin-top: -1rem;
        margin-bottom: 2rem;
    }

    .page_notice table {
        display: table;
    }
    .page_notice thead {
        display: table-header-group;
    }
    .page_notice tbody {
        display: table-row-group;
    }
    .page_notice tr {
        display: table-row;
        margin-bottom: initial;
        background: initial;
        padding: .5rem;
    }
    .page_notice td {
        display: table-cell;
        width: initial;
        padding-left: initial;
    }
    .page_notice td:nth-child(1) {
        width: 200px;
    }
    .page_notice td:before {          
        display: none;
        width: auto;
        margin-left: auto;
        text-align: left;
        float: none;
    }
    .page_notice td:after {
        display: none;
    }
}


.page_notice.gulf_south .desktop {
    display: block;
}
.page_notice.gulf_south .mobile {
    display: none;
}

@media (max-width: 1600px) {
    .page_notice.gulf_south .desktop {
        display: none;
    }
    .page_notice.gulf_south .mobile {
        display: block;
    }
}




