﻿table {
    border-collapse: collapse;
}

table, th, td {
   border: 1px solid black;
   text-align: center;
   vertical-align:middle;
   padding: 15px;
}

tr:hover {
background-color: white;
}

th {
    background-color: #607D8B;
    color: white;
}

