.debug_string{
    display: flex;
    min-width: 400px;
    margin-bottom: 1px;
}

.debug_addr, .hex_addr, .bin1_addr, .bin2_addr{
    width: 52px;
    color: #e6ab3b;
}

.debug_addr{
    cursor: pointer;
}

.debug_bytes{
    width: 120px;
    color: #a2a2a2;
}

.debug_cmd{
    width: 160px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.debug_comment{
    padding-left: 10px;
    color: #a2a2a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.debug_symbols{
    display: block;
}

.debugger{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(1,1,1,0.85);
    color: wheat;
    font-size: 16px;
    font-family: 'Roboto Mono', serif;
}

.dwrapper{
    width: 75%;
    display: flex;
    flex-direction: column;
}

.duppermenu{
    display: flex;
}

.duppermenuitem{
    padding: 10px;
    margin: 0px 2px;
    flex: 1 1 auto;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 2px;
    border: 1px solid wheat;
}

.dcode{
    width: 100%;
    min-width: 550px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 20px;
    flex: 1 1 auto;
}

.dpanel{
    width: 25%;
    min-width: 360px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 20px;
    background-color: #3e3e3eba;
}

.z80state{
    font-size: 18px;
    background-color: #191a4d;
    margin-bottom: 20px;
}

.z80statestring{
    border: 0;
}

.bkred{
    border: 0;
    background-color: #e35036;
}

.bkblue{
    border: 0;
    background-color: #0a7171;
}

.flagsstate{
    background-color: #5c3f64;
}

.regspan{
    margin: 0;
}

.dcolumn{
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

#immode{
    color: #9ed729;
}

#diei{
    color: #38c6dd;
}

.symb, .emptysymb{
    width: 11px;
    text-align: center;
    margin-right: 1px;
}

.emptysymb{
    background-color: #423b2f;
}

.bit0, .bit1{
    height: 20px;
    width: 20px;
    margin-right: 1px;
    background-color: #423b2f;
    color: #423b2f;
    text-align: center;
}

.bit1{
    background-color: blue;
    color: blue;
}

#fscontainer{
    display: none;
    /*display: flex;*/
    background-color: #0000004f;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#fswnd{
    background-color: coral;
    width: 500px;
    height: 200px;
}