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

body > div{
    width: 100%;
    height: 90%;
    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;
}
.indexs{
    padding:20px 0px;
    text-align:center;
}
.index{
    color:white;
    padding:13px;
    border-radius:4px;
    margin:10px auto 10px auto;
    width: 280px;
    display:block;
}
.qr{
    margin: 0px 0px 10px 10px;
    padding: 10px;
    border: solid 1px #dedede;
    overflow: hidden;
    width: 200px;
    text-align: left;
    height: 120px;
    display:inline-block;
}
.qr .index{
    width: 35px;
    height: 40px;
    display: block;
    font-size:1.5em;
    line-height: 1.8em;
    font-weight: normal;
    padding:0px 5px 0px 0px;
    text-align: center;
    border-radius:0px 0px 40px 0px;
    position:absolute;
    margin-top:-10px;
    margin-left:-10px;
    background-color: #ccc;
    color:#fff;
}
.qr h3{
    display: block;
    font-size:1.8em;
    font-weight: bold;
    padding:0px 0px 2px 20px;
    text-align: center;
    font-size: 19px;
}
.qr .folder{
    width: 65px;
    height: 20px;
    display: block;
    font-size:1em;
    line-height: 1.4em;
    font-weight: normal;
    padding:0px 0px 0px 5px;
    text-align: center;
    border-radius:0px 0px 0px 40px;
    position:absolute;
    margin-top:-10px;
    margin-left:220px;
    background-color: #ccc;
    color:#fff;
}
.qr .folder.jane, .index.jane{
    background-color: #0b308e;
}
.qr .folder.nurse, .index.nurse{
    background-color: #f85b07;
}
.qr .folder.becool, .index.becool{
    background-color: #454545;
}
.qr .folder.jane-usa, .index.jane-usa{
    background-color: #8cb638;
}
.qr .folder.others, .index.others{
    background-color:#ffce0b;
    color:#553900;
}
.qr .folder.alcampo, .index.alcampo{
    background-color:darkred;
}
.qr .folder.carrefour, .index.carrefour{
    background-color:#155599;
}
.qr img{
    width: 80px;
    float:left;
}
.qr p{
    width: 100px;
    float:right;
    margin:0px;
}
.qr p a{
    display: block;
    margin:10px 0px;
}