body {
	background: #000 url('images/pexels-marek-piwnicki-7430463.jpg') no-repeat center 0px scroll;
	background-attachment: fixed;
    background-position: center center;
    background-size: cover; 
	font-family: "ProximaNova-Regular",sans-serif;
	margin-top: 0;
}

#header {
	padding: 30px 0 0 0;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 300px;
	display: block;
}

#container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

#Results {
	text-align: center;
	margin-top: 0;
}

#buttonsContainer {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#buttonsContainer .content-block {
	padding-top: 10px;
	padding-bottom: 10px;
}

#addUser p {
	color: rgba(255,255,255,0.5);
	font-size: 1.25em;
	font-weight: bold;
	display: inline;
}

#addUser .dd{
	width: 150px;
}

#predictionTable {
	border-spacing: 0;
	min-width: 300px;
}

.ScoreComponent {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
	text-align: right;
	min-width: 80px;
}

.content-block {
	background: rgba(12,201,211,0.5);
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 20px;
	margin: 5px;
}

.PredictionGroup {
	display: table;
}

.Predictions {
	
	display: inline-block;
	color: #fdfdfd;
	vertical-align: top;
}

#NewUserPredictions {
	color: #fdfdfd;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

.Score {
	display: inline-block;
	font-size: 2em;
	color: white;
	text-align: right;
	vertical-align: top;
}

.resultHeader {
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 2em;
}

#userName {
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 2em;
	padding: 0;
}

#userName:hover {
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}

.removeUser {
	color: rgba(255,255,255,0.5);
	vertical-align: super;
}
.removeUser:hover {
	color: #FF1212;
	cursor: pointer;
}

.Hidden {
	visibility: collapse;
}

#NewUserPredictions.Hidden {
	display: none;
}

#OpenNewUserDiagButton {
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 1.5em;
}

#OpenNewUserDiagButton:hover {
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}

#OpenNewUserDiagButton.Hidden {
	display: none;
}

#revealWinners {
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 1.5em;
}

#revealWinners:hover {
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}

.HideName {
	visibility: collapse;
}

.HideName::before {
	content: "+*+*+*";
	visibility: visible;
	color: transparent;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}