/**
 * @section     Fixes
 * 
 * @subsection  Floating fix
 * @desc        Is a popular way to contain floats without resorting to using presentational markup
 * @link        http://www.google.com/search?q=clearfix
 */
.row:after,
.page-nav-menu:after,
.buttons-set:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.box-head:after,
.toolbar:after,
.pager:after,
.sorter:after,
.form-list LI:after
	{
	content: ' ';
	display: table;
	clear: both;
	}
