body {
    background-color: #0c1523;
    background: url('../assets/bg.jpg') center/cover no-repeat;
    min-height: 98vh;
    font-family: "Segoe UI", "Arial", "Tahoma", "Verdana";
    font-size: 14px;
    color: #d1e4ff;
    cursor: url('https://lumaprojects.dankassassin368.com/cursor/taillessarrow.cur'), default;
}

#page {
	position: relative;
	width: 930px;
	min-height: 800px;
	margin: 5px auto 0px;
	border: 1px solid #1f2421;
	background-color: #0d131a;
}
#menu {
	position: absolute;
	top: 317px;
	height: 23px;
	margin: 0;
}
#menu a {
	color: #d1e4ff;
	text-decoration: none;
}
ul#menu li {
	display: inline-block;
	padding: 2px 10px 2px 10px;
}
#content {
	margin: 30px 30px 60px 30px;
	text-align: justify;
	color: #d1e4ff;
}
#signout {
	padding: 2px;
	text-decoration: none;
	font-weight: 700;
	color: #ff4d4d;
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: rgba(13, 19, 26, 0.85);
	color: #d1e4ff;
	text-align: right;
	font-size: 10px;
	width: 100%;
	height: 30px;
	margin: 5px auto 0px;
	border-top: 1px solid #1f2421;
}
/*----------------------------------------------------------------------------*/

.flash {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}

.flash.success {
	background-color: #112613;
	border-color: #1b3d20;
	color: #79d279;
}

.flash.error {
	background-color: #2b1414;
	border-color: #4a1f1f;
	color: #ff8c8c;
}

form > ul.error {
	list-style-type: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #2b1414;
	border-color: #4a1f1f;
	color: #ff8c8c;
}

a:link {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}
/*----------------------------------------------------------------------------*/
h1 {
	font-size: 30px;
	text-align: center;
	color: #e6f1ff;
	font-weight: 400;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #d1e4ff;
}
.button {
	font: bold 11px Arial;
	text-decoration: none;
	background-color: #1f2421;
	color: #e6f1ff;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
	border-radius: 2px;
}
a, .button {
	cursor: url('https://lumaprojects.dankassassin368.com/cursor/taillesshand.cur'), default;
}
.blocked {
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 20px;
	padding: 15px;
	background-color: #2b1414;
	border-color: #4a1f1f;
	color: #ff8c8c;
	font-weight: 700;
}
/*----------------------------------------------------------------------------*/
#features {
	padding: 20px;
	margin: 10px 10px 10px 40px;
}
#features li {
	margin: 10px;
}
#right-panel {
	float: right;
	text-align: center;
	margin-left: 20px;
}
.version {
	padding: 10px;
	margin-top: 15px;
	width: 160px;
	border: 1px solid #1f2421;
	color: #d1e4ff;
}
#getitnow {
	background-color: #e6f1ff;
	padding: 7px;
	margin: 10px auto 0px;
	text-align: center;
	width: 100px;
	color: #0c1523;
}
#getitnow a {
	color: #0c1523;
	text-decoration: none;
}
#stats {
	padding: 10px;
	margin-top: 15px;
}
/*----------------------------------------------------------------------------*/
#registry,
#registry tr,
#registry td {
	font-family: "Segoe UI", "Arial", "Tahoma", "Verdana";
	font-size: 14px;
	border: 1px solid #1f2421;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 10px;
	padding: 5px;
	color: #d1e4ff;
}
.question {
	font-weight: 700;
	padding-top: 10px;
}
.answer {
	list-style-type: none;
}
/*----------------------------------------------------------------------------*/
#donate {
	margin: 40px auto;
	text-align: center;
	max-width: 45%;
	background: none repeat scroll 0 0 #122913;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #1d3d20 inset;
	padding: 1em;
	text-indent: 0 !important;
	color: #79d279;
}

#donate form div {
	padding: 1em;
}
#donate form label {
	width: 6em;
	display: inline-block;
	padding: 4px;
	color: #79d279;
}
#donate form input {
	width: 100%;
	background-color: #0d131a;
	border: 1px solid #1f2421;
	color: #e6f1ff;
	padding: 4px;
}
#donationinfo {
	padding-left: 20px;
}
/*----------------------------------------------------------------------------*/
.featdescr td {
	text-align: justify;
	padding-bottom: 40px;
}
.preview-right {
	padding-top: 20px;
	padding-left: 20px;
}
.preview-left {
	padding-top: 20px;
	padding-right: 20px;
}
/*----------------------------------------------------------------------------*/
.password-link {
	font-size: 8pt;
	display: block;
	color: #d1e4ff;
}
