@media only screen and (max-width: 1000px) {
    #pattern-explorer-outer {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    #siteImagePatternsExplorer {
        display: none;
    }

    #equipGlanceSiteNameOuter {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .highlightsFont {
        font-size: 12px;
    }
}

.pa-custom-table {
    margin: 0 auto;
    clear: both;
}


.pa-highlights-category-title {
    font-size: 18px;
    font-weight: bold;
    color: #384967;
}


.pa-highlights-category-title-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}


.p-0 {
    padding: 0;
}

.equip-glance-last-reported {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}


.zone-temp {
    min-width: 120px;
}


#equipmentScatterPlot {
    width: 100%;
    height: 500px;
}


.floor-filter {
    margin: 0 auto;
    float: left;
}

tfoot {
    display: table-header-group !important;
}

.table-header {
    color: white;
    background: #384967 !important;
}

.pointer-cursor {
    cursor: pointer !important;
}


.site-image-circle {
    width: 100px;
    height: 95px;
}