/* CSS Document */

body, .bingo-caller, .bingo-header {
	background-color: #000;
  color: white;
	height: 100%;
}

.bingo-caller {
	padding-bottom: 150px;
  padding-left: 32px;
}

#nav {
	background-color: #000;
	color: #fff;
	margin-left: 30px;
}

.container, .sidebar, .main-display {
	display: inline-block;
}
.container {
	width: 100%;
	padding: 2% 10% 0 10%;
}


#nav button {
	background-color: #000;
	border: none;
	width: 100px;
}

#options {

}

#called {
  min-height: 100%;
  display: none;
}

#B, #I, #N, #G, #O {
  min-height: 10%;
}

#B span, #I span, #N span, #G span, #O span {
	/*display: inline;*/
	text-align: center;
	font-size: 24px;
	font-weight:700;
	width: 50px;
	color: #eee;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 5px;
	display: block;
}

#B span.active,
#I span.active,
#N span.active,
#G span.active,
#O span.active
{
	border: 2px solid #f00;
	border-radius: 50%;
	background-color: #FF0;
	color: #000;
}

#current {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

#disBall {
	text-align: center;
	color: #000;
	min-height: 600px;
	-webkit-text-stroke: 1px #fff;
	text-shadow:
		3px 3px 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

#currLetter {
	padding-top: 30px;
	display:block;
	font-size: 150px;
	text-align:center;
	line-height: 120px;
}

#curBall{
    font-size: 420px;
    line-height: 380px;
}

#gameover{
    font-size: 300px;
    line-height: 280px;
}

img {
	width: 100%;
}
