main {
    font: 1em/1.5 helvetica,sans-serif;
}
h2,h3,h4 {font-weight: normal;}
table {font:inherit;}
samp {
    font: inherit;
}
pre, code {
    background: rgba(0,0,0,0.03);
}
pre > code {
    background: transparent; padding: 0;
}
pre {
    padding: 1em;
    white-space: pre-wrap;
}
samp,.samp {
    color: #844;
    background: rgba(255,200,0,0.1);
}
samp, code, .samp {
    padding: 2px 4px;
    border-radius: 2px;
}

ul ul {margin-bottom: 1em;}
/* docs */

var, .badge {
    font-family: helvetica,sans-serif;
    font-size: 0.8em;
    border-radius: 1em;
    padding: 0.05em 0.5em 0.08em 0.45em;
    vertical-align: 5%;
    white-space: nowrap;
}
var > a {
    color:inherit;
    text-decoration: none;
}
var > a:hover {
    text-decoration: underline;
}
th > var {
    line-height: 1.8;
    vertical-align: 1%;
}
.badge {
    border: 1px solid #ded;
    color: #8c8;
    margin: 1em 0;
    display: inline-block;
}

var {
    color: white;
    background: rgba(0,0,60,0.43);
    font-style: italic;
    font-weight: bold;
    border: 1px solid black;
    border-color: #444 #777 #777 #444;
    text-shadow: 1px 1px 0 black;
    margin: 0 0.1em;
}
var.c1 {
    color: white;
    background: rgba(35,0,0,0.43);
}
var.c2 {
    color: white;
    background: rgba(0,30,0,0.43);
}
var.c3 {
    color: white;
    background: rgba(0,0,45,0.43);
}


.exampleurl-template, .exampleurl-desc {
    text-align: center;
    background: #eee;
    padding: 1em; font-size: 1.5em;
    font-family: consolas,courier,monospace,sans-serif;
}
.exampleurl-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f8f8f8;
    border: 1px solid #ddd;
    position: relative;
    font-size: 1em;
    padding: 2.5em 1em 4em 1em;
}
.exampleurl-desc samp {
    background: transparent;
    padding: 0 0.1em;
}
.exampleurl-desc span {
    font-size: 0.88em;
    font-family: helvetica,sans-serif;
    white-space: nowrap;
}

.c1 {
    color: #700;
}
.c2 {
    color: #060;
}
.c3 {
    color: #009;
}
td,th {vertical-align: top; padding: 0.5em; font-weight: normal;}
th:first-child {text-align: right;}

#options-list {
    margin: 2em 0;
}
@media screen and (min-width: 1000px) {
    #options-list {
        margin-left: -6em;
    }
}

#url-parts th, #url-parts td {
    padding-right: 0;
    padding-left: 0.2em;
}

#options-list td, #options-list th {
    border-top: 1px solid #eee;
    padding: 1em 0.5em;
}
#options-list th {
    padding: 1em 0;
}
.urlexample {
    color: #888;
    display: block;
    margin: 0.5em 0;
    white-space: nowrap;
}
td p {margin-top: 0}
aside {
    display: block;
    font-size: 0.8em;
    color: #833;
    margin: 1em 0 1em 1em;
    border-left: 4px solid #fed;
    padding: 0 0 0 1em;
}
summary {
    font-weight:bold; margin-bottom: 0.5em;
    cursor: pointer;
}
details> summary:focus {
    outline: none;
    color: black;
}
details:not([open]) > summary:focus:not(:active) {
    text-decoration: underline;
}
p.more {
    text-align: right; font-size: 0.8em; margin: 0.5em 0;
}
table p.more {
    text-align: center;
}
p.more code {padding-left:0; padding-right: 0; background: transparent;}
table p.more a {
    display: block; line-height: 2;
}
p.more a {
    border-bottom: 1px solid transparent;
}
p.more a:hover {
    background: #f8f8ff;
    border-bottom: 1px solid #eef;
}
.error {
    font-weight: bold;
    color: #060;
}

@keyframes appear {
    0%, 20% {background-color: rgba(255,250,120,1);}
    10%, 100% {background-color: rgba(255,250,120,0);}
}

#post:target .real_username {
    animation: appear 5s;
}
.terminal {
    padding: 1em;
    background: #444;
    color: #8f8;
    text-shadow: 1px 1px 0 black;
    border-radius: 3px;
}
