.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
    background-color: #457387;
}


.text-container{
background-color: #fff;}

    

/* 
 * Start Tableau Style Guide Styles 
 */
    
/* CTA Styles for Subscribe button */
.show-updates-dropdown {
  display: inline-block;
  margin: .5em 0;
  padding: 13px 30px;
  background-color: #ff6d02;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 11px;
  font-family: "Benton Sans Medium", Helvetica, sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none; 
  -webkit-appearance: none;
  -webkit-font-smoothing: auto;
  transition: background-color 0.25s, color 0.35s; 
}
.show-updates-dropdown:hover, .show-updates-dropdown:focus {
  background-color: #ffb16f;
  text-decoration: underline; 
}

/* Widen up the main content region a bit */
.container {
		  max-width: 1209px; 
}

/* Several hacks to clean things up a bit */
.tableau-styles .clearfix {
  clear: initial;
}
.layout-content.status.status-incident hr {
  margin-top: 0;
  margin-bottom: 0;
}

.updates-dropdown {
  color: #333;
  text-align: left;
}
    
/* 
 * End Tableau Style Guide Styles 
 */

/* Hide the status legend */
.component-statuses-legend {
  display: none;
}