@charset "utf-8";
* {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
body {background-color:#222;text-align:center;padding-top:20px;font-size:12px;color:ivory;}
.added,.blurb,.stats,.proceed {border:1px none rgb(4,0,84);padding:18px;margin:auto;box-sizing:border-box;max-width:600px;width:100%;}
pre {max-width:600px;margin:auto;}
a:not(.urls):not(.img),input, textarea {box-sizing:border-box;text-decoration:none;font-weight:bold;font-size:16px;border:1px solid black;color:ivory;background-color:#444;max-width:600px;width:100%;margin:0px;padding:18px;}
input[type="image"] {background-color:transparent;margin-left:7px;float:left;width:16px;height:16px;padding:0px;}
pre {text-align:left;}
a:not(.urls):not(.img) {padding:8px;margin:8px;}
a.urls {padding:0px;border:none;background-color:transparent;color:ivory;text-decoration:underline;font-size:inherit;}
.tag {font-size: 0.89rem;}
.blurb {color: rgb(21,21,21);background:ivory;}
.proceed {padding:18px;color:#222002;font-size:32px;height:123px;background-color:#666;}
.proceed.captured {background-color:#f90;}
.proceed.captured:hover {background-color:#fc3;}
.blurb,.proceed,.featured,.stats {box-shadow: 0px 0px 2px rgb(255,255,240,0.56);}
form {margin:0px;padding:0px;}
.stats {background: rgb(21,21,21);}
.logo {width:100%;max-width:400px;height:auto;}
.theflex {text-align:left;margin:auto;display:flex;gap:10px 0;max-width:600px;flex-wrap:wrap;padding:0;box-sizing:border-box;flex-direction: row;}
.theflex div {flex: 50% 0;display: inline-block;margin:0;box-sizing:border-box;}
.added {background-color:#266611;color:ivory;}
.added a.urls {color:#fc0;}
button {font-weight:bold;font-size:32px;}
::-webkit-scrollbar-button {
    height: 32px;
    background: darkgreen;
    box-shadow: inset 0 0 6px #444;
}

::-webkit-scrollbar-thumb {
    background: darkblue;
    box-shadow: inset 0 0 6px #444;
}
::-webkit-scrollbar-track {
    background: blue;
    box-shadow: inset 0 0 6px #444;
}
::-webkit-scrollbar {
    width: 32px;
}
.red {color:red;}
.green {color: limegreen;}
.highlight {color:ivory;}
#recaptcha {margin: 15px 0px;}
/*Comment: 2018-04-08 19:15*/
