*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Palatino Linotype', Palatino, serif;
    line-height: 1.5;
    padding: 17px;
    min-height: 100vh;
    background: repeating-linear-gradient(
        72deg,
        rgba(0, 0, 0, 0.11) 0px,
        rgba(0, 0, 0, 0.11) 1px,
        transparent 1px,
        transparent 2px
    );
    color: #a8c7c7;
    text-shadow: -1px 2px 1px rgba(114, 114, 136, 0.71);
}

h1 {
    text-align: center;
    margin: 18px 0;
    font-size: 2rem;
    color: #68c8c8;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 0 5px rgba(104, 200, 200, 0.5);
    border-bottom: 1px dashed #68c8c8;
    padding-bottom: 20px;
}

h2 {
    margin-top: 29px;
    margin-bottom: 11px;
    font-size: 1rem;
    color: #68c8c8;
    border-bottom: 1px solid #68c8c8;
    padding-bottom: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 1rem;
    color: #a8c7c7;
    letter-spacing: 1px;
}

p { margin-bottom: 14px; }
ul { padding-left: 24px; margin-bottom: 16px; }
li { margin-bottom: 12px; }
a { text-decoration: none; transition: 0.3s; }

header {
    margin-bottom: 17px;
    position: sticky;
    top: 0;
    background: rgba(10, 10, 10, 0.85);
    padding: 0px;
    margin: -17px -17px 27px -17px;
    z-index: 100;
    border-bottom: 2px solid #68c8c8;
}

main {
    max-width: 794px;
    margin: 0 auto;
    border-radius: 0;
    padding: 16px;
    background: rgba(15, 15, 15, 0.78);
    box-shadow: 0 0 44px rgba(104, 200, 200, 0.1);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

main img {
    display: block;
    margin: 23px auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 1px solid #333;
    filter: contrast(1) saturate(1) grayscale(0);
    image-rendering: pixelated;
}

main a {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #68c8c8;
    color: #68c8c8;
    padding: 3px 8px;
    border-radius: 0;
    font-weight: bold;
    margin: 0 2px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0px;
}
main a:hover {
    background-color: #68c8c8;
    color: #000;
    border-color: #68c8c8;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(104, 200, 200, 0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 19px 0;
    background: rgba(20, 20, 20, 0.68);
    border: 1px solid #333;
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #333;
}

th {
    background: #0a0a0a;
    color: #68c8c8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    border: 1px solid #333;
}

td {
    color: #a8c7c7;
    border: 1px solid #333;
}

tr:hover {
    background: rgba(104, 200, 200, 0.0);
}

blockquote {
    padding: 18px;
    border-left: 3px solid #68c8c8;
    margin: 17px 0;
    background: rgba(15, 15, 15, 0.52);
    font-style: italic;
    color: #68c8c8;
    border: 1px solid #333;
}

code {
    background: #0a0a0a;
    padding: 1px 6px;
    border-radius: 0;
    font-family: 'Palatino Linotype', Palatino, serif;
    color: #68c8c8;
    border: 1px solid #333;
    font-size: 1em;
}

pre {
    background: #0a0a0a;
    padding: 17px;
    border: 1px solid #333;
    overflow-x: auto;
    color: #a8c7c7;
}

.menu-container {
    max-width: 805px;
    margin: 17px auto;
    background: rgba(15, 15, 15, 0.88);
    border-radius: 0;
    padding: 17px;
    box-shadow: 0 0 44px rgba(104, 200, 200, 0.0);
    border: 1px solid #333;
    border-top: 2px solid #68c8c8;
}

footer {
    text-align: center;
    margin-top: 49px;
    padding: 16px;
    font-size: 1em;
    opacity: 0.7;
    color: #68c8c8;
    border-top: 1px dashed #333;
    letter-spacing: 2px;
}

@keyframes flicker_mainCenter_panel728 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.76; }
}

h1, h2 {
    animation: anim_subtitleArticle_view805 3.1s infinite;
}

main a:hover {
    animation: glitch_titleFull_page105 0s ease-in-out;
}

@keyframes glitch_superSidebar_holder438 {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 3px); }
    40% { transform: translate(-3px, -1px); }
    60% { transform: translate(3px, 1px); }
    80% { transform: translate(3px, -2px); }
    100% { transform: translate(0); }
}

@media (min-width: 768px) {
    body { padding: 49px; }
    main { padding: 44px; }
    .menu-container { padding: 30px; }
    header { margin: -37px -30px 33px -44px; padding: 24px 45px; }
}

/* Unique classes generated per host */
.primaryBottom_layer511 { color: #eee; }
.hdrsideSection_section135 { border-top-color: #68c8c8; }
.mimageRow_page299 { outline: 1px solid rgba(104, 200, 200, 0.1); }
.ftrsidebarNano_item390 { text-shadow: 0 0 1px #68c8c8; }
.navglobalMinimal_window254 { display: flex; }
.menuadaptiveModern_wrap85 { flex-direction: column; }
.lnklargeLayout_window297 { cursor: pointer; }
.tblflexibleImage_window154 { font-size: 0.95em; }
.th_middleFuturistic_section22 { text-align: center; }
.td_futuristicBorder_view803 { vertical-align: top; }
.tr_miniRoot_item588 { border-collapse: separate; }
.bqflexibleBlock_page64 { margin-left: 1em; }
.codedeepThird_holder990 { white-space: nowrap; }
.preblockForeground_frame405 { line-height: 1.4; }
.imgsimpleTable_container648 { object-fit: cover; }
