.aix_dbg_cons {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 280px;
    background-color: black;
    color: cyan;
    overflow: auto;
    display: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    opacity: .5;
    font-family: Rubik;
    overflow-x: hidden;
}
.aix_dbg_cons:hover {
    opacity: .85 !important;
}

#temp_debug_cons {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black !important;
    color: lightcyan !important;
    min-height: 180px;
    opacity: .8;
    font-size: 11px;
}