/* Table with no row headers columns */
ul.tabletolist.nrh > li  {
    border-bottom: 1px solid #e9e9e9;
}
ul.tabletolist.nrh > li:last-child  {
    border: 0;
}
/* Table defaults */
ul.tabletolist, ul.tabletolist ul {
    padding:10px 0;
    margin:0;
    list-style:none;
}
/* Table titles */
ul.tabletolist > li .titles {
    background-color: #bbb;
    display:block;
    color:#fff;
    padding:10px;
    font-weight:800;
}
/* Table rows */
ul.tabletolist ul > li {
    font-weight:200;
    width:100%;
}
/* Table row header */
ul.tabletolist ul > li .row_headers {
    font-size:13px;
    color:#9a9a9a;
}
/* Table row data */
ul.tabletolist ul > li .row_data {
    font-size:15px;
}
ul.tabletolist ul > li:first-child .row_data {
    font-weight:800;
}