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


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

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

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

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

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

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

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