#weatherData {
    background-color: bisque;
    border: 5px solid black;
    padding: 10px;
}

#weatherData th {
  background-color: #786f6f;
}

#weatherData td {
  background-color: #aba2a2;
}

#test {
  background-color: bisque;
  border: 5px solid black;
  padding: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid black;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}


.lowTemp {
  color: aqua;
}

.highTemp {
  color: red;
}

.prec {
  color: blue;
}

.testC {
  color: green;
  font-size: 3em;
  font-weight: bold;
}

#result {
  background-color: #aba2a2;
  border: 5px solid black;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  white-space: pre-wrap;  /*Forces the html to preserve white-space*/
}