body{
    text-align: center;
    width: 100%;
    height: 100%;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.6em;
}

body > div{
    width: 300px;
    height: 300px;
    margin: 10px auto;
}
body > div > h1{
    color:#242e63;
}
body > div > p{
    color:#666666;
}

.button{
    display: block;
    border:solid 1px #cccccc;
    margin:5px 10px;
    padding:5px;
    color:#283681;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button.disabled{
    color:#cccccc;
}

a {
    text-decoration: none;
}
h3{
    margin:5px 0px;
}
.qr{
    margin:20px auto;
    padding:20px;
    border:solid 1px #dedede;
    overflow: hidden;
    width: 90%;
    text-align: left;
    height: 100px;
}
.qr .index{
    width: 80px;
    float:left;
    font-size:5em;
    padding:20px;
}
.qr img{
    width: 100px;
    margin-right: 20px;
    float:left;
}
.qr p{
    float:left;
}