html {
  height: 50%;
}

  #content {
    height: 150% !important;
  }

  .responseTime {

  }
}
#content {
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  background-color: #1D1F21;
  opacity: 0.9;
}


#overview {
  height: 20%;
}

p,
td,
th,
h2,
h3 {
  color: #e2e8f0;
  text-align: left;
    font-size: 12px;
}

p {
  font-size: 10px;
}

#leftbox {
  float: left;
  width: 30%;
  height: 200px;
}
#middlebox {
  float: left;
  width: 40%;
  height: 200px;
  white-space: normal;
}
#rightbox {
  float: right;
  width: 25%;
  height: 130px;
}

#latestDowntime {
  font-weight: bold;
}

hr {
  border-top: 1px #e2e8f0;
}

td {
  font-size: 8px;
}

th {
  font-size: 8px;
}

.daily {
  text-align: center;
}

#sums td {
  padding-right: 20px;
}

.bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.success {
  color: #fff;
  background-color: #556B2F;
}
.warning {
  color: #fff;
  background-color: #d9534f;
}
.error {
  color: #fff;
  background-color: #d9534f;
}
#monitoring {
  border: 1px dashed #d9534f;
}
