body {
    background-image: url("/images/bg_l.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

table#participants .fa-circle-check {
    opacity: 0.2;
}

table#participants .fa-circle-check, table#participants .fa-circle-xmark {
    font-size: 36px;
}

table#participants tr.entered-0 .fa-circle-check, table#participants tr.entered-0 button.status-button-checkedin {
    display: none;
}
table#participants tr.entered-1 .fa-circle-xmark, table#participants tr.entered-1 button.status-button-checkedout {
    display: none;
}