
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

body > h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(/images/iphone/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(/images/iphone/iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#homeButton {
    left: 6px;
    right: auto;
    -webkit-border-image: url(/images/iphone/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

.goButton {
    -webkit-border-image: url(/images/iphone/iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}

body > *[selected="true"] {
    display: block;
}


    
.panel {
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(/images/iphone/pinstripes.png);
}





fieldset {
  margin: 20px;
}

fieldset.secondary {
  padding: 20px 0 0 0;
  border-top: 1px solid #CCC;
}

fieldset.secondary p {
  color: #555;
}

fieldset label {
    margin: 16px 0 0 6px;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

fieldset .select label,
fieldset .text label {
  display: block;
}

fieldset .checkbox {
  margin: 6px;
}

fieldset .checkbox label {
  margin-left: 0;
}

fieldset .options {
  padding: 12px 0 0 0;
  text-align: center;
}

fieldset select {

}

fieldset button {
  font-size: 100%;
}
 
input[type="text"],
input[type="password"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 4px 0 0 0;
    padding: 6px;
    font-size: 16px;
    font-weight: normal;
}








body ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body ul li span {
  position: absolute;
  top: 6px;
  right: 30px;
}

span.score {
  padding: 0.1em 0.3em;
}

span.score.high {
  background-color: #A2DE8D;
  color: #2A641C;
}
span.score.medium {
  background-color: #FFE685;
  color: #574600;
}
span.score.low {
  background-color: #f66;
  color: #fff;
}
 
body ul li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(/images/iphone/list-group.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}
 
body ul li.group:first-child {
    top: 0;
    border-top: none;
}
 
body ul li a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(/images/iphone/iPhoneArrow.png) no-repeat right center;
}








body .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(/images/iPhone/pinstripes.png);
}
 
.panel fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    font-size: 16px;
}

.panel fieldset p {
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}









.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; border-width: 2px 0;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.box {
  margin: 1em 0;
}
.box h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 !important;
}
.success h3 {
  text-align: center;
}
.box p {
  margin: 0.5em 0;
}
.box ul {
  margin: 0 0 0 2em;
}
.box.center {
  text-align: center;
}
.box ul li {
  margin-top: 0.1em;
  padding: 0;
  border: 0;
  list-style-type: disc;
  font-size: 100%;
}