
#page p, #page li {
    font-family: Verdana;
    font-size: 12pt;
    color: #66cccc;
}

#page-header {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #66cccc80;
}

#page-header > p {
    padding: 0;
    margin: 0;
}

#page a {
    font-family: inherit;
    font-size: inherit;
    color: #80ffff80;
    text-decoration: none;
}

#page-header a::before {
    content: '';
    display: inline-block;
    position: relative;
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-color: #00000040;
    border: 2px solid #66cccc80;
    border-radius: 25%;
    box-shadow: inset 0 0 2px 2px #66cccc20;
    margin-right: 5px;
    margin-left: 5px;
}

#page-header a:hover::before {
    background-color: #66cccc80;
}

#page-header a:hover::before {
    border-color: #66ccccff;
}

#page a:hover {
    background-color: #66cccc40;
    color: #80ffff;
    text-shadow: 0px 0px 5px #66cccc80; 
}

#page h1 {
    font-family: Verdana;
    font-size: 20pt;
    color: #66cccc;
    font-weight: bold;
}

#page h1::before {
    content: "» ";
}

#page-header h1 {
    font-size: 20pt;
}

#page-content h1 {
    font-size: 18pt;
}

#page h2 {
    font-family: Verdana;
    font-size: 16pt;
    color: #66cccc;
    font-weight: bold;
}

#page h2::before {
    content: "» ";
}

#page h2 {
    font-family: Verdana;
    font-size: 14pt;
    color: #66cccc;
    font-weight: bold;
}

#page h3::before {
    content: "» ";
}

.important {
    margin-left: 5%;
    margin-top: 25px;
    margin-bottom: 25px;

    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    width: 80%;

    background-color: #66cccc20;
    border-left: 4px solid #66cccc80;
    box-shadow: 0 0 5px 5px #66cccc20;
}

.important * {
    text-shadow: 0 0 2px #66cccc80;
    margin: 0;
}

.important > p > img {
    float: left;
    margin-right: 5px;

    width: 20px;
    height: 20px;

    filter: invert(76%) sepia(86%) saturate(236%) hue-rotate(123deg) brightness(84%) contrast(90%) blur(0.5px);
}

.important > p:first-child {
    font-weight: bold;
}

#page p {
    margin-bottom: 5px;
    margin-top: 5px;
}

#page p + p {
    margin-top: 15px;
}

#page-content > img {
    display: block;
    margin: auto;

    margin-top: 25px;
    margin-bottom: 25px;
}

#page-content > img[src$=".png"]
{
    filter: invert(76%) sepia(86%) saturate(236%) hue-rotate(123deg) brightness(84%) contrast(90%) blur(0.5px);
}

.hide-on-empty:has(ul:empty) {
    display: none;
}