/* 

CSS Override for the Protected Areas Page

*/

table#table-pa-top-data th,
table#table-pa-top-data td {
    background-color: transparent !important;
}

section.section {
    background: unset !important;
}

nav.tabs {
    float: left;
    z-index: 200;
    position: relative;
    /* background: aliceblue; */
    left: 50%;
}

.sticky-top {
    background: #031d3c;
}