.page-footer {
  display:none;
}

.layout-content.status.status-index .page-status {
  margin-bottom:20px;
}


button {
  background-color: #F9423A;
  color: blue;
  float: left;
  border: none;
  border-color:white;
  outline: none;
  cursor: pointer;
  padding: 10px 18px;
  font-size: 10px;
  float:right;
  display:inline-block;
}
.tablink {
  background-color: white;
  color: blue;
  border: 2;
  border-color:grey;
  outline: none;
  cursor: pointer;
  padding: 4px 10px;
  font-size: 16px;
  float:left;
  display:inline-block;
}

.footer {
  background-color: white;
  color: black;
  outline: none;
  cursor: pointer;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 4px;
  font-size: 14px;
  float:left;
  display:inline-block;
}

.status-day:nth-child(n+5) { display:none; }