html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #232323;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

th {
    background-color: rgb(71, 71, 71);
    width: 4rem;
    border-radius: 10px;
}

hr {
    margin: 0.6em;
}

h2 {
    color: white;
}

span {
    transition: 35s ease-out;
    cursor: default;
}

span:nth-child(1):hover {
    color: rgb(162, 0, 255);
    transition: 0s ease-out;
}

span:nth-child(2):hover {
    color: rgb(255, 208, 0);
    transition: 0s ease-out;
}

span:nth-child(3):hover {
    color: rgb(0, 217, 255);
    transition: 0s ease-out;
}

span:nth-child(4):hover {
    color: rgb(255, 0, 0);
    transition: 0s ease-out;
}

span:nth-child(5):hover {
    color: rgb(60, 255, 0);
    transition: 0s ease-out;
}

table.table.table-borderless.table-dark {
    margin: 0px;
    text-align: center;
}

div.jumbotron {
    padding: 2rem;
    margin: 0.5rem;
}

div.card.card-body {
    margin: 1rem;
}

.inRange {
    background-color: #000;
    /* -webkit-animation: bgcolor 6s infinite;
    animation: bgcolor 6s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; */
}

.invisible {
    color: #343a40;
    background-color: #343a40;
}

.table {
    border-radius: 10px;
    width: 100%;
    margin: 0px auto;
    float: none;
}

.table th {
    padding: 0px;
    margin: 0 auto;
}

.table td {
    border-radius: 7px;
    padding: 1px;
    cursor: default;
}

/* @keyframes bgcolor {
    0% {
        background-color: #000;
    }
    90% {
        background-color: #000;
    }
    100% {
        background-color: #343a40;
    }
} */

#bar {
    padding: 1rem;
}
