body {
    overflow: scroll;
}

body, a, table, table tr, table tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: black;
    /* color: #000000; */
    /* color: white; */
    /* color: #e2001a; */
    color: #a50000;
}

body.home {
    min-height: 1180px;
    background-image:
        /*linear-gradient(to left, #008080, rgba(0,255,255,0) 40%),
        linear-gradient(to right, #008080, rgba(0,255,255,0) 40%),*/
        /*linear-gradient(to right, #000000, rgba(0,255,255,0) 40%),
        linear-gradient(to left , #000000, rgba(0,255,255,0) 40%),*/
        /*radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,9,121,0) 45%, rgba(0,212,255,1) 100%), */
        radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 45%, rgba(0,0,0,1) 100%),
        url("/image/xcess-background.webp")
    ;
    background-repeat: no-repeat;
    background-position: top;
}

.content {
    padding: 1em;
    width: 100%;
    min-height: 85%;
}


.footer {
    /* background-color: white; */
    position: fixed;
    bottom:0;
    left:0;
    /* min-height: 15%; */
    width: 100%;
    align-content: center;
    padding-top: 10px;
    /* border-top: 1px solid lightgray; */
}

.footer table {
    width: 100%
}

.footer, .footer a, .footer td {
    font-size: 0.9em;
}


/* .footer-logo-bg { */
/* .footer table tr:nth-child(1) td:nth-child(1) { */
.footer table tr td {
    text-align: center;
    /*
    background-image: url("/image/oton-logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    */
}

img.oton-logo {
    height: 110px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(103%);
}

span.blockspam {
    display: none;
}
