/* SITE5 WORDPRESS THEME TOGGLE */
#content section #toggle-view
{
	font-size:12px;
	list-style:none;
	margin:15px 0 0!important;
	padding-bottom:20px;
}

#content section #toggle-view li
{
	background:#F7F9F9;
	border:4px solid #EEF2F2;
	border-radius:5px;
	cursor:pointer;
	list-style:none;
	margin:15px 0;
	padding:8px 15px 8px 22px;
	position:relative;
}

#content section #toggle-view span
{
	color:#1FA2E1;
	font-size:16px;
	left:8px;
	position:absolute;
	top:7px;
}

#content section #toggle-view p
{
	display:none;
	margin:15px 0;
}