@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

html {
	background: url(img/bg800.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body {
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	width:100%;
	height: 100%;
}

.babble {
	position:relative;
	border: 2px solid #fff;
	background-color: rgba(2,2,2,0.6);
	margin:20px auto;
	display: block;
	width: 800px;
}

.babble a:link, .babble a:hover, .babble a:active, .babble a:visited {
	color: #fff;
}
#dabsample {
	position: absolute;
	margin-top: -15px;
	margin-left: 5px;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	background-image: url(img/grian.png);
}


#bingoboard {
	display:table;
	width: 760px;
	min-height: 785px;
	border: 10px solid #fff;
	margin: 0 auto;
}

.crow {
	display: table-row;
}

.cell, .chead {
	display: table-cell;
	width: 150px;
	border: 1px solid black;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0px 1px 2px #fff;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cell {
	height: 150px;
	background-size:150px 150px;
}


.cell span, .chead span {
	margin: 5px;
	text-align: center;
	display: block;
	background-color: white;
	border-radius: 5px;
	border: 1px solid white;
}

.chead {
	font-weight: bold;
	font-size: 1.2em;
}

.notes {
	clear:both;
	font-size: .8em;
	font-style: italic;
}

.dabbox {
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.dabbed {
	background: url('img/css_sprites_spaced.png') -0px -0px;
	background-color: rgba(255,255,255,0.4);
	background-blend-mode: lighten;
	background-repeat: no-repeat;
	background-position: bottom center;
}


@media only screen and (min-width: 992px) {
	
	html {
		background: url(img/bg1024.png) no-repeat center center fixed;
	}
	
	.babble {
		width: 950px;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		background: url(img/bg1366.png) no-repeat center center fixed;
	}
	
	.babble {
		width: 1150px;
	}
}

@media only screen and (min-width: 1900px) {
	html {
		background: url(img/bg1920.png) no-repeat center center fixed;
	}
	
	.babble {
		width: 1850px;
	}
}