body {
font-family: Trebuchet, Trebuchet MS, sans-serif;
width:98%;

}



.table {
    display: table;
    margin-bottom: 0;
    padding: 0;
}

.table .table-headers {
background-color: #6094c1;
font-weight:bold;
font-size:12px;
padding-top:15px;
padding-bottom:15px;
position:fixed;
top:0px;
}

.table-row {
    display: table-row;
    padding: 0px;
    float: left;
width:100%;
}


.table-body .table-row.odd {
    background: #F8FDFF;
}

.table-cell {
    display: table-cell;
     padding:0px 5px;
}
.table-cell p {
padding:0px;
line-height:21px;
font-size:14px;
margin:0px;

}

.table-cell p a {
color: #5381ac;
text-decoration:none;
}


.table-cell p a:hover {
color:#729abd;
border-bottom:1px dotted #729abd;
}


header, footer, .sticky-header {
display:none;

}