*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto',sans-serif;
	color: white;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
body{
	background-color: #303030;
}
#header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #303030;
	line-height: 64px;
	font-size: 36px;
	text-align: center;
	background-color: #212121;
}
#navbar{
	width: 100%;
	position: fixed;
	top: 65px;
	left: 0;
	text-align: center;
	font-size: 0;
	background-color: #212121;
}
#navbar a:link,#navbar a:visited{
	padding: 13px 17px 11px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 2px solid rgba(0,0,0,0);
}
#navbar a:hover,#navbar a:active{
	color: #AAFFAA;
}
#content{
	margin: 110px auto 0;
	padding: 10px 0;
	width: 75%;
	max-width: 1024px;
}
.imagelink{
	text-decoration: none;
}
li{
	list-style-position: inside;
}
.divider{
	height: 10px;
}
#content a:hover{
	text-decoration: none;
}
code{
	font-family: monospace;
}
.modlist{
	width: 100%;
	border: 1px solid #AAFFAA;
    border-radius: 4px;
}
.modlist td,.modlist th{
	padding: 4px;
	border: 1px solid #AAFFAA;
}
.modlist th{
	text-align: center;
	font-weight: 400;
}
.dislikes-cell{
	width: 48px;
	text-align: center;
}
.dislikes-cell a:link,.dislikes-cell a:visited,#reload-mods:link,#reload-mods:visited{
	text-decoration: none;
}
#reload-mods{
	float: right;
}
label{
	display: block;
	cursor: pointer;
}
input{
	outline: none;
}
input[type="text"],input[type="url"]{
	padding: 4px;
	background-color: #222222;
	border: none;
	border-bottom: 2px solid #AAFFAA;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font: 14px 'Roboto',sans-serif;
	color: #FFFFFF;
}
input[type="submit"]{
	padding: 6px;
	border: none;
	background-color: #AAFFAA;
	color: #222222;
	border-radius: 3px;
	font: 14px 'Roboto',sans-serif;
	cursor: pointer;
}
input[type="submit"]:hover{
	border: 2px solid #AAFFAA;
	padding: 4px;
	background: none;
	color: #AAFFAA;
}
/* Scrollbars */
::-webkit-scrollbar{
	height: 12px;
    width: 12px;
}
::-webkit-scrollbar-track{
    background-color: #212121;
}
::-webkit-scrollbar-thumb{
    background-color: #AAFFAA;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #BBFFBB;
}