
body.sky24 .text-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    /* font-family: omnes-pro, sans-serif; */
    font-family: 'Courier', monospace;
}

body.sky24 .text-content h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    body.sky24 .text-content h1 {
        font-size: 45px;
        line-height: 45px
    }
}

body.sky24 .text-content h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: var(--green);
    text-transform: none;
    padding: 15px 0;
}

body.sky24 .text-content h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 15px 0;
}

body.sky24 .text-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
}

body.sky24 .text-content p:last-child {
    margin-bottom: 0;
}

body.sky24 .text-content strong {
    font-weight: 600;
}

body.sky24 .text-content h1,
body.sky24 .text-content h2,
body.sky24 .text-content h3,
body.sky24 .text-content h6 {
    color: var(--green);
}

body.sky24 .text-content > h4,
body.sky24 .text-content > h5 {
    color: var(--green);
    padding: 15px 0;
}

body.sky24 .text-content h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

body.sky24 .text-content h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

body.sky24 .text-content > ol {
    padding-top: calc(0.5em - 10px);
    padding-bottom: 2em;
    padding-left: 20px;
}

body.sky24 .text-content > ol > li {
    padding-top: 10px;
}

body.sky24 .text-content > ol a, body.sky24 .text-content > ul a {
    color: var(--green);
    text-decoration: none;
}

body.sky24 .text-content > ol a:hover {
    color: var(--black);
    text-decoration: underline;
}

body.sky24 .text-content > ul {
    padding-top: calc(0.5em - 10px);
    padding-bottom: 2em;
    list-style-type: disc;
    padding-left: 20px;
}

body.sky24 .text-content > ul li {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}

body.sky24 .text-content > ul a:hover {
    color: var(--black);
    text-decoration: underline;
}

body.sky24 .text-content > ol {
    padding-left: 30px;
    list-style-type: decimal;
}

body.sky24 .text-content > ol > li {
    padding-left: 10px;
}

body.sky24 .text-content a:not([class]) {
    color: var(--green);
    text-decoration: none;
}
body.sky24 .text-content a:not([class]):hover {
    color: var(--black);
    text-decoration: underline;
}

body.sky24 .text-content img.alignright {
    float: none;
    display: block;
    margin: 0 0 1em 1em;
}

@media (min-width: 768px) {
    body.sky24 .text-content img.alignright {
        float: right
    }
}

body.sky24 .text-content img.alignleft {
    float: none;
    display: block;
    margin: 0 1em 1em 0;
}

@media (min-width: 768px) {
    body.sky24 .text-content img.alignleft {
        float: left
    }
}

body.sky24 .text-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.sky24 .text-content a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

body.sky24 .text-content a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

body.sky24 .text-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.sky24 .text-content .alignright {
    float: right;
}

body.sky24 .text-content .alignleft {
    float: left;
}

body.sky24 .text-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.sky24 .text-content > img {
    margin: 40px 0;
}

body.sky24 .text-content table {
    width: 100%;
    margin-botton: 20px;
}

body.sky24 .text-content table td, body.sky24 .text-content table th {
    padding: 8px;
}

body.sky24 .text-content table td {
    border-bottom: 1px dashed var(--darkgray);
}

body.sky24 .text-content table td img {
    margin-left: auto;
    margin-right: auto;
}

body.sky24 .text-content a:not([class]) {
    color: var(--green);
}

body.sky24 .text-content a:not([class]):hover {
    color: var(--black);
}