::selection {
   background: #888;
}
a:link {
   color: #48c;
   text-decoration: none;
   /* transition */
-webkit-transition: color 0.5s ease 0.0s;
     -o-transition: color 0.5s ease 0.0s;
   -moz-transition: color 0.5s ease 0.0s;
    -ms-transition: color 0.5s ease 0.0s;
        transition: color 0.5s ease 0.0s;
}
a:visited {
   color: #48c;
   text-decoration: none;
}
a:hover {
   color: #c48;
   text-decoration: underline;
   /* transition */
-webkit-transition: color 0.25s ease 0.0s;
     -o-transition: color 0.25s ease 0.0s;
   -moz-transition: color 0.25s ease 0.0s;
    -ms-transition: color 0.25s ease 0.0s;
        transition: color 0.25s ease 0.0s;
}
a:active {
   color: #c48;
   text-decoration: underline;
}
a.delphi:link {
   color: #c44;
   text-decoration: none;
   /* transition */
-webkit-transition: color 0.5s ease 0.0s;
     -o-transition: color 0.5s ease 0.0s;
   -moz-transition: color 0.5s ease 0.0s;
    -ms-transition: color 0.5s ease 0.0s;
        transition: color 0.5s ease 0.0s;
}
a.delphi:visited {
   color: #c44;
   text-decoration: none;
}
a.delphi:hover {
   color: #fff;
   text-decoration: underline;
   /* transition */
-webkit-transition: color 0.25s ease 0.0s;
     -o-transition: color 0.25s ease 0.0s;
   -moz-transition: color 0.25s ease 0.0s;
    -ms-transition: color 0.25s ease 0.0s;
        transition: color 0.25s ease 0.0s;
}
a.delphi:active {
   color: #fff;
   text-decoration: underline;
}
html, body {
   min-height: 100%;
   margin: 0px;
   padding: 0px;
   font-size: 100%;
}
body {
   height: 100%;
   font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   color: #eee;
   background-color: #282828;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
div.box_header {
   padding: 0px;
   color: #eee;
   border-bottom: 1px solid #000;
}
div.box_header_narrow {
   width: 100%;
   height: 55px;
}
div.box_header_fixed0 {
   background-color: #fff;
   z-index: 1;
}
div.box_header_fixed1 {
   position: fixed;
   top: 0px;
   left: 0px;
   background-color: #282828;
   z-index: 1;
}
div.box_title {
   font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
   font-size: 2em;
   font-weight: bold;
   text-shadow: 0px 0px 10px #000;
   letter-spacing: 1px;
}
div.box_title_mega {
   font-size: 3em;
   padding: 12px;
   text-align: center;
}
div.box_title_mini {
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 24px;
   text-align: left;
   display: inline-block;
   float: left;
}
div.box_subtitle {
   text-align: center;
   padding-bottom: 12px;
   color: #eee;
   text-shadow: 0px 0px 4px #000;
}
div.box_mininav {
   color: #888;
   text-align: right;
   font-weight: bold;
   padding-top: 4px;
   padding-bottom: 4px;
   padding-right: 24px;
   display: inline-block;
   float: right;
   text-shadow: 0px 0px 1px #000;
}
div.box_miniclear {
   clear: both;
}
div.box_content {
   padding: 8px;
   color: #000;
   background-color: #fff;
   /* box-shadow */
-webkit-box-shadow: inset 0px 0px 12px #282828;
     -o-box-shadow: inset 0px 0px 12px #282828;
   -moz-box-shadow: inset 0px 0px 12px #282828;
    -ms-box-shadow: inset 0px 0px 12px #282828;
        box-shadow: inset 0px 0px 12px #282828;
}
div.box_footer {
   padding: 8px;
   color: #888;
   text-align: center;
   font-size: 0.8em;
   border-top: 1px solid #000;
}
div.box_navigation {
   text-align: right;
   position: fixed;
   top: 4px;
   right: 4px;
}
div.box_article {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   color: #000;
}
div.box_overlay {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 200%;
   background-color: rgba(128, 128, 128, 0.8);
   display: none;
}
div.box_dialog {
   width: 80%;
   max-height: 40%;
   overflow: scroll;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5%;
   border-radius: 6px;
   padding: 15px;
   background-color: #eee;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 8px 3px #000;
     -o-box-shadow: 0px 0px 8px 3px #000;
   -moz-box-shadow: 0px 0px 8px 3px #000;
    -ms-box-shadow: 0px 0px 8px 3px #000;
        box-shadow: 0px 0px 8px 3px #000;
}
div.box_button {
   text-align: center;
   font-weight: bold;
   display: inline-block;
   min-width: 100px;
   height: 20px;
   padding: 4px;
   margin: 5px;
   border-radius: 3px;
   color: #000;
   cursor: pointer;
   background-color: #ddd;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 1px 2px #000;
     -o-box-shadow: 0px 0px 1px 2px #000;
   -moz-box-shadow: 0px 0px 1px 2px #000;
    -ms-box-shadow: 0px 0px 1px 2px #000;
        box-shadow: 0px 0px 1px 2px #000;
   /* user-select */
-webkit-user-select: none;
     -o-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
div.box_button:hover {
   background-color: #eee;
   /* transition */
-webkit-transition: background-color 0.5s ease 0.0s;
     -o-transition: background-color 0.5s ease 0.0s;
   -moz-transition: background-color 0.5s ease 0.0s;
    -ms-transition: background-color 0.5s ease 0.0s;
        transition: background-color 0.5s ease 0.0s;
}
div.box_button_icon {
   min-width: 0px;
}
div.box_button_disabled {
   color: #444;
   background-color: #bbb;
   cursor: progress;
}
div.box_button_disabled:hover {
   background-color: #bbb;
}
div.box_cursor_help {
   cursor: help;
}
div.box_decision {
   display: inline-block;
   vertical-align: top;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 24px;
   padding-right: 24px;
   margin: 8px;
   border: 1px solid #000;
   border-radius: 5px;
   /* box-shadow */
-webkit-box-shadow: inset 0px 0px 12px #444;
     -o-box-shadow: inset 0px 0px 12px #444;
   -moz-box-shadow: inset 0px 0px 12px #444;
    -ms-box-shadow: inset 0px 0px 12px #444;
        box-shadow: inset 0px 0px 12px #444;
}
div.box_decision:hover {
   /* box-shadow */
-webkit-box-shadow: inset 0px 0px 12px #48c;
     -o-box-shadow: inset 0px 0px 12px #48c;
   -moz-box-shadow: inset 0px 0px 12px #48c;
    -ms-box-shadow: inset 0px 0px 12px #48c;
        box-shadow: inset 0px 0px 12px #48c;
   /* transition */
-webkit-transition: box-shadow 0.5s ease 0.0s;
     -o-transition: box-shadow 0.5s ease 0.0s;
   -moz-transition: box-shadow 0.5s ease 0.0s;
    -ms-transition: box-shadow 0.5s ease 0.0s;
        transition: box-shadow 0.5s ease 0.0s;
}
div.box_decision_title {
   font-size: 1.2em;
   font-weight: bold;
   display: inline-block;
   margin-bottom: 10px;
   text-shadow: 0px 0px 1px #000;
   /* box-shadow */
-webkit-box-shadow: 0px 8px 8px -8px #282828;
     -o-box-shadow: 0px 8px 8px -8px #282828;
   -moz-box-shadow: 0px 8px 8px -8px #282828;
    -ms-box-shadow: 0px 8px 8px -8px #282828;
        box-shadow: 0px 8px 8px -8px #282828;
}
div.box_section {
   padding: 24px;
}
div.box_section_title {
   font-size: 2.5em;
   font-weight: bold;
   text-align: center;
   padding: 12px;
   margin-bottom: 12px;
   color: #000;
   background-color: #eee;
   text-shadow: 0px 0px 1px #000;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 12px 0px #888;
     -o-box-shadow: 0px 0px 12px 0px #888;
   -moz-box-shadow: 0px 0px 12px 0px #888;
    -ms-box-shadow: 0px 0px 12px 0px #888;
        box-shadow: 0px 0px 12px 0px #888;
}
div.box_section_subtitle {
   font-size: 0.4em;
   font-weight: bold;
   margin-top: -4px;
   padding-bottom: 4px;
   color: #444;
}
div.box_section_subtitle_alert {
   font-size: 0.6em;
   font-weight: bold;
   margin-top: -4px;
   padding-bottom: 4px;
   color: #DC143C;
}
div.box_stat {
   display: inline-block;
   min-width: 200px;
}
div.bot_stat_value {
   font-size: 2em;
   font-weight: bold;
}
div.bot_stat_description {
   margin-top: -6px;
   font-size: 0.75em;
   font-style: italic;
}
div.box_message {
   text-align: center;
   font-weight: bold;
   border-radius: 5px;
   border: 2px solid #000;
   padding: 8px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 12px 0px #000;
     -o-box-shadow: 0px 0px 12px 0px #000;
   -moz-box-shadow: 0px 0px 12px 0px #000;
    -ms-box-shadow: 0px 0px 12px 0px #000;
        box-shadow: 0px 0px 12px 0px #000;
}
div.box_status {
   padding: 4px;
   border-bottom: 1px solid #444;
}
div.box_float_left {
   display: inline-block;
   float: left;
}
div.box_float_right {
   display: inline-block;
   float: right;
}
div.box_list {
   display: inline-block;
   vertical-align: top;
}
div.box_region_completed {
   background-color: #eee;
}
div.box_info {
   position: absolute;
   display: inline-block;
   border-radius: 3px;
   padding: 5px;
   background-color: #eee;
   font-size: 0.8em;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 8px 3px #000;
     -o-box-shadow: 0px 0px 8px 3px #000;
   -moz-box-shadow: 0px 0px 8px 3px #000;
    -ms-box-shadow: 0px 0px 8px 3px #000;
        box-shadow: 0px 0px 8px 3px #000;
}
div.box_region_nav {
   display: inline-block;
   margin: 2px;
   text-align: center;
   width: 110px;
   height: 110px;
   border-radius: 55px;
   background: #fff;
   cursor: pointer;
   border: 1px solid #48c;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 0px 0px #48c;
     -o-box-shadow: 0px 0px 0px 0px #48c;
   -moz-box-shadow: 0px 0px 0px 0px #48c;
    -ms-box-shadow: 0px 0px 0px 0px #48c;
        box-shadow: 0px 0px 0px 0px #48c;
}
div.box_region_nav:hover {
   /* box-shadow */
-webkit-box-shadow: 0px 0px 2px 2px #48c;
     -o-box-shadow: 0px 0px 2px 2px #48c;
   -moz-box-shadow: 0px 0px 2px 2px #48c;
    -ms-box-shadow: 0px 0px 2px 2px #48c;
        box-shadow: 0px 0px 2px 2px #48c;
}
div.box_region_nav_complete {
   color: #06c;
}
div.box_region_nav_incomplete {
   color: #c20;
}
div.box_region_nav_content {
   position: relative;
   text-shadow: 0px 0px 2px #444;
}
div.box_region_nav_content_stack {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 110px;
   z-index: 0;
}
div.box_status_line {
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
   font-size: 1.1em;
}
div.box_region_label {
   padding-left: 10px;
   padding-top: 5px;
   float: left;
   font-size: 1.5em;
   color: #000;
   text-shadow: 0px 0px 2px #444;
}
div.box_status_info {
   padding-right: 10px;
   padding-top: 10px;
   float: right;
}

div.sidebar_entry i.fa {margin-right:5px}
div.sidebar_region {margin-left:15px}
div.sidebar_region i.fa {margin-right:5px}

div.box_scroll_test {
   width: 100%;
   height: 100%;
}
div.box_leaderboard {
   display: inline-block;
   width: 225px;
   margin: 50px;
   vertical-align: top;
   border: 1px solid #444;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 12px 0px #888;
     -o-box-shadow: 0px 0px 12px 0px #888;
   -moz-box-shadow: 0px 0px 12px 0px #888;
    -ms-box-shadow: 0px 0px 12px 0px #888;
        box-shadow: 0px 0px 12px 0px #888;
}
p {
   margin-top: 8px;
   margin-bottom: 8px;
}
p.text_title {
   font-weight: bold;
   font-size: 1.5em;
}
p.text_body {
   padding-left: 48px;
   padding-right: 48px;
}
span.effect_delphi {
   font-family: "Alegreya SC", "Rockwell Extra Bold", "Rockwell Bold", monospace;
}

span.effect_archive_header {
   font-family: "Alegreya SC", "Rockwell Extra Bold", "Rockwell Bold", monospace;
   font-size: 0.5em;
   color: #c44;
}

span.effect_archive_index {
   font-family: "Alegreya SC", "Rockwell Extra Bold", "Rockwell Bold", monospace;
   font-size: 1em;
   color: #c44;
}

span.effect_fluv {
   font-family: "Yanone Kaffeesatz", "Rockwell Extra Bold", "Rockwell Bold", monospace;
   font-style: italic;
   font-size: 0.9em;
   color: #36c;
}
span.effect_footnote {
   font-size: 0.9em;
   font-style: italic;
}
span.effect_highlight {
   font-weight: bold;
   font-size: 1.2em;
   color: #48c;
   text-shadow: 0px 0px 2px #000;
}
span.effect_tiny_header {
   font-weight: normal;
   font-size: 0.8em;
}
span.effect_tiny {
   font-weight: normal;
   font-size: 0.8em;
}
span.effect_italics {
   font-style: italic;
}
canvas {
   cursor: crosshair;
}
canvas.canvas_drag {
   cursor: move;
}
canvas.canvas_button {
   cursor: pointer;
}
img.img_flag_large {
   width: 55px;
   margin-bottom: -8px;
}
img.img_flag_small {
   width: 20px;
   margin-bottom: -4px;
}
table {
   display: inline-table;
   margin: 16px;
}
tr:nth-child(2n+1) {
   background: #eee;
}
tr:nth-child(2n) {
   background: #fff;
}
tr.leaderboard:nth-child(2) {
   font-weight: bold;
   font-size: 1.25em;
}
td {
   padding: 4px;
   border-bottom: 1px dotted #888;
}
th {
   padding: 8px;
   border: 1px dotted #888;
   background-color: #ccc;
   font-size: 1.2em;
}
input.padded {
   margin: 4px;
   margin-bottom: 12px;
}
.centered {
   text-align: center;
}
.left {
   text-align: left;
}
.right {
   text-align: right;
}
.any_failure {
   color: #c84;
   border-color: #c84;
   background-color: #fee;
}
.any_success {
   color: #4c8;
   border-color: #4c8;
   background-color: #efe;
}
.any_neutral {
   color: #444;
   border-color: #444;
   background-color: #eee;
}
.any_hidden {
   display: none;
}
.any_noselect {
   /* user-select */
-webkit-user-select: none;
     -o-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.any_bold {
   font-weight: bold;
}
.any_cursor_pointer {
   cursor: pointer;
}
.any_extrasmall {
   font-size: 0.65em;
}
.any_warning {
   font-weight: bold;
   color: #c22;
}
#box_main_ui {
   margin: 12px;
   /* user-select */
-webkit-user-select: none;
     -o-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
   /* box-shadow */
-webkit-box-shadow: 0px 0px 12px 0px #888;
     -o-box-shadow: 0px 0px 12px 0px #888;
   -moz-box-shadow: 0px 0px 12px 0px #888;
    -ms-box-shadow: 0px 0px 12px 0px #888;
        box-shadow: 0px 0px 12px 0px #888;
}
#box_canvas {
   padding: 0px;
   margin: 0px;
   vertical-align: top;
   display: inline-block;
}
#box_side_bar {
   text-align: center;
   padding: 0px;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
   display: inline-block;
}
#box_histories {
   text-align: left;
   width: 152px;
   overflow-y: scroll;
   padding: 4px;
   margin: 0px;
   vertical-align: top;
   display: block;
}

#news li {
    list-style-type:none;
    padding-top:5px;
}

#share .social {
    text-align: center
    }

img.age_group_img {
    height: 65px;
    width: auto;
}

/*** Screen Size Queries ***/
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px), only screen and (max-height: 400px), only screen and (max-device-height: 400px) {
   body {
      font-size: 75%;
   }
   div.box_dialog {
      max-height: 30%;
      overflow: scroll;
      padding: 10px;
   }
   div.box_title_mini {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      display: block;
      float: none;
      text-align: center;
   }
   div.box_mininav {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 3px;
      display: block;
      float: none;
      text-align: center;
   }
   span.effect_tiny_header {
      display: none;
   }
}
@media only screen and (max-width: 639px), only screen and (max-device-width: 639px), only screen and (max-height: 250px), only screen and (max-device-height: 250px) {
   #box_main_ui {
      display: none;
   }
   #box_nocanvas {
      display: block;
   }
   div.box_leaderboard {
      margin: 10px;
   }
}
