body {
    font-family: Trebuchet MS;
    padding-bottom: 50px;
    background-image: linear-gradient(to bottom right, #fdc122, #dc6a3f, #d55945, #dc6a3f, #fdc122);
    counter-reset: rowNumber 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    padding-bottom: 20px;
}

tr {
    height: 30px;
}

table tr td:first-child::before {
    counter-increment: rowNumber;
    content: counter(rowNumber);
    color: rgba(0, 0, 0, .3);
    cursor: default;
}

table tr td:not(:nth-child(3)) {
    text-align: center;
}

table tr td:nth-child(3) {
    padding-left: 10px;
}

table tr td:nth-child(1) {
    width: 5%;
}

table tr td:nth-child(2) {
    width: 5%;
}

table tr td:nth-child(3) {
    width: 30%;
}

table tr td:nth-child(4) {
    width: 15%;
}

table tr td:nth-child(5) {
    width: 40%;
}

table tr td:nth-child(6) {
    width: 5%;
}

td {
    /* border-radius: 10px;
    border: 2px solid transparent; */
    padding: 6px;
}

/* 
td:hover {
    border: 2px solid red;
}
td:hover:first-child {
    border-left: 3px solid red;
}
td:hover:nth-child(3n) {
    border-right: 4px solid red;
}
tr:last-child td:hover {
    border-bottom: 4px solid red;
}
td:hover::before,
.row:hover::before,
.ff-fix:hover::before { 
    background-color: #ffa;
    content: '\00a0';  
    height: 100%;
    left: -5000px;
    position: absolute;  
    top: 0;
    width: 10000px;   
    z-index: -1;   
}
td:hover::after,
.col:hover::after,
.ff-fix:hover::after { 
    background-color: #ffa;
    content: '\00a0';  
    height: 10000px;    
    left: 0;
    position: absolute;  
    top: -5000px;
    width: 100%;
    z-index: -1;        
} */

tbody tr:hover {
    background-color: rgba(0, 0, 0, .05);
}

/* tr td.noteColumn{
    font-size: 10pt !important;
    vertical-align: middle;
} */

a {
    color: black;
    text-decoration: none;
}

td a {
    display: block;
    width: 100%;
}

#title {
    width: 100%;
    text-align: center;
    font-size: 100px;
    margin-bottom: 20px;
}

.tableTitle {
    font-size: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

#buttonContainer {
    width: 36%;
    margin-left: 32%;
    margin-right: 32%;
    text-align: center;
    color: white;
    margin-bottom: 60px;
}

.topButton {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    color: white;
    background-color: #730c39;
    width: 40%;
    margin: 10px;
    border: 2px solid black;
    text-transform: uppercase;
    font-size: 12pt;
}

.topButton:active {
    transform: scale(.98);
}

.tableContainer {
    width: 56%;
    margin: 0 auto;
    border-spacing: 0;
    border: 10px solid black;
    border-radius: 20px;
    padding: 20px 30px 20px 30px;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: 50px;
}

.hiddenItem {
    filter: blur(8px);
    pointer-events: none;
    cursor: default;
}

#showButtonContainer {
    width: 56%;
    margin-left: 22%;
    margin-right: 22%;
    position: relative;
    padding-bottom: 1px;
}

#showButton {
    border: 1px solid black;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#showButton:hover {
    cursor: pointer;
}

#showButton:active {
    transform: scale(.98);
}

.disabled {
    pointer-events: none;
    cursor: default;
}

#note {
    font-size: 12px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

#passWindow {
    height: 100px;
    width: 300px;
    margin: auto;
    background-color: darkslategray;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    visibility: hidden;
    border: 10px solid black;
    border-radius: 10px;
}

form {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

#backgroundBox {
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.5);
    filter: blur(8px);
    visibility: hidden;*/
}

.vColumn {
    font-size: 10pt;
    font-family: Trebuchet MS;
}
