/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

.vertmarg {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.collbutton {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	}
	
.bcat1 {
	background-color:  rgb(30, 60, 100);
	}	

.bc0 {
	background-color:  rgb(10, 30, 60);
	}	
	
.bc1 {
	background-color: #669999;
	}
	
.bc2 {
	background-color: #7d98af;
	}
	
.bc3 {
	background-color: #666699;
	}
	
.bc4 {
	background-color: #8b7070;
	}
	
.bc5 {
	background-color: #4d7395;
	}


.actcoll, .collbutton:hover {
	background-color: #555;
	}

.collbutton:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	}

.actcoll:after {
	content: "\2212";
	}

.contcoll {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
	}
	
.stuffcoll {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.stuffcoll li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: #337ab8;
  font-size: 16px;
}
.stuffcoll li:first-child {
  margin-left: 0;
}
.stuffcoll li i {
  font-size: 14px;
  padding-right: 5px;
}