
/* Copyright (c) 2024 Photron USA Inc. - All rights reserved. */

html, body {
    background-color: black;
    font-family: 'Trebuchet MS', sans-serif;
    color: rgb(200,200,200);
    font-size: 1.1em;
    width:100%;
}

i {
    font-size: 1.2em;
    color:white;
}

h1, h2, h3, h4 {
    color: white;
    scroll-margin-top: 50px;
}

p {
    scroll-margin-top: 50px;
}

table {
    table-layout: fixed;
    width:100%;
}

table, th, td {
    border: 1px solid white;
}

th, td {
    padding: 5px;
}

td {
    font-size: 0.7em;
    scroll-margin-top: 50px;
}

table ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

pre {
    background-color: black;
    color:lime;
    outline:none;
    border:none;
}
