/*#code-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: monospace;
    overflow: auto;
    white-space: pre;
    word-break: none;
    padding: 20px;
    cursor: text;
    resize: none;
    scrollbar-width: thin;
    background-color: #F5F5F5;
    line-height: 1.4;
    border: 0 none;
    outline: none;
}*/

#code button {
    position: absolute;
    top: 10px;
    right: 25px;
}

#code pre {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    scrollbar-width: thin;
}


