.highlightWords {
    border-radius: 3px 7px 3px 7px;
    padding: 2px;
}

.highlightWords .highlightWords {
    padding: 0px;
}

#legend_box {
    right: 10px;
    width: 16.6%;
}

#legend_box.panel .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
}

.legend_button {
   margin: 5px;
   padding: 3px !important;
   font-weight: 600;
   list-style-type:none;
   border: 1px solid #CDCDCD;
   border-radius: 2px;
}

.legend_box div:hover {
    text-decoration: underline;
    cursor: pointer;
}

.legend_box .legend_button {
    cursor: pointer;
}