/*when adding new news item add in both #news and #toggle
*/

.news {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
}
#news8 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	visibility: visible;
}

#news7 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	visibility: visible;
}

#news6 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	visibility: visible;
}

#news5 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	visibility: visible;
}


#news4 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	visibility: visible;
}

#news3 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
	visibility: visible;
}

#news2 {
overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
}
#news1 {
overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 15px;
	clear: both;
	text-align: center;
}


input {
  display: none;
  visibility: hidden;
}
input new {
	visibility: visible;
}
label {
	display: block;
	padding: 0.5em;
	text-align: left;
	color: #3e4051;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;  
}
h9 {
	color: #3e4051;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	text-align: center;
	display: block;
}
label:hover {
  color: #000;
}
label:before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
  text-align: center;
}


#toggle1:checked ~ #news1 {
  height: 0px;
}
#toggle2:checked ~ #news2 {
  height: 0px;
}
#toggle3:checked ~ #news3 {
  height: 0px;
}
#toggle4:checked ~ #news4 {
  height: 0px;
}
#toggle5:checked ~ #news5 {
  height: 0px;
}
#toggle6:checked ~ #news6 {
  height: 0px;
}
#toggle7:checked ~ #news7 {
  height: 0px;
}
#toggle8:checked ~ #news8 {
  height: 0px;
}
#toggle1:checked ~ label:before {
  content: "-";
}
#toggle2:checked ~ label:before {
  content: "-";
}
#toggle3:checked ~ label:before {
  content: "-";
}
#toggle4:checked ~ label:before {
  content: "-";
}
#toggle5:checked ~ label:before {
  content: "-";
}
#toggle6:checked ~ label:before {
  content: "-";
}
#toggle7:checked ~ label:before {
  content: "-";
}
#toggle8:checked ~ label:before {
  content: "-";
}

