.arrow-r {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #444;
/*	margin-bottom: 1%;*/
	margin-right: 7px;
	margin-left: 3px;
	display: inline-block;
}

.arrow-d {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #444;
	margin-bottom: 6px;
	margin-right: 5px;
	display: inline-block;
}

.collapse-container>:nth-child(odd) {
	padding: 10px 0 5px 0;
/*    background-color: gray;*/
/*    background-image: linear-gradient(bottom, gray 14%, #969696 70%);*/
/*    background-image: -o-linear-gradient(bottom, gray 14%, #969696 70%);*/
/*    background-image: -moz-linear-gradient(bottom, gray 14%, #969696 70%);*/
/*    background-image: -webkit-linear-gradient(bottom, gray 14%, #969696 70%);*/
/*    background-image: -ms-linear-gradient(bottom, gray 14%, #969696 70%);*/
/*    border: 1px solid black;*/
  margin: auto;
}
.collapse-container>:nth-child(even) {
	background-color: white;
	display: none;
/*	-moz-box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	box-sizing: border-box;*/
/*	border: 1px solid black;*/
  padding: 0px 15px;
}

.collapse-container>:nth-child(even) p {
  padding: 5px 0;
}

.collapse-container>:nth-child(even) ul{
  margin-top: 0;
  margin-bottom: 0;
}

.collapse-container>:nth-child(odd):hover {
	cursor: pointer;
	-moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit browsers */
}

.collapse-container h3 {
  font-size: 1.17em;
}

#dispanel ul {
  line-height: 1.7em;
}

.textbox {
  padding: 5px 10px;
}
