@import url('fonts.css');

#class_select{	
	width: 25%;
	height: 500px;
	
	margin-top: 2.5%;
	float: left;
	
	font-size: 1.5em;
	font-family: 'Lobster', 'San Serif';
}

#class_select p{
	padding-left: 5%;
}
#outter_table   {
		margin: 2% 0% 2% 25%;
		padding-top: 2%;
		width: 75%;
}

#outter_table td  {
		width: auto;		
		padding-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#outter_table    {
		font-size: 1.2em;
	}
	
	#mem_pic{
		display: block;
		margin-left: 0%;
		padding-top: 10%; 
		padding-top: 10%; 
	}
}

#outter_table p  {
		font-size: .9em;
}

#mem_pic{
		display: block;
		margin-left: 0%;
		margin-top: 0%; 
}

a:link {
	text-decoration: none;
	color: black;
	outline: 0; 
}

a:visited {
	text-decoration: none;	
	color: black;
}

a:hover {	
	color:#e7af1a;
}

a:active {
	text-decoration: none;
	color: black;
}
