#DivConnection, #DivQuestion .grid {
    margin-left: 0 !important;
}

.answerCard {
    min-height: 160px !important;
    cursor: pointer;
}

.card1 {
    background-color: #900 !important;
}

.card3 {
    background-color: #075 !important;
}

.card4 {
    background-color: #40A !important;
}

.card2 {
    background-color: #770 !important;
}

.trying {
    border: 5px solid #ff64bb !important;
}
.selected {
    border: 5px solid #8fa !important;
}

#DivScores .correct {
    color: #0a0;
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 20px;
}

#DivScores .incorrect {
    color: #a00;
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 20px;
}

#DivScores .labelScore {
    margin-top: 100px;
    font-size: 30px;
    font-weight: bold;
    display: inline;
}

#DivScores .score {
    margin-top: 100px;
    font-size: 30px;
    font-weight: bold;
    display: inline;
    margin-left: 10px;
}

