.tablefilmoskop {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.tablefilmoskop th {
    text-transform: uppercase;
    font-size: 1.3rem;
    background-color: rgba(224, 0, 0, 0.75);
    padding-top: 5px;
    box-shadow: 0 0 20px black;
    border-radius: 5px;
}

.tablefilmoskop2ndrow {
    background-color: transparent;
}
.tablefilmoskop2ndrow th {
    background-color: transparent !important;
}

.tablefilmoskop tr {
    transition: 100ms;
}

.tablefilmoskop tr:hover {
    background-color: rgba(224, 0, 0, 0.5);
}

.tablefilmoskop td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.281);
    padding: 2px;
    height: fit-content;
}

.tablefilmoskop a {
    padding-left: 10px;
    padding-right: 10px;
    border: 2px outset white;
    background-color: whitesmoke;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    letter-spacing: 1.2;
    transition: 500ms;
}

.tablefilmoskop a:hover {
    background-color: black;
    color: white;
    font-weight: 600;
}

.tablefilmoskop input {
    width: 70%;
    border: 1px inset white;
    background-color: transparent;
    color: black;
    border-radius: 4px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 12px;
}
.tablefilmoskop input:hover {
    background-color: white;
}

@media only screen and (max-width:600px) {
    .tablefilmoskop {
        width: 98%;
    }
    .tablefilmoskop th {
        font-size: 1rem;
    }
}