/*------------------------------------------------------------------------------
  TV styles by Oleg Stepura <http://oleg.stepura.com/>
  License <http://creativecommons.org/licenses/LGPL/2.1/>
------------------------------------------------------------------------------*/

.content form dd,
.content form dt,
.content form dl,
.content,
.content-container,
.header,
.footer,
.rail,
.wrapper {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	}
.content,
.content-container {
	max-width: 98%;
	min-width: 98%;
	width: 98%;
	}
.content {
	font-size:2em;
	padding: .3em;
	}
