.buttonblue {
  background-color: #0971B3;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 15px 0px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Arial", Arial, sans-serif;
  border: 2px solid #0971B3
}

.buttonblue:hover {
  background-color: white;
  color: black;
  border: 2px solid #0971B3;
}

.buttonpurple {
  background-color: #670033;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 15px 0px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Arial", Arial, sans-serif;
  border: 2px solid #670033
}

.buttonpurple:hover {
  background-color: white;
  color: black;
  border: 2px solid #670033
}

.buttonorange {
  background-color: #E77F1B;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 15px 0px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Arial", Arial, sans-serif;
  border: 2px solid #E77F1B
}

.buttonorange:hover {
  background-color: white;
  color: black;
  border: 2px solid #E77F1B
}

th {
  text-align: center;
}

td {
	text-align: center;
}

canvas { 
  background: #eee; 
  display: block; 
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0;
  overflow: hidden;
  /*  Disable scrollbars */
  display: block;
  /* No floating content on sides */
}