﻿#infotable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: small;
    width: 100%;
    border: 1px solid #666666;
    font-weight: lighter;
}

    #infotable td {
        vertical-align: middle;
        padding: 2px;
    }

    #infotable th {
        text-align: center;
        background-color: #e6e6e6;
        color: black;
        font-weight: lighter;
        padding: 2px;
    }
