details#console{
    position:fixed;
    bottom:0;
    left:0;
    border: 1px dashed #208d00;
    background: #e7e9da;
    color: #005a00;
    padding:10px;
}
details#console pre{
    max-height:80vh;
    overflow:auto;
    font-size: 11px;
}
