.layergroup-item{
    min-height: 55px;
    margin-top: 5px;
    position: relative;
}

.layergroup-name{
    padding-left: 2px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
    max-width: 200px;
    vertical-align: middle;
    display: inline-block;
    opacity: 0.8;
}

.layergroup-name.has-layer-active{
    font-weight: bold;
    opacity: 1;
}

.check-accordion-header {
	border-bottom: 0 !important;
}

.layergroup-docs {
    position: absolute;
    right: 7px;
    top: 11px;
}

.layergroup-header {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.layergroup-name[aria-expanded="true"]{
    font-weight: bold !important;
}

.building-active{
    color: #FFF;
    float:right;
}

.building-active.active{
    color: #555;
    background: #bbb;
}