/* iPhone.css - iPhone Interface Cascading Style Sheet
 * Copyright (C) 2007-2008  Jay Freeman (saurik)
*/

/*
 *        Redistribution and use in source and binary
 * forms, with or without modification, are permitted
 * provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the
 *    above copyright notice, this list of conditions
 *    and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the
 *    above copyright notice, this list of conditions
 *    and the following disclaimer in the documentation
 *    and/or other materials provided with the
 *    distribution.
 * 3. The name of the author may not be used to endorse
 *    or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* .clearfix {{{ */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}
/* }}} */

* {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*font-family: inherit;*/
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}

a {
    color: inherit;
}

sup {
    font-size: smaller;
    margin-top: -6px;
    position: relative;
    top: -6px;
}

select {
    border: 1px solid #999999;
}

panel {
    display: block;
    width: 320px;
}

body {
    font-family: Helvetica, Arial;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    margin: 0 auto;
    width: 320px;
}

body.white {
    background-color: #ffffff;
}

body.pinstripe {
    background: #c7ced5 url(pinstripes.png);
	background-image: none;
	background-color: #efeff4;

}

dialog {
    display: block;
    position: absolute;
    width: 100%;
}

dialog > panel {
    display: block;
}

a {
    color: blue;
    text-underline-style: dotted;
}

strong {
    font-weight: bold
}

pre, tt {
    font-family: monospace;
}

pre {
    letter-spacing: -2px;
}

em {
    font-style: italic;
}

.default {
    color: #aaaabb;
}

/* #toolbar {{{ */
dialog > toolbar {
    background: url(toolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
    height: 45px;
    padding: 10px;
}

dialog > toolbar > h1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    margin: 1px auto 0 auto;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    white-space: nowrap;
}
/* }}} */
/* (back|forward)-button {{{ */
dialog > toolbar > a.back-button,
dialog > toolbar > a.forward-button {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: -28px;
    padding: 0 3px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    white-space: nowrap;
}

dialog > toolbar > a.back-button {
    -webkit-border-image: url(backButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
    float: left;
}

dialog > toolbar > a.forward-button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: right;
}
/* }}} */

panel > block {
    /*background-color: #ccd1d5;*/
    /*background-color: white;*/
    /*background-color: #c7ced5;*/
    background-color: transparent;
    //background-color: #ffffff;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-left: 1px dotted #999999;
    border-right: 1px dotted #999999;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    //border: 1px solid #999999;
    display: block;
    font-size: 15px;
    margin: 9px;
    padding: 0 10px;
}

panel > fieldset > div > hr,
panel > block > hr {
    border-top: 1px dashed #999999;
}

panel > fieldset {
    background-color: #ffffff;
    border: 1px solid #999999;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    font-size: 100%;
    margin: 8px;
}

panel > input[type="submit"] {
    /*-webkit-border-image: url(whiteButton.png) 0 12 0 12;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-width: 0px 12px;*/
    border: none;
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 9px;
    height: 44px;
    padding: 10px;
    text-align: center;
    width: 302px;
}

list > label {
    background: #a7b3bc;
    background-repeat: repeat-x no-repeat-y;
    margin-bottom: 0px;
    padding: 4px 15px 1px 15px;
    display: block;
    color: white;
    font-size: inherit;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0;
}

panel > label {
    display: block;
    margin: 13px 0 -4px 24px;
    line-height: 24px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}

panel > fieldset > a,
panel > fieldset > div,
panel > fieldset > textarea {
    border-bottom: 1px solid #999999;
}

/* XXX: should be a.left:nth-last-child(2) */
panel > fieldset > a.left,
panel > fieldset > a:last-child,
panel > fieldset > div:last-child,
panel > fieldset > textarea:last-child {
    border-bottom: 0;
}

list > fieldset > a,
list > fieldset > div,
list > fieldset > textarea {
    border-bottom: 1px solid #e0e0e0;
}

fieldset > a:not([type="ad"]),
fieldset > div,
fieldset > textarea {
    /* XXX: small differences due to font bugs */
    padding: 12px 14px 10px 14px;
}

