.lunastro-btn{
    width: 26px;
    height: 26px;
    background: url(/img/lunastro.png) 0 -1px no-repeat;
    background-size: contain;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -5px;
}

.lunastro-global{
    width: 16px;
    height: 20px;
    background-size: contain;
    float: left;
}

.lunastro-open .lunastro-holder{
    top: 0;
}

.lunastro-holder{
    background: white;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s all;
    z-index: 1005;
    overflow: auto;
}

.lunastro-holder .header{
    text-align: center; 
    margin-top: 50px;
}

.lunastro-holder .header img{
    vertical-align: middle;
}

.lunastro-holder input.name{
    background: #96c2b4;
    border: 0;
    padding: 10px;
    text-align: center;
}

.lunastro-holder input::-webkit-input-placeholder{
    color: white;
    letter-spacing: 2px;
}

.lunastro-holder button{
    background: #357e7b;
    border: 0;
    padding: 8px 14px;
    margin: 10px 5px;
    color: white;
}

.lunastro-item{
    max-width: 300px;
    width: 80%;
    margin: 10px auto 0;
    padding: 10px;
}

.lunastro-item p{
    background: rgb(255, 255, 121);
    padding: 20px;
    text-align: left;
}

.lunastro-holder .lock{
    position: absolute;
    top: 30px;
    left: 30px;
}

@media screen and (max-width: 500px){

    .lunastro-holder .header img.icon{
        width: 100px;
    }

    .lunastro-holder .header img.name{
        width: 170px;
        margin: 26px auto -10px auto;
        display: block;
    }

    .lunastro-holder input.name{
        width: 80%;
    }

}

.locked-label{
    font: 1.3em calibri, arial, helvetica;
}

.remove-jwt{
    margin-right: 10px;
}

.list-jwt{
    overflow: auto;
    height: 300px;
    display: inline-block;
    border: 1px solid silver;
    padding: 10px;
    margin-top: 10px;
    width: 48%;
    vertical-align: top;
}

.list-jwt:first-child{
    margin-right: 4%;
}