table.repertoire {
    text-align: left;
    margin: 60px 0px;
}

table.repertoire tr {
  border-bottom: 1px dashed lightgrey;
}

table.repertoire tr:last-child {
  border-bottom: none;
}

/*table.repertoire tr:nth-child(even) {*/

table.repertoire tr th {
    padding: 4px 8px;
}

table.repertoire tr th:hover {
    text-decoration: underline;
}

table.repertoire tr td {
    padding: 4px 8px;
    vertical-align: top;
}

table.repertoire tr:hover {
    background-color: #FAFAFA;
}

table.repertoire tr td:last-child {
    text-align: right;
    font-family: monospace;
}

table.repertoire th {
    cursor: pointer;
    background-color: #EEE;
}
