table.lr-table {
    border: 1px solid #ccc;
}

table.lr-table thead tr {
    background: rgba(0, 0, 0, .11);
}

table.lr-table thead tr th {
    padding: 10px;
}

table.lr-table tbody {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

table.lr-table tbody tr:nth-of-type(even) {
    background: rgba(0, 0, 0, .11);
}
