﻿table {
    font-family:'Times New Roman', Times, serif;
    border-collapse: collapse;
    width: 100%;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0094ff;
    color: white;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 12px;
}

table tr:nth-child(even){background-color: #ebeaea;}

table tr:hover {background-color: #ddd;}
