<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    overflow:hidden;
    margin:0;
    padding:0;
}

body {
    padding-top: 50px;
  /*  background-image: url("../images/wimlogoCompact.png");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color:#474747;
}

.keepit100 {
    width:100%;
}

 #map {
    padding-top:30px;
    width: 100%;
    height: 100%;
    position: fixed;
}

.wim-nav{
    z-index: 1000;
    background-color: #10152C;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed;
    height: 70px;
    width: 100%;
    top:0;
    box-sizing: border-box;
}

.nav-title {
    font-size: 16px;
    color: #FFF;
    font-weight: lighter;
    height: 70px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 150px;
}

.navbar-brand{
    display: block;
    height: 34px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 1px;
    justify-content: center;
    box-sizing: border-box;
    top: 15%;
    position: absolute;

}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.leaflet-top {
    top: 75px;
    position: fixed;
}

/*same as #d11010*/  /*gray19.2, 20.8, 23.5, 0.6*/
.nonStream{
    background-color: rgba(123, 131, 156, 0.4) !important;
    font-weight:bold;
    text-align:center;
    line-height:35px;
}
    
.streamSite {
    background-color:rgba(1, 110, 208, 0.6) !important;
    font-weight:bold;
    text-align:center;
    line-height: 35px;
}

.marker-cluster-small {
    background-color: transparent !important;
}




</pre></body></html>