<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (min-width: 701px) {
    .main-quiz-container {
        border: none;
        border-radius: 0;
        background: #fdf68c;
        background: -moz-radial-gradient(center, ellipse cover, #fdf68c 0%, #e4b44e 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #fdf68c 0%,#e4b44e 100%);
        background: radial-gradient(ellipse at center, #fdf68c 0%,#e4b44e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf68c', endColorstr='#e4b44e',GradientType=1 );
    }
    .quiz-content-container:before{
        content:none;
    }
    .main-quiz-container p,.variante-intrebare-quiz label{
        color:#000;
    }
    .main-quiz-container h1,.main-quiz-container .content-intrebare-quiz .intrebare-quiz{
        color:#1009f5;
        font-weight: bold;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }
    .main-quiz-container .content-intrebare-quiz .intrebare-quiz{
        font-size: 28px;
    }
    .content-intrebare-quiz{
        background: transparent;
    }
    .poza-content-quiz img {
        transform: none;
        margin-left: 0;
    }
    .incepe-testul-quiz, .butoane-navigare-intrebari-quiz &gt; a, .butoane-navigare-intrebari-quiz &gt; input{
        background: #c39033;
    }
    .butoane-navigare-intrebari-quiz &gt; input{
        background: #1009f5;
    }


}


@media only screen and (max-width: 700px) {
    .aaaxxxsss{
        display: none;
    }
}</pre></body></html>