@media (min-width: 768px) {
  .tabula-desktop-header {
    position: relative;
    z-index: -1;
    display: block !important;
    margin-bottom: 0;
  }
  
  .tabula-mobile-header {
    display: none;
  }
}

.layout-content.status .masthead-container .masthead {
  margin-bottom: 0px !important;
  padding-top: 20px !important;
}

.custom-header-container {
  margin-bottom: 20px !important; 
}

.components-container, .metrics-container {
  background: white;
}

rect.highcharts-background {
 	 fill: white !important;
}

#warwick-logo {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

#warwick-wordmark {
  height: 60px; 
}

#warwick-crest {
  height: 90px; 
}