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

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

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

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

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

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