.fold {
	font-size: 14px;

	}

.unfolder { display: none; }

.toggle-label {
display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
 color:#00008b;
	
}
.toggle-label:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder ~ .fold {
  display: none;
}
.unfolder ~ label .fold-icon {
  display: none;
}

.unfolder:checked ~ .fold {
  display: block;
}
.unfolder:checked ~ label .fold-icon {
  display: inline-block;
}
.unfolder:checked ~ label .unfold-icon {
  display: none;
}
.fold1 {
	font-size: 14px;
	
}

.unfolder1 { display: none; }

.toggle-label1 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
color:#00008b;

}
.toggle-label1:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder1 ~ .fold1 {
  display: none;
}
.unfolder1 ~ label .fold-icon1 {
  display: none;
}

.unfolder1:checked ~ .fold1 {
  display: block;
}
.unfolder1:checked ~ label .fold-icon1 {
  display: inline-block;
}
.unfolder1:checked ~ label .unfold-icon1 {
  display: none;
}

.fold2 {
	font-size: 14px;
	
}

.unfolder2 { display: none; }

.toggle-label2 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
color:#00008b;
}
.toggle-label2:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder2 ~ .fold2 {
  display: none;
}
.unfolder2 ~ label .fold-icon2 {
  display: none;
}

.unfolder2:checked ~ .fold2 {
  display: block;
}
.unfolder2:checked ~ label .fold-icon2 {
  display: inline-block;
}
.unfolder2:checked ~ label .unfold-icon2 {
  display: none;
}

.fold3 {
	font-size: 14px;
	
}

.unfolder3 { display: none; }

.toggle-label3 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
color:#00008b;
}
.toggle-label3:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder3 ~ .fold3 {
  display: none;
}
.unfolder3 ~ label .fold-icon3 {
  display: none;
}

.unfolder3:checked ~ .fold3 {
  display: block;
}
.unfolder3:checked ~ label .fold-icon3 {
  display: inline-block;
}
.unfolder3:checked ~ label .unfold-icon3 {
  display: none;
}

.fold4 {
	font-size: 14px;
	
}





.unfolder4 { display: none; }

.toggle-label4 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
color:#00008b;
}
.toggle-label4:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder4 ~ .fold4 {
  display: none;
}
.unfolder4 ~ label .fold-icon4 {
  display: none;
}

.unfolder4:checked ~ .fold4 {
  display: block;
}
.unfolder4:checked ~ label .fold-icon4 {
  display: inline-block;
}
.unfolder4:checked ~ label .unfold-icon4 {
  display: none;
}
.fold5 {
	font-size: 14px;
	
}

.unfolder5 { display: none; }

.toggle-label5 {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
color:#00008b;
}
.toggle-label5:hover {
background: #786b59;  
    color: #ffe;
}
.unfolder5 ~ .fold5 {
  display: none;
}
.unfolder5 ~ label .fold-icon5 {
  display: none;
}

.unfolder5:checked ~ .fold5 {
  display: block;
}
.unfolder5:checked ~ label .fold-icon5 {
  display: inline-block;
}
.unfolder5:checked ~ label .unfold-icon5 {
  display: none;
}
