@font-face {
    font-family: "tiempos";
    src: url("../../fonts/tiempos-headline/regular/tiemposheadline-regular.woff") format("woff");
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

button {
    width: 100%;
    margin-bottom: 1em;
    padding: 6px;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: "tiempos";
    font-size: 2rem;
    margin-top: 0em;
}

h2 {
    font-family: "tiempos";
    font-size: 1.5rem;
    line-height: 1.5625rem;
    font-weight: 300;
    margin: 20px 0;
}

header h2 {
    margin: 0;
}

p,
button,
label {
    font-family: "Roboto", verdana, sans-serif;
    font-size: 13pt;
    line-height: 1.5625rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
    list-style: none;
}

#results-message,
#calculating {
    display: none;
}

#special-message {
    cursor: pointer;
}

.tips {
    border: solid 1px black;
    border-radius: 4px;
    margin: 20px 10px;
    padding: 10px;
}

.steppers {
    display: flex;
    width: 200px;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .steppers img {
        width: 40px;
        height: 40px;
        margin: 1px;
        margin: 10px;
    }

    .steppers .stepper {
        text-decoration: none;
        color: #000;
        border: none;
        background: none;
    }

.feedback {
    width: 100%;
    margin: 0;
}

    .feedback ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        justify-content: center;
    }

    .feedback img {
        width: 104px;
        height: 104px;
        padding: 0 10px;
        margin: 0 10px;
    }

.quiz-container {
    height: 70vh;
}

.active-selection {
    position: relative;
}

    .active-selection .tick {
        visibility: visible;
        width: 45%;
    }

.amount {
    display: none;
}

.btn {
    color: #ffffff;
    background-color: #d3072a;
    border-color: #d3072a;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        color: #ffffff;
        background-color: #d3072a;
        border-color: #d33a29;
    }

    .btn:active,
    .btn.active {
        background-image: none;
    }


.content {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 704px;
    margin: 0 auto;
}

.button-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding-top: 18px;
    width: 100%;
}

    .button-container .continue, .button-container .previous {
        width: 130px;
    }


.image-pick {
    position: relative;
    float: left;
    width: 33%;
    cursor: pointer;
    text-align: center;
}

    .image-pick img {
        width: 100%;
        padding: 10px;
    }


.image-pick-multiple {
    width: 50%;
    margin-top: 8px;
}

.intro {
    margin-bottom: 2em;
}

.panel {
    background-color: rgba(224, 224, 224, 0.8);
    text-align: center;
}

.result {
    color: #1A96F3;
    font-family: "Roboto", verdana, sans-serif;
    font-size: 13pt;
    line-height: 26pt;
    font-weight: 400;
}

.selected-item {
    background-color: #eee;
}

.start {
    width: 200px;
    margin: 0 auto;
}

.list-item {
    display: inline;
}

    .list-item img {
        width: 104px;
        height: 104px;
    }

.tick {
    width: 140px;
    visibility: hidden;
    top: 10%;
    right: 10%;
    position: absolute;
}

/* Progress bar */
.progress {
    overflow: hidden;
    height: 20px;
    margin: 20px 0;
    background-color: #cccccc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px inset;
    border-radius: 4px;
    width: 100%;
}

    .progress .bar {
        width: 0%;
        height: 100%;
        color: white;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
        background-color: #d3072a;
        box-sizing: border-box;
        transition: width 0.6s ease;
        -webkit-transition: width 0.6s ease;
    }

/* Results */
.results {
    border: 1px solid black;
    border-radius: 4px;
    width: 100%;
    padding: 0.5rem;
    background: #fff;
}


thead tr th, thead tr td {
    border: 0;
}

th, td {
    font-family: "Roboto", verdana, sans-serif;
    font-size: 13pt;
    line-height: 26pt;
    font-weight: 400;
    text-align: left;
    padding: 0.25rem 0;
    border-top: 1px solid black;
}

    td:last-child {
        text-align: right;
    }
