* {
    margin: 0;
    padding: 0;
}
body { 
    font-family: helvetica;
    font-size: 36pt;
    color: #fff;
    background-color: #222;
    text-align: center;
}
#container {
    background-color: #000;
    width: 320px;
    height: 460px;
    min-height: 460px;
    overflow: hidden;
    display: table-cell;
}

.landscape {
    width: 480px !important;
    height: 320px !important;
    min-height: 320px !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.static {
    font-size: 36pt;
    text-align: center;
}

ul.static li {
    height: 88px;
    line-height: 88px;
    background: -webkit-gradient( linear, 0 0, 0 100%, from(rgba(255,255,255,0.1)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5,rgba(0,0,0,0)), to(rgba(0,0,0,0)) );
}

li {
    color: rgba( 255,255,255,0.8 );
    padding: 0px 10px;
    text-shadow: rgba( 0,0,0,0.6 ) 1px 1px 3px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
}

li, .scroller {
    height: 62px;
    line-height: 62px;
}

.scroller {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: auto;
}

.landscape .scroller,
.landscape li {
    height: 230px;
    line-height: 230px;
    width: 80px;
}

.landscape .scroller {
    float: left;
    text-align: center;
}
.landscape li {
    padding: 0;
    margin: 0;
}

.landscape ul.static,
.landscape ul.static li {
    height: 70px;
    line-height: 70px;
}
.landscape ul.static {
    clear: both;
}
.landscape ul.static li {
    width: 100%;
}
.lock {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -webkit-box-shadow : rgba( 255,255,255,0.4 ) 0px 0px 10px;
}
.landscape .lock {
    right: 20px;
}
.lock.selected {
    background-color: rgba( 255,255,255,0.3 );
}
.secret {
    background-image: url( ../images/pin.png ); 
    background-repeat: no-repeat;
    color: rgba( 100,100,100,0.2 );
    text-shadow: none;
}