.logo-container > a > img {
  height: 40px;
}

.layout-content.status .masthead-container.basic {
  background-color: rgb(28,42,229);
  position: relative;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 80px;
  align-content: center;
}

.layout-content.status .masthead-container.basic .masthead {
		  margin: 0 auto;
  max-width: 850px;
  padding-top: 20px;
}

.masthead.has-logo {
  margin-bottom: 20px !important;
}

#show-updates-dropdown {
		  color:#fff;
  border:1px solid #fff;
  transition: all .2s ease-in-out; 
}

#show-updates-dropdown:hover {
  background-color:#1e76d4!important;
  transform: scale(1.005);
}

.flat-button:not(.subscribe-button), .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {
border:1px solid #0667d0;
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background:transparent;
  color:#0667d0;
  text-shadow:none;
}