/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@700&amp;display=swap');
.bingo-container {background-color:#fff; }
div#bingo.bingo-container.preview {display:flex; flex-wrap: wrap; background-color:#ded5ef; justify-content: space-evenly;}
div#bingo.bingo-container.preview > div {margin: 10px; padding: 10px;}
#bingo-content {float:left;}
.button-container {background-color:#ded5ef; width:362px; display: flex; justify-content: center; align-items: center;}
.button-wrap {display: inline-flex; flex-direction: column;}
.bingo-menu-btn {
  background-color: #1398d1;
  border: none;
  color: white;
  float:left;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 18px 2px;
  cursor: pointer;	
  font-weight:bold;
  transition-duration: 0.4s;
  min-width:315px;
}
.bingo-menu-btn:hover {
  background-color: #0875ba;
  color: white;
}
.title-table {width:100%;}
.letter {width:20%; text-align: center; font-family: 'Asap', sans-serif; font-size:40px;}
.free-space {background-color:#ded5ef;}
.credit-line {margin:0 auto; padding: 25px; font-family: 'Asap', sans-serif; color:#808080; text-align:center;}
.preview img {width:50px;}
.preview .letter {font-size:25px;}
.preview .credit-line {display:none;}
.bingoboard-wrap table {background-color:#fff;}
.bingoboard-wrap {background-color:#99F; padding:10px; float: left;}
.printable {display:none;}
.BINGO-directions {background-color:#fff; width:100%; text-align:left;}
.BINGO-directions h3 {margin:0;}
.BINGO-directions-bold {font-weight:bold; color:#330099;}
.BINGO-directions img {width:150px; padding:10px;}
.BINGO-patterns {display:flex; flex-wrap:wrap; justify-content:center;}
.BINGO-patterns img {margin:10px; padding:10px;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.preview img {width:40px;}
	.preview .letter {font-size:20px;}
	.BINGO-patterns img {width:100px; height:123px;}
	}
@media print {
	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* PG Applied Styles */
	body {background-color:#fff; margin:0 auto; text-align:center; background-image:none;}
	div.title-line {margin:0 auto; padding: 0 0 5px 0; font-family: 'Asap', sans-serif; color:#000; text-align:center;}
    div.credit-line {margin:0 auto; padding: 25px 0 0 0; font-family: 'Asap', sans-serif; color:#808080; text-align:center;}
   .pagecontainer {display: none !important;}
   .printable {display: block !important; margin-top:0px; text-align:center;}
   .pagetype_seasons_spring {background-image: none; background-color: #fff;}
   .bingoboard-wrap {display:inline-block; background-color:#fff; padding:0; float:none;}
	ins.adsbygoogle.adsbygoogle-noablate {display: none !important; height: 0 !important;}
	table.outer-bingo-table, table.outer-bingo-table th, table.outer-bingo-table td {border-collapse: collapse; border: 2px solid black;}
	table.outer-bingo-table th, table.outer-bingo-table td {padding:10px;}
	table.outer-bingo-table img {width:125px; height:125px;}
	table.title-table, table.title-table th, table.title-table td {border-collapse: collapse; border: 0;}
	table.outer-bingo-table.markers img {width:100px; height:100px;}
	table.outer-bingo-table.markers, table.outer-bingo-table.markers th, table.outer-bingo-table.markers td {border-collapse: collapse; border: 0;}
	
}