#editor {
    position: absolute;
    font-size: 15px;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
}

/*td {
  vertical-align : top;
}

#displaytable {
    display: none;
}*/

#output-pane {
    position: absolute;
    font-size: 15px;
    height: 0px;
    width: 45vw;
    /*right: 0;*/
    bottom: 0;
    border-top: 1px solid #ccc;
    background-color: #eee;
    overflow: auto;
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#output-pane2 {
    position: absolute;
    font-size: 15px;
    height: 0px;
    width: 45vw;
    /*right: 0;*/
    bottom: 0;
    border-top: 1px solid #ccc;
    background-color: #eee;
    overflow: auto;
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#output-pane .output-container {
    width: 43vw;
    left: 0;
    margin: 8px;
}

#output-pane2 .output-container2 {
    width: 43vw;
    left: 0;
    margin: 8px;
}

#output-pane button.close {
    margin-right: 5px;
}

#output-pane2 button.close {
    margin-right: 5px;
}

#output-pane .executing {
    display: inline-block;
    font-weight: bold;
    color: #666;
    margin-bottom: 6px;
}

#output-pane2 .executing {
    display: inline-block;
    font-weight: bold;
    color: #632;
    margin-bottom: 10px;
}

#output pre.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

#output2 pre.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.popover input {
    margin-top: 10px;
}

.navbar .container {
    width: auto;
    padding: 0 0 0 12px;
}

.navbar li button {
    margin-left: 10px;
    margin-right: 10px;
}

.col{border:lpx solid red;}

.form-check-label {
  padding-left: 10px;
  font-weight: bold;
}

.errorGutter {
    background-color: #ffcccc;
    color: #cc0000;
}
