@import url(https://fonts.googleapis.com/css?family=Inter:400,300,600);

body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

p {
  font-size: 16px;
  font-weight: 400;
}
.status-day {
    display:none;  
}
.status-day:nth-child(-n+8) {
    display:block
}

/* Header */
.layout-content.status .custom-header-container {
  position: relative;
  width: 90%;
  max-width: 850px;
  height: 90px;
  margin: 0 auto 330px auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.layout-content.status .custom-header-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: -100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.layout-content.status .custom-header-container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  right: -100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.layout-content.status .custom-header-container .glyph {
  float: left;
  width: auto;
  min-width: 140px;
  height: 90px;
  margin: 0;
  background-image: url(https://info.bynder.com/hs-fs/hub/456566/file-2287220866-svg/jan2015_Theme_images/logo-blue.svg?t=1501604447450);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 50%;
}

.layout-content.status .custom-header-container .updates-dropdown-container {
  display: block;
  height: 40px;
  line-height: 40px;
  float: right;
  margin-top: 25px;
  padding: 0 30px;
  background-color: #126dfe;
  border-radius: 5px;
}

.layout-content.status .custom-header-container .updates-dropdown-container:hover {
  background-color: #08d;
  cursor: pointer;
}

.layout-content.status .custom-header-container .updates-dropdown-container > a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.updates-dropdown-container .updates-dropdown {
  left: 0;
}

.layout-content.status .masthead-container .masthead {
  margin-bottom: 145px;
}

/* Container */
.container {
  margin-top: 0;
}

.layout-content.status.status-index .text-section {
  position: absolute;
  width: 90%;
  max-width: 850px;
  top: 180px;
  text-align: center;
}

.layout-content.status.status-index .text-section h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
  color: #44444e;
}

.layout-content.status.status-index .text-section,
.layout-content.status.status-index .text-section p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #b4bab4;
}

.layout-content.status.status-index .text-section h4 {
  display: none;
}

.layout-content.status.status-index .page-status {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border-radius: 5px;
  border: 0;
}

.layout-content.status.status-index .page-status .last-updated-stamp {
  top: 0;
  color: #fff;
  line-height: 70px;
}

/* Table */
.layout-content.status.status-index .components-section .components-container.one-column .component-container {
  width: 50%;
  height: 70px;
  float: left;
  border: 1px solid #E9EAEC !important;
  background-color: #fff;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container.open {
  height: auto;
  min-height: 70px;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:first-child {
  border-radius: 5px 0 0 0 !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(2) {
  border-radius: 0 5px 0 0 !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-child(2n) {
  border-right: 1px solid #E9EAEC !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:nth-last-child(2) {
  border-bottom: 1px solid #E9EAEC !important;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container:last-of-type {
  border-right: 1px solid #E9EAEC !important;
  border-bottom: 1px solid #E9EAEC !important;
  border-radius: 0 !important;
}

.layout-content.status.status-index .components-section .component-container .component-status {
  font-size: 0;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator {
  display: block;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator.fa-check {
  color: #00e477;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator.fa-minus-square {
  color: #FDC400;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator.fa-exclamation-triangle {
  color: #FE9200;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator.fa-times {
  color: #E10000;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator.fa-wrench {
  color: #428BE5;
}

.layout-content.status.status-index .components-section .components-container.one-column+.component-statuses-legend {
	display: block;
}

.layout-content.status.status-index .components-section .component-statuses-legend .legend-item {
	margin-right: 8%;
}

.layout-content.status.status-index .components-section .component-statuses-legend .legend-item .icon-indicator.fa-check {
  color: #00e477;
}

.layout-content.status .incidents-list.format-expanded .status-day .date {
  font-weight: 300;
}
  .history-footer-link{display:none;}
  .history-backpage{display:none}