/* row ruler */
table.has-table-ruler tbody tr:hover { outline:1px solid #aaa; }
/* row "selector" */
table.has-table-ruler .has-table-ruler-highlight td { background-color: #ccc; }