.registration_form_wrapper {
    margin: 30px;
}

.note_declaration_of_consent {
    padding: 5px;
    color: red;
    font-weight: bold;
}

.font_red {
    color: red !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.sp-startnumber, .sp-cardid {
    display: none;
}

html.printview .breadcrumb,
html.printview #header,
html.printview #sidebar,
html.printview #navbar,
html.printview #footer,
html.printview #racebuttons,
html.printview #spanraceselect,
html.printview #printview-btn,
html.printview #csv-export-btn,
html.printview .pagetitle,
html.printview .option-btns,
html.printview .option-btn,
html.printview .row-addparticipant,
html.printview form {
    display: none !important;
}

html.printview .sp-startnumber,
html.printview .sp-cardid{
    display: block;
}

html.printview #main{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

html.printview body{
    background-color: #fff;
}

html.printview .card {
    box-shadow: none;
    border: 1px solid black;
}

@media print {

    .form-select {
        border: none !important;
    }
}
