.module-access a.row {
    color: inherit;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: all 0.2s ease 0s;
}

.module-access a.row:nth-child(odd) {
    background-color: #f3f3f3;
}

.module-access a.row:hover {
    background-color: #eff6fa;
    text-decoration: none;
}

.module-access a.row > span {
    display: block;
}

.module-access dl > dt + dd + dt,
.module-access dl > dt + dd + dt + dd {
    margin-top: 8px;
}

.module-access dl > dt {
    /*text-align: left;*/
}

.module-access dl > dt:after {
    content: ':';
}