@charset "utf8";

body {
    color: #999;
    font-family: arial;
    margin: 0;
    padding: 0;
    overflow: clip;
}

div::-webkit-scrollbar{
    width: 0px;
}
div {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Tables */
td {
    margin:0;
    border-bottom: 1px solid #e8eaed; 
    border-top: 1px solid #e8eaed; 
    background-color: #f5f7f7;
    font-size: 0.8em;
}
td a:link {
    color: #000;
    text-decoration: none;
}
td a:hover {
    color: #000;
    text-decoration: underline;
}
td a:visited {
    color: #000;
    text-decoration: none;
}
tr {
    padding: 0;
}

/* Links */
a {
    text-decoration: none;
    color: #999
}
a:hover {
    text-decoration: none;
    color: #7fb7ff;
}
a:visited {
    text-decoration: none;
    color: #999
}

span {
    color: #999;
}

span:hover {
    color: #7fb7ff;
}

/* Tags */
#content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    z-index: -1;
}

#notificationArea {
    position: absolute;
    z-index: 101;
    width: 250px;
    bottom: 0;
    left: 0;
    vertical-align: bottom;
}

.notification {
    float: bottom;
}

#eof {
    position: fixed;
    bottom: -5px;
    left: 0;
    z-index: 1000;
}
@media only screen and (max-width: 400px) {
    #eof {
        top: -5px;
    }
}