#table {
    position: relative;
    z-index: -1;
}

.table-select {
    width: 100%;
}

.table-select p {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.checkbox-container {
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}

.checkbox-container input {
    width: 20px;
    height: 20px;
}

.singleCheck-container {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.tableBtn-container {
    position: absolute;
    width: 100%;
    text-align: center;
}

.table-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    border: 2px solid rgb(42, 141, 255);
    background-color: rgb(103, 174, 255);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1.5px 1.5px black;
    cursor: pointer;
}

.table-btn:hover {
    border: 2px solid rgb(0, 87, 185);
    background-color: rgb(35, 110, 196);
    color: rgb(240, 255, 158);
}

.table-btn:active {
    background-color: rgb(0, 78, 167);
    color: rgb(255, 200, 82);
}