.ent-section-header {
    background: #287276;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}
.ent-accordion {
  width: 100%;
}

.ent-description-container {
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    float: left;
    width: 100%;
}
.ent-panel {
  display: none;
  background: #f0f0f0;
    margin: 0px;
    padding: 8px;
}

.ent-section-header.active::after {
  content: "\2212";
  color: #fff;
  display: block;
}

.ent-section-header.closed::after {
  content: '\002B';
  color: #fff;
}

.ent-section-header::after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
