/* add here all your css styles (customizations) */
.label-blue,
.badge-blue,
.list-group-item.active>.badge {
	background: #3498db;
}

.label-light, 
.badge-light, 
.list-group-item.active>.badge.badge-light {
    color: #777;
    background: #ecf0f1;
}

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee;
}

.stl-list{
	padding:0 3%;
}

    .stl-list li {
        list-style:none;
    	border-bottom:1px solid #ccc;
 	    padding:5px;
   }

.stl-list li a{
    padding-right:60px;
	display:block;
	font-size:12px;
	position:relative;
}

.stl-list li a em{
	position:absolute;
	right:2%;
	top:50%;
	margin-top: -5px;
}

.stl-list i{
	vertical-align:top;
}

.stl-list.queryresult{
	padding:0;
	display:none;
}

