h1,
p,
td {
    font-family: "Andale Mono";
}
body {
    background-color: #333333;
    color: #ffffff;
}

h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.show-box {
    overflow: hidden;
}

table {
    color: #33b790;
}

.page,
.address {
    float: left;
    width: 300px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
}

.clear-btn {
    float: right;
}

#clip,
#exec-content {
    margin-right: 20px;
}

#command {
    display: none;
    resize: none;
    background-color: #000000 !important;
    color: #3bd91e !important;
}

#clear-content,
#exec-content {
    float: right;
    margin-top: 10px;
}

.CodeMirror {
    height: 200px !important;
    font-family: Monaco !important;
}