.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.noicon {
	font-family:		"Open Sans", sans-serif;	
}

ul.options {
	margin:				10px 0;
	padding:			0 0 0 0;
	
	list-style:			none;	
}

ul.options li a:before {
	content:		"\f138";
	padding:		0 6px 0 0;
	font-family:	FontAwesome;		
}

ul.options li a.more:before {
	content:		"\f13a";		
}

ul.options li a.less:before {
	content:		"\f139";		
}

ul.options.inline li {
	display:		inline-block;
	padding:		0 10px 0 0;
}
