html, body 
{ 
  font-family: Verdana, sans-serif;	
  padding: 0; 
}

a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; color: #009879; }

h1 {
  font-size:x-large;
  color:black;
}

#vaxdose {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  box-shadow: 0px 2px 5px rgba(0, 152, 121, 0.5);
}

#vaxdose td, #vaxdose th {
  border: 1px solid #ddd;
  padding: 8px;
}

#vaxdose tr:nth-child(even){background-color: #f2f2f2;}
#vaxdose tr:last-child { font-weight: bold; }

#vaxdose tr:hover {background-color: #ddd;}

#vaxdose th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #009879;
  color: white;
}
#vaxdose td {
  text-align: right;
}

#vaxdose th:nth-child(1) { text-align: left; }
#vaxdose td:nth-child(1) { text-align: left; }

#vaxdose td:last-child,
table th:last-child {
    font-weight: bold;
}
