
.text-small {
    font-size: 85%;
}


.errortext {
    color: red;
    font-size: smaller;
}

.helptext {
    color: rgb(0, 47, 255);
    font-size: smaller;
    font-weight: bold;
}

/*messages styling */
.message.debug {
    background-color: gray;
    font-style: italic;
}

.message.info {
    background-color: blue;
}

.message.success {
    background-color: green;
}

.message.warning {
    background-color: yellow;
}

.message.error {
    background-color: red;
}

[class^="language-"] {
    background-color: #f8f4f4;
    color: black;
    font-weight: bold;
    /* Optional: Set text color to contrast with the background */
    /* Other styling if needed */
}