<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset.css");
@import url("header.css");
@import url("pagestack.css");
@import url("tabs.css");
@import url("text-input.css");
@import url("progress-bars.css");
@import url("dialogs.css");
@import url("buttons.css");
@import url("sliders.css");
@import url("toggles.css");
@import url("popover.css");
@import url("listitems.css");
@import url("toolbars.css");
@import url("shapes.css");
@import url("indexbar.css");

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #ededf0 url("../img/background_paper@30.png") repeat top left;
    font-family: Ubuntu;
    font-weight: normal;
}

[data-role="content"] {
    background: #ededf0 url("../img/background_paper@30.png") repeat top left;
    border-top: 1px solid #f0f0f0;
    height: auto;
    min-height: auto;
    width: 100%;
    font-size: 1rem "Ubuntu";
    color: #787878;
}

[data-role="content"] p {
    font: 0.9rem "Ubuntu";
    color: #787878;
}

[data-role="content"] h1,
[data-role="content"] h2,
[data-role="content"] h3 {
    color: #747278;
    font: 1.3rem "Ubuntu Light";
    font-weight: bold;
}

[data-role="content"] h2 {
    font-size: 1.1rem;
}

[data-role="content"] h3 {
    font-size: 0.9rem;
}

[data-role="content"] img {
    margin: 0 auto;
    max-width: 98%;
}

.inset {
    margin-bottom: 10px;
}</pre></body></html>