/* space under header logo */
.layout-content.status .masthead-container .masthead {
  margin-bottom: 20px;
}

/* space under the site description */
.layout-content.status.status-index .text-section {
  margin-bottom: 20px;
}

/* remove subscribe button */
.updates-dropdown-container {
  display: block;
}

/* remove status of whole services */
.page-status {
  display: none;
}

/* Font color of service description*/
.color-secondary {
  color: #000000;
}
/* Remove 'Abount This Page' */
.text-section h4 a {
  display: none;
}
/* Border around 'About This Page' */
.text-section {
  border:#d0d0d0 solid 0px;
  padding: 10px;
}


/* remove links to history pages */
.components-uptime-link {
  display: none;
}
/* remove incidents */
.incidents-list {
  display: block;
}
/* remove link to past incidents */
.history-footer-link {
  display: block;
}

/* remove label of 'Powered by statuspage' */
.powered-by a {
  display: none;
}

/* remove all footer */
.page-footer {
  display: block;
}
/* ricoh logo */
.logo-container img {
  width: 215px;
}
/*
* 
 * Customization for this page.
*
*/
.text-note {
  color: gray;
}