﻿.contest {
    display: none;
}

    .contest h1 {
        font-size: 18px !important;
        margin-top: 10px;
    }

.contest-answers {
    padding-bottom: 10px;
}

    .contest-answers input,
    .contest-answers label {
        cursor: pointer !important;
    }

.contest .resultbar {
    background: #2b2b2b;
    min-height: 20px;
    padding: 4px;
    margin-top: 10px;
}

    .contest .resultbar span {
        color: #fff;
        font-size: 12px;
        padding: 4px;
    }


.contest .tag {
    color: #e8001e;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}


.contest .btn-fill-paars-medium {
    font-size: inherit !important;
}

.actionbutton
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    color: black;
}
