div.metric-average {
  display: none;
}
div.legend-item-uptime-value {
	  display: none;
}
small.month-uptime {
  	display: none;
}

/* Make components legible on mobile */
.layout-content.status.status-index .components-section .component-container .name {
		    white-space: wrap !important;
}


/* Make logo mobile friendly */
@media screen and (max-width: 450px) {
      .layout-content.status .masthead-container.basic .masthead .logo-container img {
        width: 50% !important;  
    		    height: 50% !important;
      }
  }