#display th{
	font-weight: bold;
	font-size: 32pt;
	text-align: center;
	padding:16px;
	color: gray;
	font-size: 4vw;

}

#display td{
	font-weight: bold;
	font-size: 72pt;
	text-align: center;
	vertical-align: bottom;
	padding:10px;
	color: #5c5f66;
	font-size: 8vw;

}

#display {
	width: 100%;
}

.first{

}

#number{
	font-size: 62pt;
	font-weight: bold;

}

 /*qms fonts */

 .qms{
 	text-align: center;
	border: 2px;
	border-color: gray;
	border-right: 3px dotted green;
 }

 .qms h1{
	 color: blue;
 }

 .qms h4{
 	font-family: sans-serif;
 	color:gray;
	font-weight: bold;
	font-size: 140pt;
	line-height: 120pt;
	margin-bottom: -20px;
 }

.queue_number {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0px;
	border:3px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:42px;
	font-weight:bold;
	font-style:normal;
	height:100%;
	line-height:60px;
	width:500px;
	max-width: 100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.queue_number:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}

.queue_number:active {
	position:relative;
	top:1px;
}

.missed_number {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0px;
	border:3px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:42px;
	font-weight:bold;
	font-style:normal;
	height:100%;
	line-height:60px;
	width:500px;
	max-width: 100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.missed_number:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}

.missed_number:active {
	position:relative;
	top:1px;
}

.showWhenPrint{
	font-size: 14pt;
	vertical-align: middle;
}

#bigNumber{
	font-size: 84pt;
}

.number{
	font-size: 100pt;
	margin-top: 40px;
	margin-bottom: -40px;
}

@media print
{

.showWhenPrint{
	color: black;
	font-size: 14pt;
	vertical-align: middle;
}

.noPrint{
	display: none !important;
}
}
