body {
    max-width: 800px;
    margin: auto;
    padding: 1em;
    line-height: 1.3;
    text-align: justify;
    background-color: #000101;
    font-size: 18px;
    color: #fff;
}

h1, h2 {
    color: #fff;
}

li {
    color: #fff;
    margin: 0px;
}

/* header and footer areas */
.menu {
    padding: 0;
}
.menu li {
    display: inline-block;
    padding-bottom: 0px;
}
.menu a {
    text-decoration: none;
    background: #011;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    border-style: outset;
    border-color: #788;
    font-weight: bold;
    font-size: 12pt;
    color: #0a4;
    font-family: monospace;
    margin: 0px 5px 0px 5px;
}
.menu a:hover {
    filter: brightness(110%);

}

.article-meta {
    background-color: #bbb;
    border: #555;
    border-style: outset;
    border-radius: 5px;
    font-size: 8pt;
}

.menu .home-button {
    border-color: #069;
    /*background:  #fd0;*/
}

.menu .rss-button {
    border-color: #960;
}

.menu,
.article-meta,
footer {
    text-align: center;
}
.article-meta {
    background-color: #444;
}

.title {
    font-size: 1em;
}
footer a {
    text-decoration: none;
}
hr {
    border-style: outset;
    color: #777;
    max-width: 960px;
}

/* code */
pre {
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px #eee;
    padding: 1em;
    overflow-x: auto;
}
code {
    font: monospace;
}
pre code {
    background: none;
}

/* misc elements */
img,
iframe,
video {
    max-width: 100%;
    filter: brightness(70%);

}

img:hover,
iframe,
video:hover {
    max-width: 100%;
    filter: brightness(100%);

}
main {
    hyphens: auto;
    /*background: linear-gradient(to bottom, #d0d0e0, #d0d0d9);*/
    background: linear-gradient(to bottom, #011, #000101);
    padding: 10px 50px 10px 50px;
    border-radius: 15px;
}

.main-light {
    background: linear-gradient(to bottom, #d0d0e0, #d0d0d9);
    color: #000;
}
.main-light li, .main-light ul {
    color: #000;
}
.main-light img { filter: brightness(100%); }
.main-light h2, .main-light h1 { color: #000; :}
.main-light a { color: #048; }
.main-light a:hover { color: #06a; }



blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    padding: 3px 1em 3px;
}

table {
    /*margin: auto;*/
    /*  border-top: 1px solid #666;
  border-bottom: 1px solid #666;*/
    padding: 20px 5% 20px 5%;
    /*background-color: #f5f5ff;*/
    /*background: linear-gradient(to bottom, #e0e0e0, #e0e0e9);*/
}

table:before {
    /*margin: auto;*/
    /*  border-top: 1px solid #666;
  border-bottom: 1px solid #666;*/
    /*padding: 20px 5% 40px 5%;*/
    /*background-color: #f5f5ff;*/
    /*background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );*/
}

.hidden-mobile:hover {
    text-decoration: underline;
}

table thead th {
    border-bottom: 1px solid #ddd;
}
th,
td {
    padding: 5px;
}
/*thead, tfoot, tr:nth-child(even) { background: #eee; }*/
.article-list {
    width: 100%;
    margin: auto;
}

.article-list-button {
    display: block;
    border-style: outset;
    border-radius: 5px;
    border-color: #999;
    background-color: #ccc;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 10px 0 10px 0;
    height: 25px;
}

.article-list-button a {
    color: #00d;
}
.article-list-button a:visited {
    color: #000;
}

.horizontal-list-button {
    line-height: 50px;
    border-style: outset;
    border-radius: 5px;

    border-color: #444;
    background-color: #ccc;
    font-weight: bold;
    color: #00b;

    padding: 5px 5% 5px 5%;
    margin: 0px 10px 0px 10px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12pt;
    font-family: monospace;
}
.horizontal-list-button a:hover {
    filter: brightness(120%);
}

a {
    text-decoration: none;
    color:#99f;
    font-style: bold;
    font-family: monospace;
}

a:hover {
    text-decoration: underline;
    color:#bbf;
}
.article-list-button:hover {
    filter: brightness(110%);
}

.article-list {
    width: 100%;
    /*border-top: 3px solid #ddd;*/
    /*border-bottom: 3px solid #ddd;*/
}

.date {
    color: #fff;
}

.safety {background: #331111; padding: 15px;
    border-radius: 10px;}

ol {
    padding-left: 14px;
}

/*ol {
    border: solid 1px;
    border-style: dashed;
    background: #ffffef;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }*/
