/* columns */

.evil-scheduler .first-td {
    vertical-align: text-top;
}
.evil-scheduler .second-td {
    vertical-align: text-top;
    padding-left: 5px;
}
.evil-scheduler .third-td {
    vertical-align: text-top;
    padding-left: 5px;
}

/* */

.evil-scheduler .third-td h3 {
    font-size: 1.1em;
    margin-bottom: 2px;
    font-weight: bold;
}

.evil-scheduler .second-td > .codeView {
    margin-bottom: 5px;
}

.evil-scheduler .third-td > .info-block {
    margin-bottom: 5px;
}


/* threadControl */

.evil-scheduler .threadview .threadControl {
    margin-top: 3px;
}

.evil-scheduler .threadview .threadControl span {
    margin-left: 0.5em;
    font-size: 1em;
}


/* dbview, txview */

.evil-scheduler .dbview table {
    border-collapse: collapse;
}
.evil-scheduler .dbview td {
    border: 1px solid;
    text-align: right;
    padding-right: 3px;
}
.evil-scheduler .dbview th {
    min-width: 2em;
    padding-left: 4px;
    padding-right: 4px;
}
.evil-scheduler .dbview .header th {
    padding-bottom: 3px;
    text-align: center;
}


.evil-scheduler .txview table {
    border-collapse: collapse;
}
.evil-scheduler .txview td {
    border: 1px solid;
    text-align: right;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.evil-scheduler .txview th {
    min-width: 2em;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.evil-scheduler .txview .header th {
    padding-bottom: 3px;
    text-align: center;
}