/*fieldset > a:not([type="ad"]):last-child,
fieldset > div:last-child {
    padding-bottom: 10px;
}*/

fieldset > a[type="ad"] {
    /* XXX: small differences due to font bugs */
    padding: 4px 4px 2px 5px;
}

panel > fieldset > a[type="ad"]:first-child > div:first-child,
panel > fieldset > a[type="comment"]:first-child > div:first-child,
panel > fieldset > a[type="profile"]:first-child > div:first-child,
panel > fieldset > a[type="thumb"]:first-child > div:first-child {
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
}

panel > fieldset > a[type="ad"]:last-child > div:first-child,
panel > fieldset > a[type="comment"]:last-child > div:first-child,
panel > fieldset > a[type="profile"]:last-child > div:first-child,
panel > fieldset > a[type="thumb"]:last-child > div:first-child {
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

fieldset > a[type="ad"] > div:first-child {
    border: 1px solid #999999;
}

list > fieldset > a[type="comment"] > div:first-child,
list > fieldset > a[type="profile"] > div:first-child,
list > fieldset > a[type="thumb"] > div:first-child {
    border: 1px solid #e0e0e0;
}

panel > fieldset > a[type="comment"] > div:first-child {
    border: 1px solid #999999;
    border-bottom-style: dashed;
}

panel > fieldset > a[type="profile"] > div:first-child,
panel > fieldset:not(.header) > a[type="thumb"] > div:first-child {
    border: 1px solid #999999;
}

div[tile] {
    float: right;
    height: 30px;
    width: 30px;
}


fieldset > a[type="ad"] > div:first-child {
    background-repeat: no-repeat;
    background-position: center center;
    border-right: none;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    /* XXX: small differences due to font bugs */
    /* XXX: 1px difference due to border stupidity */
    margin: -5px 5px -3px -6px;
    width: 40px;
}

panel > fieldset > a[type="comment"] {
    border-bottom-style: dashed;
}

fieldset > a[type="comment"] > div:first-child {
    -webkit-background-size: 44px;
    height: 44px;
    width: 44px;
}

fieldset > a[type="header"] > div:first-child {
    height: 64px;
    width: 64px;
}

fieldset > a[type="profile"] > div:first-child {
    -webkit-background-size: 50px;
    height: 50px;
    width: 50px;
}

fieldset > a[type="thumb"] > div:first-child  {
    height: 64px;
    width: 64px;
}

fieldset > a[type="comment"] > div:first-child,
fieldset > a[type="header"] > div:first-child,
fieldset > a[type="profile"] > div:first-child,
fieldset > a[type="thumb"] > div:first-child {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    /* XXX: small differences due to font bugs */
    /* XXX: 1px difference due to border stupidity */
    margin: -13px 7px -11px -15px;
}

fieldset > a > img.icon,
fieldset > div > img.icon {
    height: auto;
    /* XXX: small differences due to font bugs */
    margin: -7px 6px -9px -8px;
    max-height: 30px;
    min-width: 30px;
    width: 30px;
}

panel > block > p,
fieldset > div > p,
panel > block > ul,
fieldset > div > ul {
    margin: 10px 0;
}

panel > block > ul,
fieldset > div > ul {
    margin-left: 13px;
}

panel > block > p,
fieldset > div, fieldset > div > p {
    text-align: left;
}

fieldset > div > p:first-child,
fieldset > div > ul:first-child {
    margin-top: 0;
}

fieldset > div > p:last-child,
fieldset > div > ul:last-child {
    margin-bottom: 0;
}

fieldset > a {
    color: inherit;
    display: block;
}

fieldset > textarea,
fieldset > div > input:not([type="checkbox"]),
fieldset > div > select,
fieldset > div > div > select {
    background: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

/* Chevrons {{{ */

fieldset > a[href]:not([type="ad"]),
fieldset > div > select,
fieldset > div > div > select {
    background-repeat: no-repeat;
    background-image: url(chevron.png);
}

/* Horizontal */

list > fieldset > a[href] {
    background-position: 295px center;
}

panel > fieldset > a[href] {
    background-position: 275px center;
}

panel > fieldset > a[href].half {
    background-position: 125px center;
}

list > fieldset > a:not([href]) > select,
list > fieldset > div > select,
list > fieldset > div > div > select {
    background-position: 183px center;
}

panel > fieldset > a:not([href]) > select,
panel > fieldset > div > select,
panel > fieldset > div > div > select {
    background-position: 163px center;
}

/* }}} */

fieldset > textarea,
fieldset > div > input,
fieldset > div > select,
fieldset > div > div > select,
fieldset > a > div > label + label,
fieldset > div > div > label + label {
    color: #193250;
}

fieldset > textarea,
fieldset > div > input,
fieldset > div > select,
fieldset > div > div > select {
    font-size: 16px;
}

fieldset > div > input {
    padding-left: 7px;
    padding-right: 14px;
}

fieldset > div > input[type="checkbox"] {
    border: 1px solid #999999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: right;
    margin: -7px -8px;
    height: 30px;
    width: 30px;
}

fieldset > div > select,
fieldset > div > div > select,
fieldset > div > input:not([type="checkbox"]) {
    border: none;
    float: right;
    height: 40px;
    margin: -11px -13px -11px -14px;
}

panel > fieldset > div > select,
panel > fieldset > div > div > select,
panel > fieldset > div > input:not([type="checkbox"]) {
    width: 187px;
}

list > fieldset > div > select,
list > fieldset > div > div > select,
list > fieldset > div > input:not([type="checkbox"]) {
    width: 207px;
}

fieldset > textarea {
    padding: 10px;
    width: 320px;
}

fieldset > div > div,
fieldset > a > div {
    display: inline-block;
}

fieldset > div > div {
    width: 273px;
}

fieldset > a[type="ad"] > div:nth-child(2) {
    width: 218px;
}

fieldset > a:not([type]) > div {
    width: 250px;
}

fieldset > a:not([href]) > img.icon + div,
fieldset > div > img.icon + div {
    width: 244px;
}

fieldset > a[href] > img.icon + div {
    width: 221px;
}

fieldset > a[type="profile"] > div:nth-child(2) > label:nth-child(1).unknown {
    color: #aaaabb;
}

fieldset > a[type="profile"] > div:nth-child(2) > label:only-child {
    left: 4px;
    position: relative;
    top: 3px;
}

fieldset > a[type="thumb"] > div:nth-child(2) > label:only-child {
    position: relative;
    top: 10px;
}

fieldset > a[type="profile"] > div:nth-child(2) > label + label {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

fieldset > a[type="thumb"] > div:nth-child(2) > label + label {
    display: block;
    margin-top: 2px;
}

fieldset > a[type="profile"] > div:nth-child(2) {
    width: 207px;
}

fieldset > a[type="thumb"] > div:nth-child(2) {
    width: 193px;
}

fieldset > a[type="profile"] > div:nth-child(2) {
    margin: -5px 0;
}

fieldset > a[type="profile"] > div:nth-child(2),
fieldset > a[type="thumb"] > div:nth-child(2) {
    vertical-align: top;
}

fieldset > a > label:first-child,
fieldset > a > div > label:first-child,
fieldset > div > label:first-child,
fieldset > div > div > label:first-child {
    font-weight: bold;
}

/* XXX: this doesn't handle icon offsets */
list > fieldset > a:not([type]) > div > label + label,
list > fieldset > div > div > label + label {
    margin-left: 94px;
}

panel > fieldset > a:not([type]) > div > label + label,
panel > fieldset > div > div > label + label {
    float: right;
    text-align: right;
}

panel > img {
    display: block;
    margin: 9px auto 4px auto;
    height: auto;
    width: 300px;
}

fieldset > a[type="ad"] {
}

fieldset > a[type="ad"] > div:nth-child(2) {
    position: relative;
    vertical-align: top;
}

fieldset > a[type="ad"] > div > label:first-child {
    color: #2d2d50;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
}

fieldset > a[type="ad"] > div > label + label {
    position: absolute;
    top: 17px;
    left: 156px;
    font-size: 9.5px;
    font-weight: normal;
}

panel > fieldset > a.right {
    border-left: 1px solid #999999;
}

panel > fieldset > a.half {
    display: inline-block;
    width: 150px;
}

fieldset.half > a {
    background: none;
    background-position: 120px center;
}

fieldset.half > a > img.icon + div {
    width: 65px;
}

fieldset.right {
    float: right;
    margin-left: 10px;
}

block + fieldset.right,
fieldset + fieldset.right {
    margin-top: 0;
}

fieldset.half {
    width: 146px;
}

panel > fieldset.dashed > a,
panel > fieldset.dashed > div,
panel > fieldset.dashed > textarea,
list > fieldset.dashed > a,
list > fieldset.dashed > div,
list > fieldset.dashed > textarea {
    border-style: dashed;
}

fieldset > a[type="thumb"]:first-child > back {
    -moz-border-radius-topright: 9px;
    -webkit-border-top-right-radius: 9px;
}

fieldset > a[type="thumb"]:last-child > back {
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-right-radius: 9px;
}

fieldset > a[type="thumb"] > back {
    background-repeat: no-repeat;
    border: 1px solid #999999;
    display: block;
    height: 64px;
    left: 62px;
    position: absolute;
    opacity: 0.2;
    top: -1px;
    width: 237px;
}

.mm {
    border: 1px solid #999999;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

a.mm {
    display: block;
    margin: 9px;
}

div.mm img {
    height: auto;
    width: 300px;
}

fieldset > a.small {
    font-size: 12px;
    padding-top: 9px;
}

fieldset > a.small label {
    display: inline-block;
    position: relative;
    top: 1px;
}

fieldset > a.small > img.icon {
    max-height: 22px;
    min-width: 22px;
    width: 22px;
}

fieldset > a.small.half > img.icon + div {
    width: 79px;
}

panel.centered > label {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

panel > iframe {
    margin: -9px 0;
}

panel > iframe:first-child,
panel > iframe + iframe {
    margin-top: 0;
}

/* Rating Stars {{{ */
.ratings {
    margin: -2px 0;
    text-align: center;
}

.rated {
    display: inline-block;
}

.rated.left {
    margin-right: 9px;
}

.rated label {
    font-weight: bold;
    margin-right: 3px;
    position: relative;
    top: -3px;
}

.rating {
    display: inline-block;
    width: 80px;
}

.rating .back,
.rating .fore,
.rating .star {
    height: 16px;
}

.rating .back,
.rating .fore {
    width: 80px;
}

.rating .star {
    display: inline-block;
    width: 16px;
}

.rating .back {
    opacity: 0.2;
}

.rating .fore {
    /*border-right: 1px solid #999999;*/
    position: absolute;
}
/* }}} */

panel > fieldset.header {
    background-color: transparent;
    border: none;
    margin: -5px 9px -11px 9px;
}

panel > fieldset.header > a > div > label {
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}









/* Additional Styles to improve look & caching */
panel > block {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.small {
    font-size:90%;
}
.fieldset {
    clear:left
}
.header {
    margin: 10px 10px;
    padding: 4px 13px
}
.header > img {
    float:left;
    margin:0 0 10px 0
}
.header > div {
    margin:7px 0 0 12px; float:left
}
.header h1 {
    font-size: 22px
}
.header h2 {
    font-size: 17px
}
.cydia-only {
    display:none
}
body.pinstripe {
    padding:0;
    background:#fff url(background.png) repeat-y top center;
    background-image: none;
    background-color: #efeff4;
}
@media screen and (max-device-width: 480px) {
    body.pinstripe {
        background: #c7ced5 url(http://cache.saurik.com/menes/pinstripes.png); 
        background-image: none;
        background-color: #efeff4;
    }
    
    panel { background:transparent }
    .cydia-only { display:block }
    .browser-only { display:none }
}

panel > fieldset > a:first-child {
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-right-radius: 9px;
}

panel > fieldset > a:last-child {
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -webkit-border-bottom-right-radius: 9px;
}

panel > fieldset > a[type="ad"]:last-child > div:first-child,
panel > fieldset > a[type="comment"]:last-child > div:first-child,
panel > fieldset > a[type="profile"]:last-child > div:first-child,
panel > fieldset > a[type="thumb"]:last-child > div:first-child {
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

fieldset > a > img.icon,
fieldset > div > img.icon {
    height: auto;
    /* XXX: small differences due to font bugs */
    margin: -7px 6px -9px -8px;
    max-height: 29px;
    min-width: 29px;
    width: 29px;
}

fieldset > div.switch {
    background: right center no-repeat url(switch-on.png);
}

fieldset > div.gray > label {
    font-weight: normal;
    opacity: 0.5;
}

fieldset > div.gray > speciallabel {
    font-weight: normal;
    opacity: 0.5;
    background-color:gray;
}
fieldset > div.slider {
    background: center center no-repeat url(slider.png);
    height: 43px;
}

panel > p {
    display: block;
    line-height: 24px;
    font-size: inherit;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
    text-align: center;
}

fieldset div textarea {
    -webkit-appearance: none;
    background: white;
    border:medium none;
    width:100%;
    padding:0;
    margin:0;
}

fieldset div textareawarn {
    -webkit-appearance: none;
    background: red;
    border:medium none;
    width:100%;
    padding:0;
    margin:0;
}

panel > fieldset > div, panel > label {
    -webkit-user-select: none;
}

.selectable {
    -webkit-user-select: text;
}

.horizontal-scroll-wrapper {
    height:367px;
    background:#8f9192;
    border-top: 2px solid #7e8080;
    border-bottom: 2px solid #7e8080;
    outline-top: 1px solid rgba(255,255,255,0.33);
    outline-bottom: 1px solid rgba(255,255,255,0.33);
    overflow-x: scroll;
    width: 100%;
    position:relative;
    z-index:1;
}
.horizontal-scroll-area {
    z-index:1;
    margin:10px 0 5px 0;
}
.horizontal-scroll-area img {
    width: 215px;
    margin: 0 0 0 10px;
    border: 1px solid rgba(255,255,255,0.4);
    outline: 1px solid rgba(0,0,0,0.1);
}

.pip {
    opacity: 0.3;
    color:white;
    font-family: 'Courier New', Courier, fixed-width;
    font-size:150%;
}
.pip.selected {
    opacity: 1.0;
}

.horizontal-scroll-pips {
    text-align:center;
    margin:0;
    padding:0;
}



/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



.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: 414px !important;
    font-family: ".SFNSText-Medium", -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
    background-color: #efeff4;
    min-font-size: 13px;
    font-size: 13px;
    text-align:center;
}

body > panel {
    display: block;
    width: 100%;
    margin: 0;
    border:0;
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    margin-top:9px;
    margin-bottom:9px;
    background-color: white;
    text-align:left;
}

body > panel > fieldset {
    display: block;
    padding: 0 15px;
    background-color: white;
    color: #666;
    line-height: 18px;
    border:0;
}

body > panel > fieldset+fieldset {
    margin-left:15px;
    padding-left: 0;
    border-top: 1px solid #c8c7cc;
}

body > panel > fieldset:last-child {
    padding-bottom:1px;
}

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

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: MediumSeaGreen;
}

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;
}

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;
}

body > panel > fieldset > a.button {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: block;
    color:black;
    position:relative;
    padding-top: 11.5px;
    padding-bottom: 12px;
    margin-top:2px;
    margin-bottom:2px;
    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:0px
    margin-bottom:8px;
}

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

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

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

body > panel > fieldset > div > table.information {
    margin-left:34px;
}

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: 0px;
}

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

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





div.header {
    display:none;
}

div.pic {
    display:none;
}

fieldset.black {
    display:none;
}



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

body.pinstripe {
    text-align:center;
    background-color: #e9e9ee !important;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -webkit-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);

}

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

body.pinstripe > panel > div#scroller > div.horizontal-scroll-area {
    width:320px !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: 375px) {
    body > panel > fieldset > div img{
        zoom: 1.25;
        -moz-transform: scale(1.25);
    }
    
    body > panel > fieldset > div iframe {
        zoom: 1.27;
        -moz-transform: scale(1.27);
    }
    
    body.pinstripe > panel > img {
        zoom: 1.05;
        -moz-transform: scale(1.05);
    }
}

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