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

/*------------------------------------------*/
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}

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


#c19dode {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  box-shadow: 0px 2px #009879;
/*  width: 100%; */
}

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

#c19dode tr:nth-child(even){background-color: #f2f2f2;}

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

#c19dode th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009879;
  color: white;
}
#c19dode td:nth-child(1) { text-align: left; } 
#c19dode td:nth-child(2) { text-align: right; } 
#c19dode td:nth-child(3) { text-align: right; } 
