body{
    overflow:auto;
}

.content-style{
    padding-left : 30px;
    padding-right: 30px;
}
.panel-headding{
    font-size:20px;
}
.app-group-panel{
    height : 400px;
}


.download-listdd a{
    font-size:20px;
}

.download-list-item{

}

.download-list-item img{
    width : 30px;
    height: 30px;
}

.app-title{
    text-decoration:none;
    font-size:18px;

}

.app-title a{
    text-decoration:none;
    font-size:18px;
    color:red;
}

.panel-heading{
    font-size:22px;
}

.download-list-item button{
    width : auto;
    height: 22px;
    
}

.download-list-item a{
    text-decoration:none;
}


.download-list-item button:active{
    background:none;
    
}

.group-list-item{

}
.qr-window{
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0,0,0,0.8);
    top:0px;
}

.qr-container{
    position:absolute;
    width : 400px;
    height: 400px;
    margin-top:-200px;
    margin-left:-200px;
    left:50%;
    top:50%;
}
#qr-code{
    width:300px;
    height:300px;
}

#btn-close-qr{
    font-size:18px;
    margin-left:260px;;
    color:red;
    text-decoration:none;
}

#btn-close-qr:hover{
    color:rgb(120,0,0);
    cursor:pointer;
}

.qr-window>a{
    height : 30px;
}

.app-logo{
    width : 24px;
    height : 24px;
}

.version-name{
    width:80px;
    font-size:16px;
    display:inline-block;
    font-weight:bolder;
}

#qr-code{
    background-color:rgb(255,255,255);
}