.flash {
    color: red;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

tbody tr:nth-child(even) {
    background-color: #e4ebf2;
    color: #000;
}

th {
    /*top: 0;*/
    position: sticky;
}

.cross {
    color: #ff0000;
}

.check {
    color: #00ff00;
}

.full_link_cells a {
    display: flex;
    text-decoration: none;
    color: black;
}

p {
    max-width: 20cm;
}