  
.hideportion{
    display:none !important;
}

div#pwcontainer {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 20px;
}

input#pwbox {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    color: #4d545d;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    max-width: 100%;
    width: 100%;
}

input#pwbutton {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    height: 32px;
    line-height: 24px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-color: #00b1b3;
    color: #00b1b3;
}

#ksutoken{
    background: white;top: 0;left: 0;z-index: 99999999999;position:fixed;width:100vw;height:100vh;text-align: center; color: #0000FF;
}

div#bottombartoken {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background-color: #262626;
    color: white;
    border-top:2px solid black;
}

span.tokenbar {
    padding-top: 8px;
    font-weight: bold;
}

.publicpwv {
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
    background-color:  #003976;
    border: 2px solid white;
    width: 147px;
    position: relative;
    left: 50%;
}

a.realuri {
    display: inline-block;
    position: relative;
    left: -50%;
    margin-left:50%;
    width:100%;
    color: white !important;
}

a.realuri:hover {
    color: #eaeaea !important;
}
