.overlay {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 5005;
}
.therapeuticguide .panel_title:nth-child(even) a {
    background: #ddd;
}
.therapeuticguide .panel_title {
    font: 500 20px/22px "Fira Sans Extra Condensed", sans-serif;
    color: #fff;
    /*background: #7ba810;
    padding: 14px 5px 17px 20px;
    margin-top: 0;
    margin-bottom: 20px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.therapeuticguide .panel_title a {
    font: 400 16px/18px "Fira Sans Extra Condensed",sans-serif;
    color: #000;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
    padding: 7px;
    cursor: pointer;
}

.therapeuticguide .panel_title:nth-child(odd) a {
    background: #eee;
}

#treatment {
    position: fixed;
    width: 500px;
    overflow-y: auto;
    max-width: 100%;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    max-height: 500px;
    background: #fff;
    display: none;
    z-index: 5006;
    border: 2px solid #7ba810;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#treatment .treatbox {
    padding: 0.25rem 1rem 0 2rem;
}

#treatment .clearfix {
    border-bottom: 1px solid #d6d4d4;
}

#treatment ul {
    margin-bottom: 20px;
    margin-top: 15px;
}

#treatment ul li {
    padding-bottom: 5px;
}

#treatment ul li:before {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 7px;
}

#treatment i {
    margin-top: 1rem;
    float: right;
    color: white;
    cursor: pointer;
    background: orange;
    padding: 0.25rem 1rem;
    border-radius:10px;
    text-align:center;
}

.icon-times-circle:before, .icon-remove-sign:before {
    content: "X";
    font-style: normal;
    font-weight:bold;
}

#treatment h4 {
    font: 400 18px/20px "Fira Sans Extra Condensed",sans-serif;
    color: #7ba810;
    margin-top: 15px;
    padding-bottom: 8px;
    float: left;
}
#treatment h4:before {
    content: "\f06c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 7px;
}

.panel > a:after {
    content: "\f0d7";
    font-family: "Font Awesome";
    display: inline-block;
    margin-left: 10px;
}

.panel > a.collapsed:after {
    content: "\f0d8";
    font-family: "Font Awesome";
    display: inline-block;
    margin-left: 10px;
}