
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(../i/iphone/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(../i/iphone/iPhoneForwardButton.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, .button.lft {
/*    display: none;*/
    left: 6px;
    right: auto;
    -webkit-border-image: url(../i/iphone/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

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

body > div,
body > form,
body > div > ul {
    display: none;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    min-height: 418px;
    margin: 0;
    padding: 0;
}

body > div > ul {
    top: 71px;
    display:block;
}

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

.button.lft {
  left:6px;
  right:auto;
}

body > div > ul > li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding:4px 0;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    position:relative;
}
body > div > ul > li.more {
      background: url(../i/iphone/iPhoneArrow.png) no-repeat right center;
}

body > div > ul.days > li > a {
  height:40px;
  line-height:40px;
  text-align:left; 
  padding:0 0 0 10px;
  margin:0;
  font-size:20px;
}

body > div > ul > li.non-session a {

}

body > div > ul > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
/*    height:37px;*/
    line-height:1.3em;
    margin:0 30px 0 68px;
}
  

body > div > ul > li > .time {
    display: block;
    position: absolute;
    font-size:10px; 
    left:5px;
    top:3px;
    padding:2px 0;
    width:65px;
}

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

/************************************************************************************************/

.dialog {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 468px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
    background: url(../i/iphone/iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

label {
    position: absolute;
    margin: 14px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}

input {
    box-sizing: border-box;
    width: 100%;
    margin: 6px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}


.description { 
/*  position:relative;*/
  padding:45px 10px 10px;
}
.description h1 {
  position:relative !important;
}

.description h2 {
  margin:0;
  padding:0;
  font-size:17px;
  width:300px;
}

.description h4 {
  font-size:14px;
}

.description .speaker-thumb {
  float:right; 
  top:0;
  right:0;
  margin:0 20px 10px 0;
  padding:20px 0 0;
}

.description p {
  font-size:12px;
  width:300px;
}

.description .time {
  display:none;
  text-align:center;
  font-weight:bold; 
}

.page h2 { 
  background:#597eaa;
  color:#fff;
  height:30px;
  line-height:30px;
  text-align:center;
  font-weight:bold;
  font-size:17px;
  position:relative;
  margin-top:41px;

}
#Overview.page ul {
  top:41px;
}