.layout-content.status .masthead-container.premium .masthead .text-container
{
		/*background: transparent;*/
  background-color: rgba(255,255,255,0);
}
.layout-content.status .masthead-container.premium .masthead .text-container .page-name 
{
	color: #fff;
}
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown
{
    background: transparent;
    color: #FFF;
  		  border: 1px solid #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    text-shadow: none;
}
.flat-button:hover, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover {
    background-color: #fff;
    color: #0BC3FF;
}