.card{
    position: absolute;
}

.newFreeTable {
    height: 15vh;
    width: 15vh;
    border-radius: 100%;
    float: left;
    background: darkseagreen;
    color: white;
    cursor: pointer;
}

.replaceTable {
    height: 15vh;
    width: 15vh;
    border-radius: 100%;
    float: left;
    background: mediumseagreen;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}

.tableText {
    width: 100%;
    text-align: center;
}

.checkinCount {
    position: absolute;
    height: 4vh;
    width: 4vh;
    border-radius: 100%;
    background: #FF4F5E;
    font-size: 2vh;
    right: 5vh;
    top: 0;
    color: white;
}