.my_machines_dump, .mmd
{
    background-color: #333;
    color: #aaa;
}

.my_machines_dump.mmd_container
{
    color: #333;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 326px;
    height: 100%;
    background-color: rgba(60,60,60,0.5);
    overflow: scroll;
    scrollbar-color: rgba(60,60,60,0.5) rgba(150,150,150,0.5);
    scrollbar-width: auto;
}
.my_machines_dump.mmd_container > pre
{
    background-color: rgba(180,180,180,0.2)
}