
pre[class*="language-"]
{
    padding: 0;

}

code[class*="language-"] {
    background: rgba(230, 235, 237, 0.25);
}

pre[class*="language-"] {
    background: none;
}


li[data-mdse-result="0"] {
    color: red;
}

li[data-mdse-result="1"] {
    color: green;
}

.uppercase {
    text-transform: uppercase;
}

ul.no_bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

ul.no_bullets li {
    margin-bottom: 0.6em;
}

ol.exercises p,
ol.exercises ol,
ol.exercises ul {
    margin: 0;
}

ol.exercises li {
    padding-bottom: 0.3em;
}

ol.exercises li li {
    padding-bottom: 0;
}