#tblwo {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

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

#tblwo tr:nth-child(even){background-color: #f2f2f2;}
#tblwo tr:hover {background-color: #ddd;}

#tblwo th {
  padding-top:0px;
  padding-bottom: 0px;
  text-align: left;
  background-color: #585858;
  color: white;
}
