
/* Phone */
@import url("phone.css") only screen and (max-width:320px);
/* Tablet */
@import url("perry.css") only screen and (min-width:321px) and (max-width:768px);
/* Desktop */
@import url("perry.css") only screen and (min-width:769px);

.menuOption {
	padding-top: 2px;
	padding-bottom: 1px;
}