li:not(:last-child) {
    margin-bottom: 14px;
}

.collapsible {
  background-color: #104863;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  
}


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

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


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


.content {

  display: none;
  overflow: hidden;
  background-color: #f4f4f4;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding-left: 10px;
  
}



.title {
  color: black;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  overflow: hidden;
  padding-top: 10px;


}


.bluetitle {
  color: #1e89ac;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  overflow: hidden;
  padding-top: 10px;


}