#container {
	margin: 0px auto;
	padding: 0px;
	width: 70%;
}

header h1 { font-size: 26px; }

#accordion {
  clear: both;
  float: left;
}

#accordion section {
	text-align: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#accordion section h1 {
	font-size: 16px;
	cursor: pointer;
	/*border-radius: 5px;*/
	padding: 10px;
	color: #757575;
	font-weight: bold;
}

#accordion section p {
	display: none;
	background-color: #f8f8f8;
	padding: 20px;
	color: #757575;
}

.fulljustify { text-align: justify; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

section h1 span {
  float: right;
  display: block;
  position: relative;
}

section h1 span img {
  margin-top: 2px;
  margin-right: 10px;
}

section h1 span img.open {
  float: right;
  position: absolute;
  clip: rect(0px,15px,7px,0px);
  right: 0px;
  margin-top: 9px;
}

section h1 span img.closed {
  float: right;
  position: absolute;
  clip: rect(8px,15px,15px,0px);
  right: 0px;
  margin-top: 2px;
}
