﻿/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
    background-color: #666;
    color: white;
}

.fa span {
    margin-right: 12px;
}

.bg-hover:hover {
    background: none !important;
}
