
.collapsible {
  background-color: #87B2D7;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #3E83C0;
}

.collapsible:after {
  content: 'Expand \002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #D6D6D6;
}

/*-------------------------------------------------------*/
/* 2.HEADER(LOG0 & HELP LINE) 
/*-------------------------------------------------------*/

.collapsible2 {
  background-color: #87B2D7;
  color: white;
  cursor: pointer;
  padding: 13px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 5px;
}

.active, .collapsible2:hover {
  background-color: #DBEFFF;
}

.collapsible2:after {
  content: 'Expand \002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 15px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
}
