.accordion {
    /* display: none; */
    background-color: #1ab4d6;
    color: #fff6f6;
    cursor: pointer;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    padding-right: 15px;
    justify-content: center;
    border: none;
    border-radius: 2rem;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1rem;
}


.accordion:hover {
    background-color: #711e97;
}

#SchTAcc:after {
    content:  '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#SchTAcc.active:after {
    content: "\2212";
  
  }
  #SchRAcc:after {
    content:  '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#SchRAcc.active:after {
    content: "\2212";
  
  }
#netAcc:after {
    content:  '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#netAcc.active:after {
    content: "\2212";
  
  }
#threAcc:after {
    content: '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#threAcc.active:after {
    content: "\2212";
  
  }
#peakAcc:after {
    content:  '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#peakAcc.active:after {
    content: "\2212";
  
  }
#paramAcc:after {
    content: '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#paramAcc.active:after {
    content: "\2212";
  
  }
#scheduleAcc:after {
    content: '\002B'; /* Initial content (Unicode plus sign) */
    color: #fff6f6;
    font-weight: bold;
    float: right;
}
#scheduleAcc.active:after {
    content: "\2212";
  
}

#OHAcc:after {
  content: '\002B'; /* Initial content (Unicode plus sign) */
  color: #fff6f6;
  font-weight: bold;
  float: right;
}
#OHAcc.active:after {
  content: "\2212";
}

#UGAcc:after {
  content: '\002B'; /* Initial content (Unicode plus sign) */
  color: #fff6f6;
  font-weight: bold;
  float: right;
}
#UGAcc.active:after {
  content: "\2212";
}