body {
  font-family: 'Lato', sans-serif;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown{
-webkit-box-shadow:none;
  font-weight:700;
}

.layout-content.status .masthead-container.basic {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #F4F7F9;
    padding: 0 20%;
}


.layout-content.status .masthead-container.basic .masthead {
  padding:0px;
}


@media (max-width: 1200px) {
  /* Your mobile-specific styles here */
  .layout-content.status .masthead-container.basic {
  
    padding: 0px 5%;
}

}