table.simple-rows {
    width: 100%;
    margin-top: 0;
}

table.simple-rows tr {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0;
}

table.simple-rows th
,table.simple-rows td {
    padding: 5px;
}

table.simple-rows th:first-child
,table.simple-rows td:first-child {
    padding-left: 0;
}

table.simple-rows th:last-child
table.simple-rows td:last-child {
    padding-right: 0;
}