body {
  font-family: "helvetica", sans-serif;
  text-align: left;
  padding-left: 3px;
}

a:link    {color:#000;}
a:visited {color:#000;}
a:hover   {color:#000;}
a:active  {color:#000;}

#table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  float: left;
  margin-right: 10px;
}

#table td, #table th {
  border: 1px solid #ddd;
  text-align: center;
  padding: 3px;
}

#table td:first-child, #table th:first-child {
  text-align: left;
}

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

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

#table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.btn {
  float: right
}
