.menuCaret{
    position:absolute;
    right:10%;
}

ul.list-group{
    background-color:white;
    margin-bottom:0px;
}


ul.list-group>li>a:hover{
    color:black;
}

a.selected,a.selected:hover{
    background-color: #5BC0DE !important;
    color: white !important;
}

a[aria-expanded="true"][data-toggle="collapse"]{
    color: #fff !important;
    background: rgba(255,255,255,0.2) !important;
}

.brand{
	float:left;
}
