table.req{
    text-decoration: none;
    border-collapse:collapse;
    width:50%;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
table.req th{
    font-weight:normal;
    font-size:14px; 
    color:#ffffff;
    background-color:#354251;
  text-align: center;
}
table.req td{
    font-size:13px;
    color:#354251;
}
table.req td,table.req th{
    white-space:pre-wrap;
    padding:10px 5px;
    line-height:13px;
    vertical-align: middle;
    border: 1px solid #354251;
} 
table.req tr:hover{
    background-color:#f9fafb
}
table.req tr:hover td{
    color:#354251;
    cursor:default;
}
p.header{
    text-align: center;
    font-size: x-large; 
    font-weight: bold;  
    margin-bottom: 2%;
}