.masterHead {
  background-image:url("//s3.amazonaws.com/statuspage-production/pages-hero_covers/normal/3897/WDs6S0DESmmo06S89oTA") !important;
  height: 315px;
  width: 850px;
  background-size: cover;
  margin: 0 auto;
  border-left: 1px solid ccc;
  border-right: 1px solid ccc;

}

.release {
  padding: 10px;
  background-color: black;
  margin: auto;
  width: 850px;
  height: auto;
  font-size: 14px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius:3px;
}

.message {
  color: #fff;
  
  display:inline-block;
  width: auto;
 
}


.tooltip-base {
 color:#e0e0e0; 
}



/* Hide the global "All Systems Operational" banner completely */
.page-status {
  display: none !important;
}

/* 1. Hide the entire Past Incidents list container */
.incidents-list {
  display: none !important;
}

/* 3. Hide the link to the full "/history" page at the bottom */
a[href*="/history"],
.history-footer-link,
.page-footer a[href*="history"] {
  display: none !important;
}



/* Hide "Powered by Atlassian Statuspage" footer branding */
.powered-by,
.powered-by-brand,
.footer-logo,
a[href*="statuspage.io"] {
  display: none !important;
}





/* Smartphones (portrait and landscape) ----------- */
@media screen 
 and (max-device-width: 768px) {
		.masterHead {
    height: 0 !important;
    width: 200px !important;
  }
  
 
  
  .release {
    height: 300px;
    width: auto;
  
  }
  
  h4 {
    font-size: 20px;
  }
 
 
  
 # .buttonSurround {
 #   width: 260px;
 #   float:left;
  }
 
  }