/****************************************
	Tags
****************************************/

body {
	width: 100%;
	margin: 0;
	background-color: #FFF;
	background-image: none;
	font-size: 16px;
}

label {
	color: #000;
}

h1 {
	width: auto !important;
	margin: 0 !important;
}

h2 {
	width: auto !important;
	margin: 0 !important;
	border: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}

input.button {
	display: none;
}

/****************************************
	Controls
****************************************/

#controls {
	display: none;
}

/****************************************
	Menu / Tools
****************************************/

#tools,
#menu {
	display:none;

}

/****************************************
	Content
****************************************/

.content {
	width: auto !important;
	margin: 10px !important;
	border: 0;
	padding: 0;
	background: transparent;

}

#right {
	left:0px;
	width: auto !important;
	margin: 0 !important;
	border: 0;
	padding: 0;
	background: transparent;
}
#backtotop {
	display:none;
}
