/**
 * .typro Classes
 * 
 * @author		Jan Pecha,	<janpecha@email.cz>
 * @copyright	Jan Pecha, 2011-2012
 * @license		http://typro.iunas.cz/license
 * @link		http://typro.iunas.cz/
 * @version		2012-06-10-1
 * @package		All Media
 */
@media all {
	.wide {
		width: 100%;
	}
	
	/* tables */
	.no-border, .noborder {
		border: none;
	}
	
	/* paragraphs */
	.no-indent, .noindent {
		text-indent: 0;
	}
	
	/* other */
	.cleaner {
		clear: both;
	}
/*	*/
/*	.cleaner.left {*/
/*		clear: left;*/
/*	}*/
/*	*/
/*	.cleaner.right {*/
/*		clear: right;*/
/*	}*/
}
