.ubuntu {
	font-family: 'Ubuntu';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x:hidden;
		/* background: #2b2b2b; */
}
#headnew {
	background: radial-gradient(ellipse at center, #e6f0a3 0%,#ffffff 71%);
	min-height: 78px;
	margin-bottom: 0;
}
#panelmain {
/*	border-color: #91a51d; */
	border-color: darkolivegreen;
}

#panelheader {
/*	background-color: #91a51d; */
	background-color: darkolivegreen;
	border-color: #FFFFFF;
	padding: 8px 15px;
}
.headericon {
	color: orange;
}
.bigtext {
	font-size:25px;
}
.classhead {
	border-radius: 5px;
	color: darkolivegreen;
	background-color: gainsboro;
	box-shadow: -1px -4px 17px 1px rgba(0, 0, 0, 0.2);
}
#pgxtron {
	padding-top:35px;
	padding-bottom:25px;
}
#lift {
	box-shadow: -3px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
#lift:hover {
	box-shadow: -10px 10px 20px 5px rgba(0, 0, 0, 0.2);
	-ms-transform: scale(1.005); /* IE 9 */
	-webkit-transform: scale(1.005); /* Safari 3-8 */
	transform: scale(1.005); 
	opacity: 0.85;
	filter: alpha(opacity=85);
	transition-duration: 0.5s;
}
