/**************************************************************************/
/* NOTE: This file is shared for all translations of Palouse Mindfulness  */
/*       IF CHANGES ARE MADE, TEST in: /actual, /english, /es, /it, etc.) */
/**************************************************************************/
.phone-only {			
	display: none;		/* DO NOT to execute anything in this class */
}

.tablet-only {	
	display: none;		/* DO NOT to execute anything in this class */	
}

.tablet-and-smaller {
	display: none;		/* DO NOT to execute anything in this class */
}

.tablet-and-larger {
	display: inline;	/* Execute EVERYTHING in this class */
}

.laptop-and-larger {
	display: inline;	/* Execute EVERYTHING in this class */
}

.desktop-only {	
	display: none;		/* DO NOT to execute anything in this class */
}

#wrapper {				/* Basic page... */
	width: 100%;		/* This is different than default (larger) viewport, which has it fixed at 950px */
}
#left_menu {
	width: 17%;	
}
#middle_text {
	width: 60%;	
}
#right_photo {		
	width: 16%;
}
