/* spacing */

table {
    border: 1px solid grey;
    border-collapse: collapse;
}
tbody tr:nth-child(odd) {
    background-color: rgb(216, 216, 216);
}

tbody tr:nth-child(even) {
    background-color: rgb(245, 245, 245);
}

tr {
    border-bottom: 1px solid grey;
}
.slidecontainer {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slider {
    display: flex;
}