#toggle-view, #toggle-view2 {
	list-style:none;	
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
	
}
.nwshdg
{
	height:60px;
padding:0 20px;
line-height:60px;
font-size:18px;
background-color:#f3f3f3;
border-bottom:1px solid #e7e7e7;
border-radius:15px 0 0 0;
color:#334878;
font-weight:bold;
}
	#toggle-view li, #toggle-view2 li {
		
		border-bottom:1px solid #e7e7e7;
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3, #toggle-view2 h3{
		margin:0;
		font-size:17px;
		padding:10px 20px;
		border-radius:4px;
		text-align:left;
		color:rgb(84, 128, 97);
	}

	#toggle-view span, #toggle-view2 span {
		position:absolute;
		right:10px; top:11px;
		color:#809e4e;
		font-size:20px;
		font-weight:bold;
		
	}
	
	#toggle-view .panel, #toggle-view2 .panel {
		margin:5px 0;
		display:none;
		padding:0px 20px 20px 20px;
		font-size:15px;
		line-height:28px;
	}	

