/* font size for regular (non datatable'd) simplelists */
tbody.simplelist {
    font-size: 120%;
}
/* datatable'd tables behave differently */
table.with-datatables>tbody.simplelist {
    font-size: 80%;
}
/* larger headers */
thead.simplelist>tr>th {
    font-size: 150%;
    padding: 10px 10px 20px 10px;
}
/* some space after the arrow */ 
tbody.simplelist i {
    padding-right: 8px;
}

.simplelist {
    font-size: 100%;
    text-align: center !important;
    margin: 0 auto;
}
