body.status{
	background-image: url(https://www.mailgun.com/static/css/assets/envelope-border.png);
background-position: 0 0;
background-repeat: repeat-x;
background-size: 40px 2px;
}

body.status .container,.layout-content.status .masthead-container.basic {
	  	// max-width:1200px;
  	//max-width:900px;
}

.no-incidents{
  color:#aaa;
}

.logo-container img{
  max-height:50px !important;
}

.custom-metrics-container{
//	width: 60%;
//	float: left;
//	margin-right: 5%;
}

.layout-content.status .masthead-container.basic .masthead{
  padding-top:30px;
}

.layout-content.status .masthead-container .masthead{
  margin-bottom:30px;
}


.layout-content.status .incidents-list{
//	width: 35%;
//	float: right;
//	margin-top:0;
}

body.status .page-footer{
	clear:both;
	margin:40px 0;
}

@media all and (max-width: 720px){
  .custom-metrics-container,.layout-content.status .incidents-list{
  	width:100%;
  	float:none;
  	margin-right:0;
  }
}