* {
	font-family: Verdana, Arial, sans-serif;
}
body {
	background-color: #222;
}
#content, #comments {
	width: 800px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
}
#content {
	margin-top: 0;
	border-top: 0;
	clear: both;
}
.pagination {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	text-align: center;
	font-size: larger;
	background-color: #a1fb02;
	font-weight: bold;
	cursor: pointer;
}
.pagination:hover {
	text-decoration: underline;
}
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}

img.full-width {
	width: 790px;
}
.clear {
	clear: both;
}
textarea {
	width: 790px;
}
input[type="text"] {
	width: 23%;
}
body > h1 {
	color: #FFF;
	text-align: center;
}
.banner-ad {
	padding: 0;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

#comments {
	margin-top: 35px;
}

#tabs {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	margin-bottom: 0;
	padding-left: 20px;
}

.tab {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	float: left;
	margin-right: 5px;
	background-color: white;
	min-width: 80px;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

.tab.active {
	background-color: #a1fb02;
}

.tab > a:active, .tab > a:visited, .tab > a:link, .tab > a:link {
	color: #000;
}

.achievement {
	border: 5px solid #FFF;
	margin: 0;
	padding: 0;
}
#logo {
	height: 200px;
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/Clicker-Heroes/logo.png?v=1);
}
.ratingButton {
	border: 1px solid black;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	width: 100px;
	text-align: center;
}
#dislike {
	background-color: #F00;
}
#like {
	background-color: #0F0;
}