#debugger {
    position: fixed;
    top: 20px;
    left: 20px;
    height: 80%;
    width: 80%;
    background: #fff;
    border: 1px solid;
    z-index: 999;
    display: none;
}

#debugger.active{
	display: block;
}

#debugger-content {
    height: 80%;
    width: 100%;
    overflow: auto;
}

#debugger-input {
    height: 20%;
    width: 100%;
}

#TryEvalThis {
    height: 100%;
    width: 82%;
    resize: none;
}

#debugger-button {
    height: 100%;
    width: 17%;
    vertical-align: top;
}
.debugger-line {
    font-size: 16px;
}

.debugger-line.err-line{
    color: #c30000;
}
