/*.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: lightgray;
   padding
}*/
#showTime tr{
    border: 1px solid lightgray;
}
#showTime tr:hover{
    border: 1px solid gray;
    color: blue;
    font-weight: bold;
}