html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.virus {
  cursor: pointer;
  enable-background: new 0 0 484.559 484.559;
  height: 70px;
}

/* Style the tab content */
.tabtable {
  width: 100%;
  text-align: center;
  color: white;
}
.tabheader {
  text-align: center;
  overflow: auto;
  width: 100%;
}

.tablink {
  background-color: #BBB;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  font-size: large;
  width: 33.333%;
}

.tablink:hover {
  background-color: #888;
}

.tabbutton {
  width: 100%;
}
.tabcontent {
  overflow: auto;
  position: absolute;
  width: 100%;
  top: 116px;
  bottom: 0px;
  color: black;
}

#IncidenceRate {
  background-color:red;
}
#NewCases {
  background-color:blue;
}
#Comments {
  background-color:green;
}

.label {
  padding: 5px;
  font-size: small;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.label h4 {
  margin: 0 0 5px;
  color: #555;
  width: 240px;
}

.legend {
  padding: 5px;
  color: #555;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
  line-height: 8px;
}

.legend i {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 5px;
  opacity: 0.8;
}

.departement {
  width: 100%;
  color: white;
  background-color: black;
  text-align: center;
}
