.col-content-100 {
    margin-left: 15px;
    margin-right: 15px;
}

.game-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 485px;
    padding: 0;
    width: calc(100% + 30px);
    background-image: url("/images/games/fundo_JogoErrosOrtograficos.svg");
}

.game-background .voltar-button {
    padding: 12px 0 0 20px;
    margin-bottom: 8px;
}

.voltar-button a {
    margin: 0;
    padding: 0;
}

.voltar-button a img {
    display: inline-block;
    height: 10px;
    margin: auto;
}

.voltar-button a p {
    display: inline-block;
    font: normal normal normal 10px/12px Montserrat, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 0 0 2px;
    vertical-align: middle;
}

/**
 * LANDING PAGE DEFINITIONS
 */

/* Ensure that the div containing the audio tags is never visible */
.error-games-audio {
    visibility: hidden;
}

.error-games-wrapper {
    max-width: 950px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.error-games-container {
    background-color: #FDC00F;
    margin: 0 -15px 20px;
    display: table;
    height: calc(100vh - 157px); /* 157px is the height of the navbar+padding */
}

.error-games-container a {
    text-decoration: none;
}

.error-games-levels .col-left {
    display: block;
    text-align: center;
    width: auto;
    margin: 20px 0;
    padding: 0;
}

.error-games-container .col-left .menuContainer {
    display: table;
    margin: auto;
}

.error-games-container .col-left .menuContainer .col-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border: 0;
    width: auto;
}

.error-games-container .col-left .menuContainer .col-left .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin: 0;
}

.error-games-container .col-left .menuContainer .col-right {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    width: auto;
}

.error-games-levels .col-left .logo {
    height: 194px;
}

.error-games-container .col-right {
    display: block;
    border-left: 0;
    padding-left: 0;
    text-align: center;
    width: auto;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.error-games-container .col-right ul {
    list-style: none;
    margin: auto;
    padding: 0;
    width: max-content;
}

.error-games-container .col-right ul li {
    vertical-align: middle;
    margin-bottom: 20px;
}

.error-games-container .col-right ul li:last-child {
    display: table-row;
    padding-right: 0;
}

.error-games-container .col-right .menuContainer {
    display: table;
    margin: auto;
}

.error-games-container .col-right .menuContainer .col-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    width: auto;
}

.error-games-container .col-right .menuContainer .col-left .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

.error-games-container .col-right .menuContainer .col-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    border: 0;
    width: auto;
}

.error-games-container .col-right .logo {
    width: 190px;
    margin: 0 25px 15px 25px;
}

/**
 * GAME OPTIONS PAGE DEFINITIONS (MINE)
 */

.error-games-countdown-container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#error-games-setup {

}

/* Generic dictionary, level and start button formatting */
#error-games-setup .game-button {
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 0px;
}

/* Dictionary button formatting */

/* Level button formatting */
.level-button {
    background: #FDC00F 0% 0% no-repeat padding-box;
    font: normal normal 500 12px/28px Montserrat, sans-serif;
    border: 2px solid #000000;
    width: 100px;
    height: 30px;
    /* To centre the text vertically set lineheight */
    /* to 2 x fontsize + 2 x border = 24px + 4px    */
    line-height: 28px;
}

/* Highlight the button on mouse over */
.level-button:hover {
    font-weight: 600;
}

.level-button.selected {
    border-color: #FFFFFF;
    font-weight: 600;
    background: #FFFFFF;
}

/* Start button formatting */
.start-button {
    width: 240px;
    height: 44px;
    background: #BABABA 0% 0% no-repeat padding-box;
    font: normal normal bold 12px/28px Montserrat, sans-serif;
    border: none;
    color: #E3E3E3;
}

/* Normal cursor until the user selects the language and level */
#start-error-games:not([data-game-level]) {
    cursor: default;
}

/* Automatically change the button colour when the user has selected the level */
#start-language-games:not([data-game-uri][data-game-lang][data-game-level]):hover {
    color: currentcolor;
}

#start-error-games[data-game-level] {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
}

.eg-level-chooser-container {
    display: block;
}

/* label: nível de dificuldade */
.eg-level-chooser-container > div {
}

