/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-bottom: 70px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.quiz-card {
    padding: 1ex 1rem 1ex !important;
}

.answer-card-body {
    padding: 1ex .5rem 1ex !important;
}

.answer-card-large {
    border-radius: .75rem !important;
}

.quiz-text-large > p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem !important;
    padding: .25em;
}


table.pvtTable {
    font-size: 1em !important;
}

table.pvtTable th {
    font-size: 1em !important;
}

table.pvtTable td {
    font-size: 1em !important;
}