@import url("css_reset.css");

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

#output_container {
    position: relative;
    overflow-x: auto;
    min-height: 25em;
}

.outputs {
    line-height: 1.05em;
    font-family:'code_font';
    font-size: 5.1vw;
    /* Desktop:
    font-size: 220%;
    */
    font-weight: 900;
    padding-left:2.55vw;
}

#output {
    white-space: pre;
}    

#output_overlay {
    top: 0;
    left: 0;
    position: absolute;
    touch-action: manipulation;
}

#output_overlay table {
    border-spacing: 0;
}

#output_overlay tr, td, table {
    vertical-align: bottom;
}

#output_overlay td {
    padding:0;
    height: 1.05em;
    width: 1ch;
}

button:active {
    outline-color: white;
    border:solid;
    border-radius: 2.7em;
    border-width: 0.2em;
    border-color:blue;
}

#output_overlay button {
    padding:0;
    border:none;
    width:100%;
    height:100%;
    background-color: Transparent;
    outline: none;
}

#output_overlay button:hover, #output_overlay button:active {
    border:solid;
    border-radius: 2.7em;
    border-width: 0.2em;
    /* Desktop:
    border-width: 0.4em;
   */
    
}

#output_overlay button:hover {
    border-color:blue;
}

/* Desktop:
#output_overlay button:active {
    color:cyan;
}
*/

#kb_div {
    width: 95%;
    /* Desktop:
       width: 800px;
   */
    margin: auto;
    touch-action: manipulation;
}

#kb_table button {
    width: 100%;
    height: 100%;
}

#kb_table button {
    background-color: #101010;
    color: white;
}

#kb_table {
    width: 100%;
    table-layout: fixed;
}

#kb_table tr {
    line-height: 2.8em;
    /* Desktop:
    line-height: normal;
    */
}

#kb_table td {
    height: 2.8em;
    /* Desktop:
    height: 100%;   
    */
}

#footer_spacer1 {
    height: 24em;
    /* Desktop:
    height: 10em;
    */
}

#footer_spacer2 {
    height: 90px;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 90px;
}
