@media screen and (max-width: 975px) {
    #datacenterInfoContainer {
        background-color: #F5F5F5;
        float: none;
        width: 100% !important;
        height: auto !important;
        margin: 10px 0 0 0;
    }

    #mapContainer {
        overflow: visible;
    }

    #mapWrapper {
        width: 100% !important;
    }

    #mapDescription {
        padding-top: 12px;
    }

    .information-box {
        padding: 15px;
        width: 23%;
        float: left;
    }
}

@media screen and (max-width: 700px) {
    .column {
        clear: both;
        width: 100% !important;
    }
}

@media screen and (max-width: 595px) {
    .information-box {
        width: 32%;
    }

    .table thead th {
        font-size: 11pt;
        padding: 10px 5px 10px 5px;
        text-align: center;
    }

    #contentMovedWarning {
        width: auto;
    }
}

@media screen and (max-width: 425px) {
    #map, #map-notification {
        display: none !important;
    }

    #mapContainer {
        border: none;
        padding-top: 0;
        margin-top: 0;
    }

    #selectorContainer {
        margin-bottom: 0;
    }

    #defaultDescription .column:first-child {
        margin-top: -15px;
    }

    #datacenterInfoContainer {
        float: none;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        margin: 20px 0 0 0;
    }

    .information-box {
        width: 100%;
    }

    #dropdownButton {
        font-size: 15pt;
        width: 100%;
    }

        #dropdownButton:after {
            font-size: 18pt;
        }

    .table thead th {
        font-size: 10pt;
        padding: 10px 0 10px 0px;
        text-align: center;
    }
}