.eg-level-chooser-title {
    font: normal normal 500 14px/22px 'Montserrat', sans-serif;
}

/* Add space between the label, the level buttons, and the start button */
#error-games-setup ul.eg-level-chooser {
    display: table;
    margin: 9px auto 0;
}

#error-games-setup ul.eg-level-chooser li {
    display: table-cell !important;
}

#error-games-setup ul.eg-level-chooser li > div {
    margin-right: 10px;
}

#error-games-setup ul.eg-level-chooser li:last-child > div {
    margin-right: 0;
}

/**
 * MAIN GAME PAGE DEFINITIONS (ORIGINAL)
 */

.error-games-main {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.error-games-main, .error-games-main-result {
}

.error-games-main.error-games-toggle-music {
    height: auto;
    width: auto;
    margin: 25px 25px 0 0;
}

.error-games-main .banner-error-games {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    /* This padding is required to account for the 50px (25px width + 25px offset) of the audio button */
    padding-left: 50px;
}

.error-games-main .col-left.banner-error-games img {
    width: 140px;
}

.error-games-main-results .banner-error-games {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align:center;
}

.error-games-main-results .col-left.banner-error-games img {
    width: 140px;
}

.error-games-main-results .col-right.error-games-results {
}

/* Progress bar */
.bar-error-games {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: table;
    width: 100%;
    margin-top: 20px;
}

.bar-eg-counter-value {
    font-weight: bold;
    color: #000000;
    padding: 3px;
}

.bar-eg-counter-total {
    padding: 3px;
}

.bar-eg-timer {
    width: 18px;
    aspect-ratio: 1 / 1;
}

.bar-eg-counter-visual {
    display: inline-table;
    height: 12px;
    margin-top: 9px;
    width: 100%;
}

.bar-eg-counter-visual > div {
    display: table-cell;
    min-width: 15px;
}

.bar-eg-counter-visual-none {
    background-color: #D69500;
}

.bar-eg-counter-visual-ok {
    background-color: #ffffff !important;
}

.error-games-options {
    margin: 10px 0 10px 0;
}

#error-games input[type=radio] {
    /* Make the radio button larger */
    transform:scale(1.2);

    /* Push the label to the right */
    margin-right: 7px;

    /* Vertically centre the button */
    display: table-cell;
    vertical-align: middle;

    /* Added tweak for improved centreing */
    margin-top: -2px;
    cursor: pointer;

    /* Make the radio button black */
    accent-color: #000000;
}

.error-games-options > div {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    margin: 10px 20px;
    padding: 5px 10px;
    border-radius: 10px;
}

.options-error-none {
}

.error-games-toggle-music {
    float: right;
    cursor: pointer;
    width: 25px;
    padding: 0;
}

.error-games-question {
    color: #000000;
    font: normal normal 500 16px/20px Montserrat, sans-serif;
    margin: 15px 20px 10px 20px;
}

.question-eg-word {
    font-weight: 700;
}

.options-error-result {
    float: right;
    margin-right: 7px;
    margin-top: 1px;
}

/* Adjust the dimensions for the timeout icon */
.options-error-result-timeout {
    height: 22px;
    margin-top: -1px;
}

.options-error-option {
    cursor: pointer;
    margin-bottom: 30px;
}

/* Highlight the correct answer in bold green */
.options-error-option-ok {
    color: #5AC364 !important;
    font-weight: 700 !important;
}

.options-error-option-fail {
    color: #F50000 !important;
    font-weight: 800 !important;
}

.result-eg-counter {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 20px 0 0 0;
    padding: 5px;
}

.result-error-games {
    padding: 0;
}

.result-eg-question {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0 0 15px 0;
}

/**
 * TODO: Fix the color attribute in the following classes
 * after the design has been updated.
 */
.result-eg-unit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fda100;
    color: #095009;
}

.result-eg-unit-container {
    padding: 0;
    margin-bottom: 30px;
}

.result-eg-unit-word {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fda100;
    color: #095009;
    margin-top: 20px;
}

.result-eg-unit-word a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fda100;
    color: #095009;
    text-decoration: underline;
}

