@charset "utf-8";
/* CSS Document */
.greenhighlight { background-color: #45EA17 }
.greenhighlight2 { background-color: #45EA17 }
.greenhighlight3 { background-color: #45EA17 }
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1.3em;
	line-height:1.4em;
}
.centered {
  position:relative; top:12%; left:50%; margin-left:-445px;
  max-width:900px;
  border: 1px solid #E65000;
  background:#FFF;
}

.boxstyle {
	margin:5px;
	padding:5px;	
}
.infostyle {
	margin:5px;
	padding:5px;
  	background:#E65000;
}
.infostyle p{	
	color:#fff;
}
.alignbtn{
float:left;	
}
@media only screen and (max-height: 800px) {
.boxstyle {
    height:350px;	
}
p{	
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size: 1em;
	line-height:1.1em;
}	
}