table.x-table {
    width: 100%;
    background-color: white;
}

table.x-table th {
    font-family: FuturaMedium;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid darkgray;
}

table.x-table td {
    font-family: FuturaLightBt;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}