﻿.nav ul, ol, li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a, .nav label {
    display: block;
    padding: 5px;
    padding-top:8px;
    padding-bottom:8px;
    color: #d10000;
    background-color: #fff;
    box-shadow: inset 0 -1px #eaeaea;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

    .nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
        color: rgba(100, 100, 100, 0.5);
        background: #efefef;
    }

.nav label {
    cursor: pointer;
}

.group-list a, .group-list label {
    padding-left: 2rem;
    background: #fff;
    box-shadow: inset 0 -1px #dadada;
}

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        background: #eaeaea;
    }
