table {
    width: 100%;
}

table td,
th {
    text-align: center;
}


tr:hover {
    background-color: #85C1E9;
}
