@charset "utf-8";
/* CSS Document */
p {
font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color:#000;
	letter-spacing: 0.1em;
	line-height:1.5em;
	padding:10px;
	text-align: center;	
}
.selectable
{
cursor: pointer;	
}
.headingBox{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	color:#000;
	letter-spacing: 0.1em;
	line-height:1.5em;
	padding:10px;
	text-align: center;
}
.tableclass{
	width:900px;
}
.patternclass{
	width:900px;
	margin-top:5px;
}
.tdHeading{
	width:200px;
	padding:10px;
	border: 2px solid #333;
	height:30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 2em;
	line-height:1.1em;
	font-weight:bold;
	background:#04756F;
	text-align: center;
}
.tdfill{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	height:30px;
	background:#FFF;
}
.tdfillbottom{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	height:30px;
	background:#FFF;
}
.tdsize{
	width:200px;
	padding:10px;
	border: 2px solid #333;
	height:30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 2em;
	line-height:1.1em;
	font-weight:bold;
}
.tdsize2{
text-align: center;
	padding:5px;
	border: 2px solid #333;
	height:50px;
	width:330px;
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-size: 2em;
	line-height:1.1em;
	letter-spacing: 0.2em;
	background:#D90000;
}

.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
}
@media only screen and (max-height: 800px) {
	
}