/* SITE5 WORDPRESS THEME TOGGLE */
#content section #toggle-view
{
	font-size:13px;
	list-style:none;
	margin:15px 0 0!important;
	padding-bottom:20px;
}

#content section #toggle-view li
{
	background:#FFF;
	border-bottom:2px solid #EFEFEF;
	/*border-radius:5px; */
	cursor:pointer;
	list-style:none;
	margin:15px 0;
	padding:8px 15px 8px 22px;
	position:relative;
}

#content section #toggle-view span
{
	color:#46c3f1;
	font-size:18px;
	left:8px;
	position:absolute;
	top:5px;
}

#content section #toggle-view p
{
	display:none;
	margin:15px 0;
}