@import 'resetstyle.css';

.ios9-lightblue {color:#54C7FC;}
.ios9-blue {color:#0076FF;}
.ios9-darkpink {color:#FF2851;}
.ios9-red {color:#FF3824;}
.ios9-orange {color:#FF9600;}
.ios9-yellow {color:#FFCD00;}
.ios9-lightgreen {color:#44DB5E;}
.ios9-darkgray {color:#8E8E93;}

#unused-body {
margin-top:0px !important; padding-top:9px !important; -moz-box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.2); box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.2);
}

body {
	-webkit-text-size-adjust:none;
	-webkit-touch-callout:none;
	-webkit-user-select:text;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 9px auto;
	width: device-width;
	max-width: 310px !important;
	font-family: ".SFNSText-Regular", -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
	color: #cecece;
	background-color: #212121;
	min-font-size: 11px;
	font-size: 13px;
	text-align:justify;
}

body > panel {
	display: block;
	width: 100%;
	margin: 0;
	border:0;
	border-top: 1px solid #ffff10;
	border-bottom: 1px solid #ffff10;
	border-left: 1px solid #ffff10;
	border-right: 1px solid #ffff10;
	margin-top:5px;
	margin-bottom:5px;
	background-color:black;
	text-align:justify;
}

body > panel > fieldset.header {
	display: block;
	background-color:#000000;
	color: #cecece;
	line-height: 20px;
	border:0;
	padding-top:0px;
	text-align:left;
}

body > panel > fieldset+fieldset {
	margin-left:5px;
	padding-left: 0;
	border-top: 1px solid #ffff10;
	text-align: left;
}

body > panel > fieldset:last-child {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

body > panel > fieldset.alert {
	font-weight: bold;
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 0px;
	text-align:left;
}

body > panel > fieldset.alert > div > a {
	display:block;
	width:100%;
}

body > panel > fieldset.alert > div > a:link, body > panel > fieldset.alert > div > a:visited {
	color:white;
	text-decoration:none;
}

body > panel > fieldset.warn {
	color: white;
	background-color: #ff3824;
}

body > panel > fieldset.okay {
	color: white;
	background-color: #cecece;
}

body > panel > fieldset > label {
	font-size: 17px;
	display: block;
	color:black;
	position:relative;
	padding-top: 13.5px;
	padding-bottom: 14px;
}

body > panel > fieldset > label > a > img.icon,
body > panel > fieldset > div > img.icon {
	display:none;
	padding-top: 8px;
}

body > panel > fieldset > div a:link, body > panel > fieldset > div a:visited {
	text-decoration:none;
	color: #0076ff;
}

body > panel > fieldset > div > p a:link, body > panel > fieldset > div > p a:visited {
	text-decoration:none;
	color: #0076ff;
}

body > panel > fieldset > label a:link, body > panel > fieldset > label a:visited {
	text-decoration:none;
	color: #0076ff;
}

body > panel > fieldset > a.button:link, body > panel > fieldset > a.button:visited {
	text-decoration:none;
	color: #0076ff;
	text-align:left;
}

body > panel > fieldset > a.button {
	display: block;
	width: 100%;
	padding-right: 0;
	font-size: 13px;
	color:white;
	position:static;
	padding-top: 0;
	padding-bottom: 6px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:0px;
	background-repeat: no-repeat;
	background-image: url(ios7-chevron.png);
	background-position: right;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	body > panel > fieldset > a.button {
		background-image: url(ios7-chevron@2x.png);
		background-size:8px 13px;
	}
}

body > panel > fieldset > div {
	padding-bottom: 14px;
}

body > panel > fieldset > div iframe {
	display:block;
	margin:8px auto;
	outline: solid rgba(204,204,204,0.3) 1px;
	outline-offset: 0px;
	zoom: 1.08;
	-moz-transform: scale(1.08);
}

body > panel > fieldset > div {
	margin-top:8px;
	margin-bottom:8px;
}

body > panel > fieldset > div > p+p {
	margin-top:9px;
}

body > panel > fieldset > div img {
	text-align:center;
	outline: solid rgba(204,204,204,0.3) 1px;
	outline-offset: -1px;
	zoom: 1.05;
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	margin:5px 5px;
	padding-left:8px;
}

body > panel > fieldset > div * {
	font-size: inherit !important;
}

body > panel > fieldset > div > table.information {
	text-align:left;
	font-size:11px;
	margin-left:0px;
	padding-top:8px;
}

body > panel > fieldset > div > table.information > tbody > tr > td {
	padding-bottom: 5px;
}

body > panel > fieldset > div > table.information > tbody > tr:last-child > td {
	padding-bottom: 5px;
}

body > panel > fieldset > div > table.information > tbody > tr > td.key {
	color:#0076ff;
	padding-right:5px;
	text-align:left;
}

ul, ol {
	padding: 8px 18px;
}

div.footer {
	font-size: 26px;
	color:#FF0000;
}

div.header {
	display:block;
	width: 300px;
	text-align: center;
	margin-top: -10px;
}

div.pic {
	display:none;
}

fieldset.black {
	display:none;
}

@keyframes screenshots {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 200px);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes header {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 200px);
	}
	to {
		opacity: 1;
		zoom: 0.88;
	    -moz-transform: scale(0.88);
	}
}

body.pinstripe {
	text-align:center;
	background-color: #e9e9ee !important;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: screenshots;
	animation-name: screenshots;
}

body.pinstripe > panel{
	background:none !important;
	text-align:center;
	border:0;
}

body.pinstripe > panel > fieldset > div > p {
	text-align: left;
	margin: 15px inherit;
}

body.pinstripe > panel > img{
	margin: 8px 0;
	outline: solid rgba(204,204,204,0.3) 1px;
	outline-offset: -1px;
	zoom: 0.88;
	-moz-transform: scale(0.88);
	transform: scale(0.88);

}

body.pinstripe > panel > div#scroller {
	text-align:center !important;
}

body.pinstripe > panel > div#scroller > div.horizontal-scroll-area {
	width:310px !important;
	margin: 0 auto;
}

body.pinstripe > panel > div#scroller > div.horizontal-scroll-area > img {
	margin:8px 0;
}

body div.center {
	text-align:left;
	margin:15px;
}

@media (min-width: 290px) {
	body > panel > fieldset > div img{
		zoom: 1.25;
		-moz-transform: scale(1.25);
		transform: scale(1.25);
	}
	
	body > panel > fieldset > div iframe {
		zoom: 1.27;
		-moz-transform: scale(1.27);
		transform: scale(1.27);
	}
	
	body.pinstripe > panel > img {
		zoom: 1.05;
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (min-width: 290px) {
	body > panel > fieldset > div img{
		zoom: 1.38;
		-moz-transform: scale(1.38);
		transform: scale(1.38);
	}
	
	body > panel > fieldset > div iframe {
		zoom: 1.42;
		-moz-transform: scale(1.42);
		transform: scale(1.42);
	}
	
	body.pinstripe > panel > img {
		zoom: 1.18;
		-moz-transform: scale(1.18);
		transform: scale(1.18);
	}
}
