html, body {
	height:100%;
	max-height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-size:16px !important;
	background-color:#222 !important;
}

#review-content {
	position:relative;
	font-family:'Droid Sans', sans-serif;
	font-size: 1.5rem;
	color: #fff;
	padding-top: 4rem;
	bottom:0;
	width:100%;
	/*overflow:hidden;*/
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
}

a{
	color:#f5f5f5;
	text-decoration:none !important;
	font-weight:700;
}

a img{
	border:0;
}

a:hover{
	border-bottom:solid #fff 1px;
	color:#fff;
}

.light a{
	font-weight:normal;
}

#top{
	position:relative;
	top:0px;
	font-family:'Droid Sans', sans-serif;
	color:#eee;
	line-height: 1.5;
	width:100%;
	padding: 25px 0;
	background-color:#121212 !important;
}

.left,.right{
	position:relative;
}

.left{
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	z-index:99;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.right{
	float:right;
	position:absolute;
	top:0;
	right:0px;
	padding-top:10px;
}

.right a:hover {
	border: none;
}

.center{
	position:relative;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width: 75%;
}

.center .content {

}

.light{
	color:#ddd;
}