@charset "UTF-8";

.qrcode-container {
    position: fixed;
    width: 220px;
    height: 246px;
    left: 0;
    right: 0;
    top: 20%;
    margin:0 auto;
    background: #fff;
    border: 2px solid #fff;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius:15px; 
    z-index: 100;
}

.qrcode-title {
    margin-top: 5px;
    text-align: center;
    color: #454d55;
    font-size: 18px;
}

.qrcode {
    text-align: center;
    padding: 10px;
}

.shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);  
    filter: alpha(opacity=60);  
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 99;
}

.obsolete {
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);  
    filter: alpha(opacity=30);  
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 100; 
}