body {
  background: #262626;
  color: white;
  font-family: "Helvetica Neue Bold", arial, helvetica, sans-serif;
}

#header {
  background-color: inherit;
}

#footer {
  clear: both;
  background-color: inherit;
}
a {
  color: hotpink;
}
.widget-container {
  width: 300px;
  float: left;
  position: relative;
}

.chart-container {
  height:400px;
  width:600px
}

.left150 {
  width: 150px;
  float: left;
}

#left-sidebar {
  width: 600px;
  float: left;
  background-color: inherit;
  position: relative;
  z-index: 2;
}

#content {
  background-color: inherit;
  float: left;
  width: calc(100% - 600px);
  box-sizing: border-box;
}
  
.headerleft {
  width: 600px;
  height: 150px;
  float: left;

  position: relative;
  z-index: 2;
}

.headercontent {
  background-color: inherit;
  float: left;
  width: calc(100% - 600px);
  height: 150px;
  box-sizing: border-box;
}


.susceptibleText {
  color: white;
}

.infectedText {
  color: red;
}

.recoveredText {
  color: yellow;
}


.time *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.time strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

.time em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

.time span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}