body {
    margin: 0;
    background-color: black;
}


.title {
    display: inline-block;
    background-color: white;
    padding: 5px
}

.action {
    float: right;
}

.action-btn {
    border: none;
    background-color: white;
    font-size: 17px;
}

.action-btn:hover {
    cursor: pointer;
} 

.monitor {
    background-color: darkgrey;
    color: black;
    font-family: monospace;
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.log {
    height: 0px;
    font-family: monospace;
    background-color: rgb(33, 33, 33);
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    color: antiquewhite;
    max-height: 300px;
    overflow-y: scroll;
}

.process-status {
    margin: 5px;
    color: white;
    text-align: center;
    font-family: monospace;
}

.process-entry {
    display: inline-block;
}

.process-title {
    margin: auto;
    font-weight: bold;
}

.chart {
    overflow-x: scroll;
    white-space: nowrap;
}

.data-entry {
    width: 10px;
    background-color: white;
    display: inline-block;
    margin: 1px;
    margin-top: 10px;
}

.status {
    padding: 10px;
    display: inline-block;
}

.cpu-usage {
    padding: 10px;
    display: inline-block;
}

.rss {
    padding: 10px;
    display: inline-block;
}