@CHARSET "UTF-8";

.sf-section {
	overflow: hidden;
}

.sf-section .pagetitle {
	border: 1px solid #ededed;
}

.sf-section .sftc-content {
	padding-left: 20px;
	padding-right: 20px;
}

a.sf-section-expand, a.sf-section-collapse {	
	width: 25px;
	height: 25px;		
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}	

a.sf-section-expand {
	background-image: url('https://www.sofurryfiles.com/static/images/espresso/icons/arrow-right.png');
}

a.sf-section-collapse {
	background-image: url('https://www.sofurryfiles.com/static/images/espresso/icons/arrow-down.png');
}

a.sf-section-link {
	display: block;
	float: right;
	height: 15px;
	font-size: 12px;
	font-weight: normal;	
	text-align: center;
	padding: 5px;
}
