#updates-dropdown-email { display: !important }
#updates-dropdown-email-btn { display: !important }
#updates-dropdown-sms { display: !important }
#updates-dropdown-sms-btn { display: !important }
#updates-dropdown-webhook { display: !important }
#updates-dropdown-webhook-btn { display:none !important }
.updates-dropdown-nav a { width:50% !important }

.masthead .logo-container img{ 
	height: 38px;
	max-height: 38px !important;
}
@media screen and (max-width: 450px){
	.layout-content.status .masthead-container.basic .masthead .logo-container {
    	margin-bottom: 1.5rem;
	}
}

/* Optional, for subscribe button color */
/* NEW: alternate bg color, hover states */
.flat-button, .masthead .updates-dropdown-container .show-updates-dropdown, .layout-content.status-full-history .show-filter.open {
    background-color: #217b8e;
}
.flat-button:hover,
.masthead .updates-dropdown-container .show-updates-dropdown:hover,
.masthead .updates-dropdown-container .show-updates-dropdown[aria-expanded="true"],
.masthead .updates-dropdown-container .show-updates-dropdown:active,
.layout-content.status-full-history .show-filter.open {
	background-color: #0D607C;
}