#quick-links ul.tag-list li {
    min-width: 140px;
}
.ac_results .ac_over {
    background-color: #19aa8d;
}
table thead tr .header a,table thead tr .header a:after{
    white-space: nowrap;
    display: inline;
}
table thead tr .header :after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dc";
    float: right;
    line-height: 18px;
}
table thead tr .header.headerSortUp a:after{
    content: "\f0de";
}
table thead tr .header.headerSortDown a:after{
    content: "\f0dd";
}
#projects .navbar-top-links li:last-child{
    margin-right: 0;
}
#projects .navbar-top-links li a{
    padding: 0;
    min-height: inherit;
}
.count-info {
    margin-left: 4px;
    
}
#projects .count-info .label{
    right: initial; 
    top: initial; 
    left: 6px;
    bottom: 12px;
}
.submenu li{
    padding: 4px 0 4px 10px;
}
.submenu li.selected{
    background-color: rgba(26, 179, 148, 0.37);
}