﻿table {
    font-family:Calibri;
    border-collapse: collapse;
    width: 100%;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: steelblue;
    box-shadow: inset 0px 0px 25px #222e53;
    color: white;
}

table tr {
    height:8px;
}

table td, table th {
    border: 0px solid #ddd;
    padding: 4px;
    font-size: 12px;
}

    table tfoot {
        border-top: 3px solid #ddd;
    }
table tr:nth-child(even){background-color: #ebeaea;}

table tr:hover {
    background-color: #ddd;
    box-shadow: inset 0px 0px 25px #808080;
}
