#historic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    margin-bottom: 30px;
    overflow: auto;
}

#runError {
    border-top: 1px solid #F8F8F2;
    white-space: pre-wrap;
    width: 100%;
    max-width: 100%;
}

#toolbar {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #2F3129;
}

#editor {
    margin: 0;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}

th, td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
}

table.transaction-table {
    width: 100%;
    max-width: 100%;
}

table.transaction-table > * > th,
table.transaction-table > * > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #F8F8F2;
}

table.transaction-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #F8F8F2;
}

table.transaction-table > thead:first-child > tr:first-child > th,
table.transaction-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table.transaction-table > tbody > tr:nth-of-type(odd) {
    background-color: #32342c;
}
