header {
    background: url("../img/banner.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position:center; 
    padding: 25px;
    margin: 0px 0px 20px 0px;
    min-height: 120px;
}

header h1 {
    color:white;
}

header h4, header h2 {
    color:white;
}

header small {
    color:#111111;
}


footer {
    background-color: #555555;
    margin-top: 70px;
    padding: 30px;
    color: white;
}

footer img {
    width: 140 px;
    border-radius: 10px;
}

footer h5 {
    color: white;
}

.sidebar {
    background: #f0f0f0;
    padding: 10px;
}

.hidden {
    visibility: hidden;
}



small p {
    margin: 0px;
}

.alert-box p {
    margin: 0px;
}

.status-127 {
    color: green;
}

.status-0 {
    opacity:0.4;
}

.status--127 {
    color: red;
}

.status-1 {
    color: orange;
}

.ancillary_error {
    color: red;
}

.ancillary_missing {
    color: red;
}

.tabs dd > a {
    background: none repeat scroll 0 0 #DDDDDD;
}

.tabs dd > a:hover {
    background: none repeat scroll 0 0 #BBBBBB;
}

.tabs dd.active a {
    background: none repeat scroll 0 0 #AAAAAA;
}


#map { 
    height: 400px;
    margin: 0px 0px 20px 0px;
}

#smallmap {
    height: 200px;
    margin: 0px 0px 20px 0px;
}

nav img {
    border-radius:16px; 
}


.full_graph img {
    max-width:100%;
    padding: 20px 0px 10px 0px;
}

table td {
    vertical-align:top;
}

ul[class^='small-block-grid-'] > li {
    line-height: 5vw;
}

span.instrument{
    width: 50%;
    padding:0px 0px 20px 20px;
    float: right;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logos-sidebar img {
    max-height: 100px;
}

.logos-sidebar p {
    color: #6F6F6F;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.5rem 0 1.25rem;
    padding: 0;
    text-align: justify;
}

.tab-link > a {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #222222;
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.tabs .tab-link {
    float: left;
    list-style: none outside none;
    margin-bottom: 0 !important;
    position: relative;
