
body, html {
    margin: 0px;
    padding: 5px;
    font-family: Arial;
    width: calc(100% - 10px);
    height: 100%;
    
}

.inline {
    float:left;
}

#framelogo {
    margin-top:30px;
    margin-left:30px;
}

.btn{
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    border-bottom: solid 5px #555;
    border-left: solid 5px #555;
    min-width: 100px !important;
}
#container-press{
    height: 70px;
    margin-top: 10px;
}

#command-container{
    display: none;
}

#commands-list{ 
    height: 560px;
    width: 500px;
    position: fixed;
    top: 20px;
    left: calc(50% - 250px);
    background-color: #fff;
    border: 1px solid #222;
    z-index: 99;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: scroll;
    
}
#commands-list div{
    height: 40px;
}

#block-wall{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 98;
    top:0px;
    left: 0px;
}
#console{
    margin-top: 10px;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: black;
    color: #fff;
    padding: 5px;
    font-family: 'Courier New';
}

#logo{
    width: 220px;
    margin-left: calc(50% - 110px);
}