html {
    cursor: url(../catpawn_link.ico), default;
}

a {
    cursor: url(../catpawn_link.ico), default;
}

a:hover{
    background-color: rgb(105, 7, 7);
}

.code_header {
    background-color: gray;
    color: white;
    border: 1px solid gray;
    padding: .25rem 1rem;
    margin-top:1rem;
}

.scrollable_output {
    max-height: 20rem;
    overflow: auto;
}
pre {
    background-color: darkgray;
    padding: 1rem;
    margin-top: 0;
}

th {
    text-align: center;
    background: gray;
    color: white;
}

tr:nth-child(even) {
    background: white;
    color: gray;
}

tr:nth-child(odd) {
    background: darkgray;
    color: white;
}