code[live] {
    cursor:pointer;
}

code[live]::after {
    content:"Show";
    float:right;
    font-size:8pt;
    color:#45f;
    margin-top:1em;
    text-decoration: underline;
}

code[live] .tableContainer {
    position:fixed;
    overflow:auto;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background:white;
    background:rgba(255, 255, 255, 0.95);
    text-align:center;
    padding-top:3em;
}

code[live] .tableContainer::after {
    position:absolute;
    right:2em;
    top:2em;
    font-size:8pt;
    content:"close";
}

code[live] .text {
    font-size:14pt;
    max-width:730px;
    margin:0 auto;
    padding:0 1em;
}

code[live] .nflQueryDataTable {
    display:inline-block;
    overflow:auto;
    margin-top:10px;
    margin-bottom:30px;
    margin-left:50px;
    margin-right:50px;
}

code[live].hiding .tableContainer {
    display:none;
}