* {
    font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    outline-style: none !important;
    outline-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #000 !important;
}
body {
    font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    padding-bottom: 10px;
}

.list-group-item-heading {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
a.list-group-item {
    color: #333;
}
.list-group .glyphicon {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: .15;
}
.list-group a:hover .glyphicon {
    opacity: .3;
}
.list-group a.active span.glyphicon {
    color: #ffffff;
    opacity: .3;
}