.simplelisttable{
    font-size: 14px;
    width:100%;
    margin:30px 0;
    text-align: left;
}
.simplelisttable tr:first-child{
    border-bottom:2px solid #991B1E;
}
.simplelisttable tr:not(first-child){
    border-bottom:1px solid #ddd;
}
.simplelisttable tr td, .simplelisttable tr th{
    padding:5px 10px;
    font-size: 11px;
}
.listtablerowlink{
    text-decoration: underline;
}