body {
	background: url('img/field1.jpg');
	background-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.displayed-scores {
	text-align: center;
}

.our-name, .their-name {
	width: 60%;
	margin: 10px auto;
	cursor: pointer;
}

.team-score {
	width: 33%;
	float: left;
}

.team-score2 {
	width: 50%;
	float: right;
}

.scoreboard-back {
	background: #333;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.9);
	filtesr:alpha(opacity=90); /* For IE8 and earlier */
	margin: 0 5% 5% 5%;
	color: #fff;
}

.round {
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}

.displayed-score {
	width: 50%;
	margin: 0 auto;
	background: #000;
	font-weight: 800;
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	white-space: nowrap;
}

.displayed-score-advantage {
	width: 50%;
	margin: 0 auto;
	background: #000;
	font-weight: 800;
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	white-space: nowrap;
	
}

.displayed-score2 {
	width: 80%;
	margin: 0 auto;
	background: #0000FF;
	font-weight: 800;
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	-o-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	white-space: wrap;
}

.score-actions {
	text-align: center;
}

.score-actions button {
	padding: 0.5em;
	margin: 1.5em 0;
	border: 0;
	color: #fff;
}

.score-actions .goal {
	background: #2DC425;
	font-weight: bold;
}

.score-actions .fix {
	background: none;
}

#team-name-modal input {
	display: inline-block;
}

/*.modal-open .team-name-modal-override {
	width: 30%;
}*/

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.hide {
	display: none;
}