/*
	Core styling
*/

@font-face {
	font-family: 'Century Gothic';
	src: url('../../fonts/centurygothic.ttf') format('truetype');
}

body {
	background-color: #000;
	margin: 0;
	color: #fff;
}

a:link, a:visited, a:active {
	color: #b29700;
}
a:hover { color: #F1E5AC; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

body, table {
	font-size: 20px;
}


/*
	System admin pages
*/

#user-grid {
	display: inline-block;
}

#modules-installed table,
#modules-not-installed table {
	margin-left: auto;
	margin-right: auto;
}
