div.code-console{
    overflow: auto;
}

div.console-header{
    padding-left: 58px;
    font: 15px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    background-color: #E0E7F0;
    width: calc(100%-58px);
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

div.console-container{
    width: 100%;
    height: calc(100% - 20px);
    overflow: auto;
}


table.console-messages tbody tr td:first-child{
    width: 34px;
    text-align: right;
    padding-right: 13px;
}

table.console-messages tbody tr{
    height: 18px;
}
table.console-messages tbody tr td:last-child{
    width: 18px;
}
table.console-messages tbody tr.console-message-info td:last-child{
    background: url('/spl/img/console-icon-info.png') no-repeat center center;
}
table.console-messages tbody tr.console-message-debug td:last-child{
    background: url('/spl/img/console-icon-debug.png') no-repeat center center;
}
table.console-messages tbody tr.console-message-warning td:last-child{
    background: url('/spl/img/console-icon-warning.png') no-repeat center center;
}
table.console-messages tbody tr.console-message-error td:last-child{
    background: url('/spl/img/console-icon-error.png') no-repeat center center;
}