/* WKHY */

/* Media Queries */

/* Smartphones and portrait tablets */

@media only screen and (min-width:320px) and (max-width:479px) {
	.featuregroup.taxonomy .tax p.cat {
	    padding-left: 10px
	}

	.featuregroup.taxonomy .tax:last-child {
	    padding-bottom: 4px
	}

	.personality a {
		width: 100px;
		min-height: 270px;
		display: block;
	}
}

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

}

@media only screen and (min-width:320px) and (max-width:768px) {
	.page {
	    padding-bottom: 50px
	}
}
