@charset "UTF-8";
.expanding-section-control {
  font-weight: bold !important;
  cursor: pointer;
}

.expanding-section-control:hover
{
    color: #3B81CA !important;
}

.expanding-section-body {
    display: none;
}


