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;
}


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

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

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

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

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

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

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