html, body {
    height: 100%;
}

#main {

    /*padding: 32px;*/
    padding: 12px 12px;

    /*border: 1px solid red;*/
    display: flex;
    height: 100%;
    flex-direction: column;
    /*border: 1px solid red;*/
}

#code{
    flex: 1;
    overflow: auto;
    border: 1px solid #000000;
    font-size: 12px;
}

#error-message{
    max-height: 200px;
    overflow: auto;
}

.errorHighlight{
  position:absolute;
  z-index:20;
  background-color:#ff0000;
  border: 1px solid #000000;
}