@charset "utf-8";
/* CSS Document */
#glassImg{
	margin-right:5px;
	cursor:pointer;
	display:inline-block;
	width: 33px;
	height: 33px;
	background-image: url("../../../images/icon-11a.png");
	
	}
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;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size: 1.2em;
	font-weight:bold;
	background:#04756F;
	text-align: center;
}
.tdSubHeading{
	width:200px;
	padding:2px;
	border-top: 2px solid #04756F;
	border-bottom: 2px solid #04756F;
	border-left:2px solid #333;
	border-right:2px solid #333;
	font-family: 'Montserrat', sans-serif;
	color:#04756F;
	font-size: 1.2em;
	text-align: center;
	height:20px;
	background:#FFF;
}
.tdfill{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	height:100px;
	background:#FFF;
}
tdfillcentre{
	width:20px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	height:50px;
}
.tdfillcentrebottom{
	width:20px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	height:50px;
}
.tdfillbottom{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	height:100px;
	background:#FFF;
}



.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
}
@media only screen and (max-height: 800px) {
	.tdfillbottom{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	height:50px;
	background:#FFF;
}
.tdfill{
	width:200px;
	padding:10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	height:50px;
	background:#FFF;
}
}