.masthead-container {
  display: flex;
}

.masthead-container .no-logo {
  width: 75%;
  padding-right: 15px
}
  

.updates-dropdown-container {
  display: flex !important;
  flex-direction: column-reverse;
  margin-bottom: 70px;
  padding-top: 70px;
}

.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
    background-color: #207ab6;
}

#show-updates-dropdown { 
  background-color: #207ab6;
  height: fit-content;
}