
#histology {}

#histology label {
	margin-bottom: 2px;
}

#histology div.side-group-item {
    position: relative;
    display: block;
    padding: 10px 5px;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #c4c4c4;*/
}

#histology div.left-col {
    backgroundColor: #2A3F54;
}

#histology h3, #histology h4, #histology div.side-group-item-heading {
    /*color: #bb0e3d !important;*/
    font-size: 18px;
}
#histology div.facet-title {
    cursor: pointer;
}

#histology div.side-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

/* grouped react select style */
.selectbox-grouped .Select-menu-outer .Select-option { padding-left: 2em;}
.selectbox-grouped .Select-menu-outer
  .Select-option.is-disabled {
     cursor: default;
     padding-left: 1em;
     font-weight: bold;
}
