@charset "utf-8";

/*iPhone 5 in portrait (2G-4S is max-device-width 480px)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
html, body {
	position: fixed !important;
}
.memory_window {
	border: 5px solid #00a7ae !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	padding: 10px 5px 10px 10px !important;
}
#memory_settings button {
	font-size: 20px !important;
}
#memory_cards {
	padding: 3px !important;
}
#memory_bottom {
	padding: 3px !important;
	width: 100% !important;
}
#memory_chances, #memory_score {
	font-size: 15px !important;
	width: 40% !important;
}
}


/*iPhone 5 in landscape (2G-4S is max-device-width 480px)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
html, body {
	position: fixed !important;
}
#memory {
	margin-bottom: 0px !important;
}
.memory_window {
	border: 5px solid #00a7ae !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	padding: 10px 5px 10px 10px !important;
	max-width: 100% !important;
	margin-top: 5px !important;
}
#memory_settings button {
	font-size: 15px !important;
	width: 150px;
}
#memory_cards {
	padding: 3px !important;
}
#memory_bottom {
	padding: 0px !important;
	width: 325px !important;
}
#memory_chances, #memory_score {
	font-size: 15px !important;
	width: 40% !important;
}
}

/* iPad portrait 768 1024 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#toggler, .phoneHide {
	display: none !important;
}
html, body {
	position: fixed !important;/*bottom: 0 !important;*/
}
#memory {
	width: 100% !important;
	height: 100% !important;
}
}


/* iPad landscape 768 1024 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
html, body {
	position: fixed !important;
}
}
