
    body{
        margin:7px 0 0;
        width:100%;
        background:#fff;
        font-family: Arial, Helvetica, sans-serif;
    }
    .project{
        font-size:24px;
        float:right;
    }
    .small{
        font-size:11px;
        color:#555;
    }
    .container{
        float:right;
        width:55%;
        height: calc(100vh - 110px);
    }
    .tool-container{
        padding:15px;
        width:40%;
        height: 100vh;
        position:fixed;
        top:0;
        left:0;
        background:#ccc;
        float:right;
    }
    
    .tool-container .wallet-list{
        height:calc(100% - 65px);
        overflow-y:scroll;
    }
    .wallet{
        float:left;
        padding:7px 15px;
        width: calc(100% - 30px);
    }
    
    .wallet .public, .wallet .private{
        float:left;
        margin: 0 7px;
        display: inline-block;
        width: calc(50% - 46px);
        height: 205px;
        border: 1px dashed #ccc;
        padding:15px;
    }
    
    .wallet .address, .wallet .secret{
        font-family: "Times New Roman", Times, serif;
    }
    
    .wallet .qr{
        height:140px;
        float:right;
        width:140px;
        border:1px solid black;
        padding: 3px;
    }
    .wallet .qr img{
        height: 140px;
        width: auto;
    }
    
    .wallet .logo{
        float:left;
        font-size:50px;
        padding-top: 8px;
        width:100%;
    }
    
    .wallet .logo .emoji{
        display:none;
    }
    
    .wallet .logo img{
        margin-top: 5px;
        height: 50px;
        width: auto;
    }
    
    .wallet .public .logo.emoji-enabled .emoji{
        display:block;
    }
    .wallet .public .logo.emoji-enabled img{
        display:none;
    }
    .wallet .left-side{
        width:calc(100% - 160px);
        float:left;
        text-align:center;
        height: 150px;
        position: relative;
    }
    .wallet .name{
        font-weight:700;
        width:100%;
        float:left;
    }
    .wallet .title{
        position:absolute;
        bottom:0;
        left: 0;
        width: 100%;
        font-size:7px;
        text-align: left;
    }
    .address, .secret{
        text-align: left;
        word-wrap: break-word;
        width:100%;
        float:left;
        margin-top:5px;
        font-size:20px;
    }
    
    .remove-wallet{
        float:right;
    }
    
    .micro-text{
        position: relative;
        font-size:11px;
        width: 100%;
        display: block;
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
    }
    /*.micro-text:after {*/
    /*    content: attr(data-filetype);*/
    /*    position: absolute;*/
    /*    left: 100%;*/
    /*    top: 0;*/
    /*}*/