.userdiv{
    width: 100%;
}
.btnSaveJson{
    margin-bottom: 12px;
}
#choosen {
    background-color: grey;
    height:100%;
    position:relative;
}
#main{
clear:both;
}
.left{
    float:left;
}
.right{
    float:right;
}
.logo{
    width: 50px;
    heigth: 50px;
}
ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
.logosort{
    width: 80px;
    heigth: 80px;
    margin:10px;
}
ul.astable {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 306px; /* account for borders */
    width: 200px;
    list-style-type:none;
}
ul.astable>li {
    width: 100px;
    height: 100px;
}