table.vs1 {
    border-collapse: collapse;
    width: 100%;
}

th.vs1, td.vs1 {
    text-align: left;
    padding: 8px;
}

tr.vs1:nth-child(even){background-color: #f5f5f5}
tr.vs1:hover {background-color: #d9d9d9}

th.vs1 {
    background-color: #cee0f5;
    color: #0072bc;
}
