<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.helpcontent {
    background-color: azure;
    margin: 10px;
    padding: 10px;
    border-radius: 25px;
}

.simplecontent {
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1px 1px;
    grid-template-areas: "text image";
    margin: 3px;
}

.clickable {
    cursor: pointer !important;
}</pre></body></html>