/*tw0-0wt*/

/* HOSTED FONTS */
@font-face{
    font-family: 'Courier Newd';
    src: url('/COURIERNEWD-REGULAR.TTF') format('truetype'),
}

/* Bigger */

html, body, div, form, pre, span, tr, th, td, img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-family: 'Courier Newd', monospace, monospace;
    margin: 5px;
    background-color: #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border: double;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 400;
}

h1 {
    font-size: 2em;
}

hr {
    height: 1px;
    background: #eee;
    border: 0;
}

strong {
    font-weight: bold;
}

code {
    font-size: 16px;
}

a {
    color: #aaa;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}

/* Entries */

.entry {
    background-color: #ddd;
    border: none;
    padding: 10px 4px;
    margin-bottom: 10px;
}

.entry-summary { 
	font-style: italic;
}

/* Content */

.content {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    word-wrap: break-word;
}
.content p{
	max-width: 70ch;
	white-space: pre-wrap;
}
.content p,
.content blockquote,
.content table,
.content pre {
    margin: 1em 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.25;
    color: #333;
}
.content h1 {
    padding-bottom: 0px;
    font-size: 32px;
    border-bottom: 1px solid #eee;
}
.content h2 {
    padding-bottom: 4px;
    font-size: 28px;
    border-bottom: 1px solid #eee;
}
.content h3 {
    font-size: 24px;
}
.content h4 {
    font-size: 20px;
}
.content h5 {
    font-size: 18px;
}
.content h6 {
    font-size: 16px;
}
.content h1 a {
    color: #333;
}
.content h1 a:hover {
    color: #111;
    text-decoration: none;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content form {
    margin: 1em 0;
}
.content table {
    line-height: 30px;
    border-spacing: 0;
    border-collapse: collapse;
    /*width:100%;*/
    table-layout: fixed;
    word-wrap: break-word;
}
.content th:not([align]) {
    text-align: left;
}
.content table th {
    background-color: #ddd;
    font-weight: bold;
}

.content table tr th:nth-child(1), td:nth-child(1) {
    text-align: center;
    max-width: 10%; 

}

.content table th,
.content table td {	
    padding: 6px 13px;
    border: 1px solid #eee;
}
.content table tr {
    vertical-align: center;
    background-color: #ccc;
    border-top: 1px solid #eee;
}
.content table tr:nth-child(n) {
    background-color: #aaa;
}
.content table tr:nth-child(2n) {
    background-color: #bbb;
}
.content code,
.content pre, .yellow-edit-text {
    font-family: 'Courier Newd', monospace, monospace;
	font-size: 14px;
	font-kerning: none;
	white-space: pre;
    line-height: 16px;
    letter-spacing: -1px;
}
.content code {
    padding: 3px 6px;
    margin: 0;
    background-color: #eee;
    color: #111;
    border-radius: 3px;
}
.content pre > code {
    padding: 0;
    margin: 0;
    white-space: pre;
    background: transparent;
    border: 0;
}
.content pre {
    padding: 16px;
    overflow: auto;
    background-color: #eee;
    color: #111;
    border-radius: 3px;
}
.content blockquote {
	margin-left: auto;
	margin-right: auto;
    padding: 8px 16px;
    border-left: 8px solid #bbb;
	background-color: #d3d3d3;
	font-style: italic;
	width: 85%;
    color: #666;
}
.content .notice1 {
    margin: 1em 0;
    padding: 10px 16px;
    background-color: #eee;
    border-left: 4px solid #999;
}
.content .notice2 {
    margin: 1em 0;
    padding: 10px 1em;
    background-color: #e0e0e0;
    border-left: 4px solid #666;
}
.content .notice3,
.content .notice4,
.content .notice5,
.content .notice6 {
    margin: 1em 0;
    padding: 10px 1em;
    background-color: #d5d5d5;
    border-left: 4px solid #222;
}
.content ul, .content ol {
    padding-left: 32px;
}
.content .flexible {
    position: relative;
    padding-top: 0;
    padding-bottom: 16px;
}
.content .flexible iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .task-list-item {
    list-style-type: none;
}
.content .task-list-item input {
    margin: 0 3px 4px -28px;
    vertical-align: middle;
}
.content .toc {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content .previousnext .previous {
    margin-right: 16px;
}
.content .pagination .previous {
    margin-right:16px;
}
.content .pagination {
    margin: 16px 0;
}
.content .left {
    float: left;
    margin: 0 16px 0 0;
}
.content .center {
    display: block;
    margin: 0 auto;
}
.content .right {
    float: right;
    margin: 0 0 0 1em;
}
.content .rounded {
    border-radius: 4px;
}

/* Header */

.header {
    margin: .5em 0;
    background-color: #eee;
}
.header .sitename {
    display: block;
}
.header .sitename h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.header .sitename h1 a {
    color: #333;
    text-decoration: none;
}
.header .sitename h1 a:hover {
    color: #333;
    text-decoration: none;
}
.header .sitename p {
    margin-top: 0;
    color: #333;
    font-weight: 500;
}

/* Navigation */

.navigation {
    display: flex;
    justify-content: center;
}
.navigation {
    font-weight: 500;
}
.navigation a {
    color: #333;
    text-decoration: none;
    padding: 0 0.3em;
}
.navigation a:hover {
    color: #aaa;
    text-decoration: none;
}
.navigation ul {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
}
.navigation li {
    display: inline;
}
.navigation li a.active {
    color: #333;
}
.navigation li a.active:hover {
    color: #aaa;
}
.navigation-banner {
    clear: both;
}

/* Footer */

.footer {
    margin-top: 1em;
    border-top: 3px solid #eee;
}
.footer .siteinfo a {
    color: #aaa;
}
.footer .siteinfo a:hover {
    color: #aaa;
    text-decoration: underline;
}

/* Forms and buttons */

.form-control {
    margin: 0;
    padding: 2px 4px;
    display: inline-block;
    min-width: 7em;
	max-width: 600px;
    background-color: #eee;
    color: #333;
    background-image: linear-gradient(to bottom, #f8f8f8, #e1e1e1);
    border: 1px solid #111;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Courier Newd', monospace, monospace;
    font-weight: normal;
    line-height: normal;
}
.btn {
    margin: 0;
    padding: 4px 22px;
    display: inline-block;
    min-width: 7em;
    background-color: #eaeaea;
    color: #333333;
    background-image: linear-gradient(to bottom, #f8f8f8, #e1e1e1);
    border: 1px solid #111;
    border-color: #c1c1c1 #c1c1c1 #aaaaaa;
    border-radius: 4px;
    outline-offset: -2px;
    font-size: 0.9em;
    font-family: 'Courier Newd', monospace, monospace;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #333333;
    background-image: none;
    text-decoration: none;
}
.btn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive and print */

.page {
    margin: 0;
    max-width: 800px;
}
.yellow-bar {
    margin: 0;
    padding: 0;
    max-width: 800px;
	font-size: 14px;
}
.yellow-dropdown a:hover,
.yellow-toolbar a:hover {
    background-color: #48d;
    border-color: #48d;
}
.yellow-toolbar .yellow-toolbar-btn-edit {
    background-color: #59e;
    border-color: #59e;
    color: #fff;
}
.yellow-toolbar .yellow-toolbar-btn-create {
    background-color: #59e;
    border-color: #59e;
    color: #fff;
}

@media screen and (min-width: 801px) {
    body {
        max-width: 800px;
        margin: 8px auto;
        padding: 16px;
        font-size: 1em;
    }
    .content {
        font-size: 1em;
    }
}
@media screen and (max-width: 800px) {
    body {
        margin: 8px 5px;
        font-size: 1em;
        padding: 5px;
    }
    .content {
        margin: 0.5em auto;
        font-size: 1em;
    }
    .header .sitename h1,
    .content h1,
    .content h2,
    .content h3 {
        font-size: 1.5em;
    }
}
@media print {
    .page {
        border: none !important;
    }
}
