footer {
	position:fixed;
	bottom:0px;
}

body {
	margin-left:1%;
	color:#fff;
	background-color:#000;
}

.logo {
	position:relative;
	width:27.7%;
	bottom:557px;
	left:750px;
	//left:400px;
	color:#ff0000;
}

.theme-bar {
	position:relative;
	width:100px;
	top:7px;
}

.login-bar {
	position:fixed;
	top:15px;
	right:15px;
}

.outer-bar {
	color:#000!important;
	border-style:solid;
	border-radius:16px;
	border-width:1px;
	border-color:#ff0000;
	text-align:center!important;
	background-color:#000!important;
	width:300px;
	height:19px;
	position:relative;
}

.outer-text {
	color:#fff!important;
	text-align:center!important;
	position:relative;
	bottom:20px;
}

.inner-bar:before,.inner-bar:after {
	content:"";
	display:table;
	clear:both;
}

.inner-bar {
	color:#fff!important;
	border-radius:16px 0 0 16px;
	text-align:center!important;
	background-color:#ff0000!important;
	position:relative;
	height:21px;
	bottom:20px;
}

.ubutton {
	background-color:#000;
	border:2px solid #ff0000;
	border-radius:0 4px 4px 0;
	color:#fff;
	padding:16px 32px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
	cursor:pointer;
	width:175px;
}

.ubutton:hover {
	background-color:#ff0000;
	border-radius:0 24px 24px 0;
	border-color:#000;
	color:#fff;
}

.disabled {
	opacity:0.6;
	cursor:default;
}

.disabled:hover {
	position:relative;
	background-color:#000;
	border-radius:0 4px 4px 0;
	color:#fff;
	opacity:0;
}

#don {
	font-style:italic;
}

.AF {
	margin-left:95px;
}

a {
	text-decoration:none;
}

a:link {
	color:#007ad4;
}

a:visited {
	color:#007ad4;
}

a:hover {
	text-shadow:0 0 5px #2195F3;
	color:#2195F3;
}
