.orange {
    background-color: #ff944d;
}
.container {
    padding-bottom: 0.5em;
}

.header {
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.home-link {
    color: black;
    text-decoration: none;
    font-size: 3em;
}
.call {
    background-color: #c2f0c2;
}
table {
    width: 100%;
}

td.called {
    background-color: #4da6ff;
}
td.de {
    text-decoration: underline;
}
.submit-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.table-header {
    position: sticky;
    top: 0;
}
.pure-g {
    letter-spacing: 0;
}
.django-select2 {
    width: 6em;
}
.wrong-code {
    color: red;
}
.speaker_input {
    width: 6em;
}
.schemat-cell {
}
.entered-rank {
    color: green;
}
@media print {
    .entered-rank {
        color: black;
    }
    .schemat-cell {
        border: 1px solid #cbcbcb;
    }
    .schemat-head {
        border: 1px solid #cbcbcb;
    }
    .no-print {
        visibility: hidden;
    }
    a {
        color: black;
        font-style: normal;
    }
    .print-block {
        height: 50%;
    }
    .bottom-block {
        height: 50%;
    }
}

.print-block {
    page-break-after: always;
}
