div.logo-container a img {
  width: 200px;
  top: 67px;
  position: absolute;
}
#show-updates-dropdown{
  color:white;
}
.container{
      top: 20px;
    position: relative;
}

.update {
  display:none;
}
.update:first-of-type {
  display: inline !important;
}

.layout-content.status.status-incident .update-row {
 display:none;
}
.layout-content.status.status-incident .update-row:first-of-type {
 margin-bottom:1.5rem;
   display:inline;
  
}