@import url('https://fonts.googleapis.com/css?family=Londrina+Solid:100,300,400,900|Sancreek');
/*@import url("https://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");



html {
	overflow-y: scroll;
	background-color: black;
	}
body {
	font-weight: 300;
	letter-spacing: 0.1em;
	color: silver;
	font-family: 'Londrina Solid';
	margin: 0px;
	padding: 0px;
    text-align: center;
	font-size: 6vw;
	xborder: 1px solid silver;
	}
body * {
	letter-spacing: 0.05em;
	font-family: 'Londrina Solid';
	font-size:6vw;
	}
div{
	margin: 0;
	padding: 0;
	}
h1 {
	font-weight: 900;
	font-size: 10vw;
	margin:0;
	}

h2 {
	font-weight: 100;
	font-size: 8vw;
	margin:0;
	}

h3 {
	font-weight: 400;
	margin:0;
	margin-top: 40px;
	}

p {
	font-size:4vw;
	margin:0;

	}

table#buttons {
	width: 100%;
	xmargin-top: 6vw;
	}
table#buttons td{
	width: 33%;
	text-align: center;
	vertical-align: middle;
	}

form{
	margin: 0;
	}


span.positive {
	color: white;
	font-weight: 400;
	}
span.negative {
	color: red;
	font-weight: 400;
	}


.outer-wrapper {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	xborder: 1px solid white;
	padding: 40px;
	}

.fourhundred {
	font-weight: 400;
	}
.threehundred {
	font-weight: 300;
	}

.logout {
		
	}

button {
	background: transparent;
	border: 0;
	outline: none;
	}

button.logout {
	text-align: center;
	width:200px;
	height: 200px;
	font-size: 120px;
	color: #666;
	border-radius: 100px;
	xborder: 0;
	cbackground-color: #666;
	}


button.score {
	text-align: center;
	width:200px;
	height: 200px;
	font-size: 120px;
	border-radius: 100px;
	border: 0;
	cursor:pointer;
	background-color: white;
	padding-bottom: 20px;
	}
button.score.negative {
	background-color: #f5052f;
	color: white;
	padding-top: 40px;
	}

.interface {
	xbackground-color: #111;
	xxborder-bottom: 4px solid #111;
	xpadding: 3vw 4vw 2vw 4vw;
	}
.loginbutton {
	xcursor:pointer;
	position:absolute;
	top: 0px;
	left: 0px;
	color: #666;
	xheight:10vw;
	xborder: 1px solid red;
	font-size: 100px;
	padding: 40px 50px;
	}
#login {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 50px;
	}


.topbar {
	padding-top: 20px;
	height:6vw;
}


input.login {
	text-align: center;
	outline: none;
	box-shadow:none;
	border: 0px solid black;
	background-color: #666;
	color: white;
	border-radius: 100px;
	}
div:focus {
	outline: none;
	}

input:focus {
	outline: none;
	}


table.scaledivider {
	margin-top:10px;
	width: 100%;
	height: 20px;
	border-right: 3px solid silver;
	border-left: 3px solid silver;
	border-collapse: collapse;
	}
table.scaledivider td{
	width: 10%;
	border-right: 2px solid silver;
	border-left: 2px solid silver;
	}

.scalecolorbar {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 60px;
	width: 100%;
	background-image: linear-gradient(to right, #f5052f,#6c6c6c,#ffffff); 
	border-radius: 30px;
	}

.sliderposition {
	position: absolute;
	top: -4px;
	width: 60px;
	height: 60px;
	xbackground-color: red;
	}
.sliderrelative {
	position: relative;
	width: 60px;
	height: 60px;
	}

.sliderabsolute {
	position: relative;
	xtop: -4px;
	left: -32px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	xbackground-color: green;
	box-shadow: 0px 0px 20px black;
	border: 4px solid black;
	}



.whitefontoutline {
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	}