/*
* @author: William Khoe
*/

section.generic
{
	position:relative;
	margin:0 0 30px 0; padding:19px;
	border:1px solid #DEDEDE;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
section.generic h3
{
	margin:0 0 3px 0;
	font-size:13px; text-transform:uppercase;
}
section.generic p
{
	margin:0 0 15px 0;
}

/* Regular Desktop */

@media only screen and (min-width:1024px)
{
	
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	
}
