/*
 * @bodyBackground = #483633
 *
 *
 *
 */
/* helpers */

html, body {
	height: 100%;
}

.debug {
	background-color: #000;
}

.header-placeholder {
	min-height: 60px;
}

.r180 { 
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

/* end: helpers */




/* content: */

.content {
	background-color: transparent;
	padding: 1.1%;
	padding-bottom: 60px;
}

.footer {
	position: fixed; left: 1.1%; right: 0; bottom: 0;
	height: 20px;
	color: #594744;
	background-color: #483633;
	background-color: rgba(72,54,51,0.25);
}

.well {
	color: #000;
	background-color: #fff;
	border: none;
	padding: 5px;
	margin: 5px;
}

hr {
	border-top: 1px solid #483633;
}

.description {
	margin: 10px;
	padding: 40px 40px 20px 40px;
}

/* end: content */


/* navbar */
.navbar .brand {
	color: #fff;
}
/* end: navbar */
