body {
    font-family: sans-serif;
}

body, td, th {
    font-size: 12pt;
}

#devbar {
    border-collapse: collapse;
}
#devbar tr.selected, #devbar tr.selected td {
    background-color: rgb(170, 255, 237);
}

#sidebar-dev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 14em;
    width: 300px;
    overflow-y: scroll;
}

#sidebar-msg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 12em;
    right: 0;
    overflow-y: scroll;
}

#main {
    position: absolute;
    left: 350px;
    top: 0;
    bottom: 14em;
    right: 0;
}

th {
    text-align: left;
}

#disconnectpanel {
    position: absolute;
    top: 0;
    right: 0;
}

#devbar .ip { display: none; }