/* ----------- iPhone 4 and 4S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 140%;
	}
	span#menuText {
		display: none;
	}
}


/* ----------- iPhone 5 and 5S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 140%;
	}
	span#menuText {
		display: none;
	}
}


/* ----------- iPhone 6 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 140%;
	}
	span#menuText {
		display: none;
	}
}


/* ----------- iPhone 6+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 140%;
	}
	span#menuText {
		display: none;
	}
}


/* ----------- iPad mini ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 100%;
	}

}


/* ----------- iPad 3 and 4 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	div#tabs,
	.logout,
	.bottom,
	.panel {
		width: 140%;
	}

}