html,body{clear:both;width:100%;height:100%;margin:0;padding:0;overflow:hidden}
.table
{
    width:100%;
    border-collapse:collapse;
}
.table td, .table th 
{
    border:1px solid #cecece;
    padding:3px 7px 2px 7px;
}
.table th 
{
    text-align:left;
    padding-top:5px;
    text-transform: uppercase;
    padding-bottom:4px;
    background-color: #f5f5f5;
    color: #000;
    font-weight: normal;
}

.table tr.alt td 
{
    color:#000;
    background-color:#FFF3A1;
}