
.hover-grey:hover {
    background: #f5f5f5;
}

.hover-dark-grey:hover {
    color: #666666 !important;
}

.hover-success:hover {
    background: #a0d0a0;
}
