/* Global Styles */
    body,html {
    padding: 0;
    margin: 0;
    background: #4e99c2; /* #4b80af */
    background-image: url("backg.svg");
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    font-family: fixedSysEx;
    font-size: 16px;
    }

     @font-face {
    font-smooth: never;
    font-family: fixedSysEx;
    src: url(FSEX300.ttf);
}   

#gameFrame {
    border:0;
 }

#box {
    position: relative; 
    background-color: #244b6e;
    overflow: hidden;
    border-radius: 10px;
}


#handle {
    cursor: se-resize;
    right: 0px;
    border-bottom-right-radius: 10px;
    }

#fullscreen {
    left: 0px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.text {
    position:absolute;
    bottom: 0px;
    background-color: #386389;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #6bdcff;
    -webkit-user-select: none;
    -moz-user-select: none;   
    -ms-user-select: none;    
    user-select: none;    

}