﻿table {   
    width: 100%;
    font-size:1.2rem;
}
th {
    background: #eea560;
    TEXT-ALIGN: CENTER;
    VERTICAL-ALIGN: middle;

}
table, td, tr, th {
    border: 1px solid #808080;
    border-collapse: collapse;
    text-align: center;
}
    table > tbody > tr:first-child {
        background: #497c9a;
    }