@charset "utf-8";
/* CSS Document */
.selectorBox{
	width:150px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color:#FFF;
	letter-spacing: 0.2em;
	padding:10px;
	margin-top:10px;
	text-align: center;
	margin-bottom:10px;
	-webkit-border-radius: 15;
  	-moz-border-radius: 15;
  	border-radius: 15px;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  background:#FFF;
}
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.4em;
	line-height:1.6em;
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
.infostyle2 {
	margin:5px;
	padding:5px;
  	background:#fff;
	border: 1px solid #E65000;
}
.infostyle2 p{	
	color:#E65000;
}
.tableclass{
	width:900px;
}

.tdsize{
	 vertical-align: top;
border: 1px solid #666;
	padding:5px;
	height:200px;
	width:40%;
}
.tdsizeimg{
	vertical-align: top;
	border: 1px solid #666;
	padding:5px;
	height:200px;
	width:20%;
}



@media only screen and (max-height: 800px) {
	
}