
button.topLogo {
    display: inline;
    background: #343a40 !important;
    cursor: pointer;
    color: white;
    border: 0px none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    margin-left:-20px;
}

img.topLogo {
    background: url("../images/skd-studio-dark.svg") no-repeat scroll center center / 600px 600px transparent;
    float: left;
    height: 52px;
    overflow: hidden;
    width: 650px;
    margin-top: 5px;
}

button.button-header {
    
    font-size: .9rem;
    color: white;
    background-color: transparent;
    display: inline;
    border: 0px;
    padding: 0.25em;
    margin: 0px;
    cursor: pointer;
    white-space: nowrap;
}button.menubar-project-inactive {
    
    font-size: .9rem;
    background-color: transparent;
    color: white;
    display: inline;
    border: 0px;
    padding: 0.25em;
    margin: 0px;
    cursor: pointer;
}

div.blank-header {
    border: 0px; 
    visibility:hidden;
    padding: 0px; 
    margin: 0px; 
    height: 1.3em;
}


div.msg-1 {
    min-height: 1em;
}
div.msg-2 {
    min-height: 2em;
}
div.msg-3 {
    min-height: 3em;
}
div.msg-4 {
    min-height: 4em;
}
div.msg-5 {
    min-height: 5em;
}
div.msg-6 {
    min-height: 6em;
}
div.msg-7 {
    min-height: 7em;
}
div.msg-8 {
    min-height: 8em;
}
div.msg-9 {
    min-height: 9em;
}
div.msg-10 {
    min-height: 10em;
}