@charset "UTF-8";

.menubar-component {
    padding  : 5px;
    width    : 100%;
}

#status {
    color     : white;
    text-align: center;
}

#menubar {
    border        : 3px outset darkslategrey;
    /*-webkit-border-image:*/
        /*-webkit-linear-gradient(black, darkgrey) 1 100%;*/

    border-radius : 10px;

    background    : #6C7508;
    padding       : 10px 10px 10px 10px;
    position      : fixed;
    width         : 190px;
    display       : none;
    z-index       : 100;
}