.result-eg-unit-row {
    display: table-row;
    padding: 0;
}

.result-eg-unit-status {
    padding-left: 0;
    float: left;
    margin-right: 15px;
}

.result-eg-unit-trad {
    display: table-cell;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 200%;
    padding-right: 0;
    /**
     * TODO: Padding and vertical align were added to improve
     * the display while using the old (png) icons. It will
     * probably be necesssary to adjust/remove them after the
     * new design has been provided.
     */
    padding-bottom: 15px;
    vertical-align: middle;
}

.result-eg-unit-trad-ok {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 200%;
    padding-right: 0;
}

.result-eg-unit-option {
    display: table-cell;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 200%;
    padding-left: 0;
}

.result-eg-unit-option-fail {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 200%;
    padding-right: 0;
}

.result-eg-ver {
    color: #000000;
    font-size: 16px;
}

#start-error-games {
    text-align: center;
    line-height: 44px;
}

.start-error-games {
    text-align: center;
    margin-top: 20px;
}

.error-games-new-button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    line-height: 200%;
    width: 100%;
    background-color: #fda100;
    padding: 4px 30px;
    cursor: pointer;
}

.eg-panel {
    height: 70px;
    background: #FDC522 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000059;
    border-radius: 10px;
    opacity: 1;
    font: normal normal normal 12px Montserrat, sans-serif;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.eg-panel-col {
    margin: 0;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.eg-panel-level-row,
.eg-panel-progress-row {
    height: 30px;
    line-height: 30px;
    margin: 0 !important;
}

.eg-panel-level {
    border-right: 1px  solid #D69500;
    font: normal normal 500 12px/18px Montserrat, sans-serif;
    text-align: left;
}

.eg-panel-level span {
    padding: 3px;
    font-weight: bold;
}

.eg-panel-question {
    font: normal normal 500 12px/18px Montserrat, sans-serif;
}

.eg-panel-timer {
    margin-right: 10px;
}

.eg-panel-progress-wrapper  {
    width: calc(100% - 28px);
}

.eg-panel-progress-row {
    border-top: 1px solid #D69500;
}

/* pontuation */
.error-games-results {
    margin: 0 20px 0 20px;
    width: 320px;
    height: 320px;
    background: #FDC522;
    box-shadow: 0px 0px 10px #00000073;
    border-radius: 10px;
    padding: 0;
}

.error-games-results-logo {
    width: 100px;
    margin: 25px auto;
}

.error-games-results-values {
    text-align: center;
}

#error-games div.error-games-results-values > h2 {
    font: normal normal bold 20px 'Montserrat', sans-serif;
    color: #000000;
}

#error-games div.error-games-results-values > p {
    font: normal normal 500 14px/24px 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.error-games-results-logo {
    padding: 0px;
    width: 75px;
    margin: 25px auto 10px auto;
}

.error-games-results-banner {
    margin: auto;
    text-align: center;
}

.error-games-results-buttons {
    display: table;
    width: 100%;
    margin: auto;
    text-align: center;
}

.error-games-results-cell-wrapper {
}

.error-games-results-cell-wrapper:first-child {
}

.error-games-results-cell-wrapper:last-child {
}

.error-games-results-cell {
    width: 160px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: auto;
    text-align: center;
    font: normal normal 500 12px/40px 'Montserrat', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

/**************************************
 *
 * Results table definitions
 *
 **************************************/

.error-games-ver-respostas {
    margin-bottom: 10px;
}

.error-games-all-correct {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.error-games-wrong-answers-loop {
    margin-bottom: 40px;
}

/* Border between the two columns [desktop only] */
.error-games-wrong-answers-loop > div > div:nth-child(1) {
}

/* Space between the result and the column border [desktop only] */
.error-games-wrong-answers-loop > div > div:nth-child(1) > div {
}

/* Space between the column border and the result [desktop only] */
.error-games-wrong-answers-loop > div > div:nth-child(2) > div {
}

/* Border between each row */
.error-games-wrong-answers-loop > div > div > div {
    border-bottom: 1px solid #c3c3c3;
}

.error-games-wrong-answers-loop > div:last-child > div > div {
    border-right: none;
}

.error-games-wrong-answers-loop > div:last-child > div:last-child > div {
    border-bottom: none;
}

.error-games-wrong-answers-values {
    margin-left: 25px;
    margin-right: 25px;
}

.error-games-wrong-answers-values-ico {
    margin-right: 5px;
    margin-bottom: 4px;
}

.error-games-wrong-answers-orig-word {
    font-weight: bold;
    text-decoration: underline;
}

.error-games-wrong-answers-values-correct {
}

.error-games-wrong-answers-values-fail {
    text-decoration: line-through;
}

.error-games-wrong-answers-values-timeout {
    font-weight: normal;
}

.error-games-wrong-answers-buttons {
    margin-bottom: 15px;
}

/**************************************
 *
 * MODAL WINDOW DEFINITIONS
 *
 **************************************/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top, even above the navbar */
    padding-top: 25px; /* Location of the box, just below the navbar */
    padding-bottom: 25px;
    left: 0;
    top: 0; /* Cover the entire screen */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font: normal normal normal 18px/40px Montserrat, sans-serif;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 15px;
    border: 1px solid #888;
    width: 60%;
    min-width: 300px;
    border-radius: 10px;
}

/* The Close Button */
.close img {
    width: 15px;
    height: 15px;
    float: right;
}

.close:hover,
.close:focus {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.mobile-widget-hline {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .col-content {
        width: calc(100% - 320px);
        margin-left: 0;
        margin-right: 0;
    }

    .col-content-100 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .game-background {
        width: 100%;
        margin: 0px;
    }
    
    .error-games-container {
        margin-left: auto;
        margin-right: auto;
    }

    .error-games-new-button {
        font-size: 16px;
        padding: 6px 30px;
        width: 250px;
    }
}

@media (min-width: 1100px) {
    .game-background {
    }

    .game-background .game-voltar {
        margin-bottom: 70px;
    }

    .game-voltar a {
    }

    .game-voltar a img {
        height: 12px;
    }

    .game-voltar a p {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
    }

    /**
     * LANDING PAGE DEFINITIONS
     */

    /* Ensure that the div containing the audio tags is never visible */
    .error-games-audio {
    }

    .error-games-container {
        width: 100%;
        margin-bottom: 20px;
        height: calc(100vh - 140px); /* 140px is the height of the navbar+padding */
    }

    .error-games-container a {
    }

    .error-games-levels .col-left {
        display: block;
        text-align: center;
        width: auto;
        margin: 20px 0;
        padding: 0;
    }
    
    .error-games-container .col-left .menuContainer {
    }

    .error-games-container .col-left .menuContainer .col-left {
    }

    .error-games-container .col-left .menuContainer .col-left .title {
        font-size: 24px;
    }

    .error-games-container .col-left .menuContainer .col-right {
        display: table-cell;
        padding-left: 20px;
        border: 0;
    }

    .error-games-levels .col-left .logo {
        height: 250px;
        margin-left: 20px;
        margin-top: 25px;
        padding-right: 10px;
    }
    
    .error-games-container .col-right {
        display: block;
        border-left: 0;
        padding-left: 0;
        text-align: center;
        width: auto;
        max-width: 460px;
        vertical-align: middle;
    }

    .error-games-main .col-right {
        display: table-cell;
    }
    
    .error-games-container .col-right ul {
    }

    .error-games-container .col-right ul li {
        display: table-cell;
        padding-right: 10px;
    }

    .error-games-container .col-right ul li:last-child {
        display: table-cell;
    }

    .error-games-container .col-right .menuContainer {
    }

    .error-games-container .col-right .menuContainer .col-left {
        border: 0;
    }

    .error-games-container .col-right .menuContainer .col-left .title {
        font-size: 18px;
    }

    .error-games-container .col-right .menuContainer .col-right {
    }

    .error-games-container .col-right .logo {
        width: 300px;
        margin: 25px;
    }

    /**
     * GAME OPTIONS PAGE DEFINITIONS (MINE)
     */

    .error-games-countdown-container {
    }


    #error-games-setup {
        padding-right: 0;
        padding-top: 30px;
        padding-left: 0;
    }

    /* Generic dictionary, level and start button formatting */
    #error-games-setup .game-button {
    }

    /* Dictionary button formatting */

    .error-button {
        width: 230px;
        height: 40px;
        line-height: 38px !important;
    }

    /* Level button formatting */
    .level-button {
        width: 150px;
        height: 40px;
        line-height: 38px !important;
    }

    .selected {
    }

    /* Start button formatting */
    .start-button {
        width: 310px;
        font-size: 16px;
        line-height: 44px;
    }

    /* Automatically change the button colour when the user has selected the language and level */
    #start-error-games[data-game-uri][data-game-level] {
    }

    .eg-level-chooser-container {
    }

    /* label: nível de dificuldade */
    .eg-level-chooser-container > div {
    }

    .eg-level-chooser-title {
        font-size: 16px;
    }

    /* Add a little space between the level buttons and the level title */
    #error-games-setup ul.eg-level-chooser {
    }

    #error-games-setup ul.eg-level-chooser li {
    }

    #error-games-setup ul.eg-level-chooser li > div {
        margin-right: 0;
    }

    #error-games-setup ul.eg-level-chooser li:last-child > div {
    }

    /**
     * MAIN GAME PAGE DEFINITIONS (ORIGINAL)
     */

    .error-games-main {
        margin-top: 50px;
    }

    /* .error-games-main, */
    .error-games-main-result {
        margin: 50px 90px auto 90px;
    }

    .error-games-main.error-games-toggle-music {
        margin: 50px 40px 0 0;
    }

    .error-games-main .banner-error-games {
        display: table-cell;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .error-games-main .col-left.banner-error-games img {
        width: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .error-games-main-results .banner-error-games {
    }

    .error-games-main-results .col-left.banner-error-games img {
        width: 200px;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .error-games-main-results .col-right.error-games-results {
        display: block;
        margin: auto;
        padding: 0;
        text-align: center;
        width: 460px;
        height: 300px;
    }

    /* Progress bar */
    .bar-error-games {
    }

    .bar-eg-counter-value {
    }

    .bar-eg-counter-total {
    }

    .bar-eg-timer {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .bar-eg-counter-visual {
        margin-top: 11px;
        padding-right: 30px;
    }

    .bar-eg-counter-visual > div {
        min-width: 26px;
    }

    .bar-eg-counter-visual-none {
    }

    .bar-eg-counter-visual-ok {
    }

    .error-games-options {
        margin: 0 0 30px 0;
    }

    #error-games input[type=radio] {
    }

    .error-games-options > div {
        font-weight: 500;
        font-size: 16px;
        margin-left: 0;
        margin-right: 0;
        height: 40px;
        line-height: 32px;
    }

    .options-error-none {
    }

    .error-games-toggle-music {
    }

    .error-games-question {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 20px 10px 0px
    }

    .question-eg-word {
    }

    .options-error-result {
        margin-right: 6px;
        margin-top: 7px;
    }

    .options-error-result-timeout {
        margin-top: 4px;
    }

    .options-error-option {
    }

    /* Highlight the correct answer in bold green */
    .options-error-option-ok {
    }

    /* Highlight the incorrect answer in bold red */
    .options-error-option-fail {
    }

    .result-eg-counter {
        padding: 0;
    }

    .result-error-games {
        padding: 0 0 0 20px;
    }

    .result-eg-question {
    }

    /**
     * TODO: Fix the color attribute in the following classes
     * after the design has been updated.
     */
    .result-eg-unit {
    }

    .result-eg-unit-container {
    }

    .result-eg-unit-word {
    }

    .result-eg-unit-word a {
    }

    .result-eg-unit-row {
    }

    .result-eg-unit-status {
    }

    .result-eg-unit-trad {
    }

    .result-eg-unit-trad-ok {
    }

    .result-eg-unit-option {
    }

    .result-eg-unit-option-fail {
    }

    .result-eg-ver {
    }

    #start-error-games {
        margin-top: 10px;
    }

    .start-error-games {
        margin-top: 0;
    }

    .error-games-new-button {
        float: right !important;
        margin: 20px 0 0 0;
    }

    .eg-panel {
        width: 320px;
        margin-left: 0;
        margin-right: 0;
    }

    .eg-panel-col {
    }

    .eg-panel-level-row,
    .eg-panel-progress-row {
    }

    .eg-panel-level {
    }

    .eg-panel-level span {
    }

    .eg-panel-question {
    }

    .eg-panel-timer {
    }

    .eg-panel-progress-wrapper  {
        width: calc(100% - 30px);
    }

    .eg-panel-progress-row {
    }

    /* pontuation */
    .error-games-results {
    }

    .error-games-results-logo {
    }

    .error-games-results-values {
    }

    #error-games div.error-games-results-values > h2 {
        font-size: 24px;
        line-height: 38px;
    }

    #error-games div.error-games-results-values > p {
        font-size: 20px;
        line-height: 29px;
        font-weight: normal;
        margin-bottom: 1rem;
    }

    .error-games-results-logo {
    }

    .error-games-results-banner {
    }

    .error-games-results-buttons {
        font: normal normal 500 12px/40px 'Montserrat', sans-serif;
        text-transform: uppercase;
    }

    .error-games-results-cell-wrapper {
        display: inline-table;
    }

    .error-games-results-cell-wrapper:first-child {
        margin-right: 10px;
    }

    .error-games-results-cell-wrapper:last-child {
        margin-left: 10px;
    }

    .error-games-results-cell {
        display: table-cell;
    }

    /**************************************
     *
     * Results table definitions
     *
     **************************************/

    .error-games-ver-respostas {
    }

    .error-games-all-correct {
    }

    .error-games-wrong-answers-loop {
    }

    /* Border between the two columns */
    .error-games-wrong-answers-loop > div > div:nth-child(1) {
        border-right: 1px solid #707070;
    }

    /* Space between the result and the column border */
    .error-games-wrong-answers-loop > div > div:nth-child(1) > div {
        margin-right: 80px;
    }

    /* Space between the column border and the result */
    .error-games-wrong-answers-loop > div > div:nth-child(2) > div {
        margin-left: 80px;
    }

    /* Border between each row */
    .error-games-wrong-answers-loop > div > div > div {
    }

    /* No border after the last row */
    .error-games-wrong-answers-loop > div:last-child > div > div {
    }

    .error-games-wrong-answers-loop > div:last-child > div:last-child > div {
        border-bottom: 1px solid #c3c3c3;
    }

    .error-games-wrong-answers-values {
        justify-content: center;
    }

    .error-games-wrong-answers-values-ico {
    }

    .error-games-wrong-answers-orig-word {
        cursor: pointer;
    }

    .error-games-wrong-answers-values-correct {
    }

    .error-games-wrong-answers-values-fail {
    }

    .error-games-wrong-answers-values-timeout {
    }

    .error-games-wrong-answers-buttons {
    }

    /**************************************
     *
     * MODAL WINDOW DEFINITIONS
     *
     **************************************/
    .modal {
        padding-top: 100px; /* Location of the box */
        padding-bottom: 100px;
    }

    /* Modal Content */
    .modal-content {
        padding: 60px 60px 35px 60px;
        width: 800px;
    }

    /* The Close Button */
    .close img {
        margin-right: -45px;
        margin-top: -45px;
    }

    .close:hover,
    .close:focus {
    }
}

@media (min-width: 1366px) {
    .error-games-levels {
        margin: auto;
        display: flex;
        height: calc(100% - 59px);
        align-items: center;
    }

    .error-games-levels .col-left {
        display: table-cell;
        padding-right: 0;
        padding-bottom: 0;
        width: 40%;
    }
    
    .error-games-levels .col-left .logo {
        height: 230px;
        margin-left: 0;
        margin-top: 0;
    }
    
    .error-games-container .col-right {
        display: table-cell;
        padding-left: 20px;
        padding-top: 0;
        width: 60%;
    }
    
    #error-games-setup {
        padding-right: 0;
        padding-top: 30px;
        padding-left: 0;
    }
}

@media (min-width: 1800px) {
}
