article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0 0 0 0; list-style: none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ol {list-style: decimal;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: JONAS JONAS
   ========================================================================== */

body, html {height: 100%;}
body {font: 20px/1.3 sans-serif;background: rgb(22,22,22);color: #fff; margin-left: auto;margin-right: auto;width: 100%;padding: 20px; font-weight:normal; font-style:normal;}

h1, .h1 {font-size: 40px; font-weight: normal; margin: 0; padding: 0;}
h2, .h2 {font-size: 20px; font-weight: normal; margin: 0; padding: 0;}
h3, .h3 {font-size: 16px; font-weight: normal; margin: 0; padding: 0;}
h4, .h4 {font-size: 12px; font-weight: normal; margin: 0; padding: 0;}
h5, .h5 {font-size: 18px; font-weight: normal; margin: 0; padding: 0;}
h6, .h6 {font-size: 20px; font-weight: normal; margin: 0; padding: 0;}

h1 a, a {color: #fff; text-decoration: none;}
#main-header h1 {float: left; line-height:1; margin-bottom: 10px;}
#countdown h1, #countdown h2 {font-size: 16px; line-height:1;}
#countdown {float: right; width: 50%;}
#countdown .innercountdown {float: right;}
#countdown h1 {margin-right: 20px;}
#countdown h1, #countdown h2 {float: left;}
#countdown h2 {color: rgb(240,100,100);}
#main-header {position: fixed;top: 0;width: 100%;padding: 30px 40px 0 90px;left: 0;background: rgb(22,22,22);border-bottom: 1px solid; z-index: 100;}
#main-header .subline {display:block;clear: both;font-size: 14px;/* padding-left:40px; */padding-top: 20px;padding-bottom: 5px; text-transform: uppercase;}

html.performance #main-header {padding: 0;}

#main-header.top30 {border-bottom: 0;}

#container {margin: 80px auto; padding: 0 40px;}
#content {margin-top: 120px;}
ul {padding-left: 32px;}
ol {padding-left: 32px; padding-right: 32px; width: 50%; float: left;}
ol li {line-height: 1.3;}

#pieces, #pieces li {line-height: 1.3; list-style: disc; }
#top30, #top30 li {line-height: 1.3; list-style: decimal; }
li {padding: 8px 0 4px 0;}
/*li:before {  
  content: "— ";
}
*/
.hidden {display: none;}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

.center {text-align: center;}
.tup {text-transform: uppercase;}
.clear {clear: both;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */  
}
.rank {padding-right: 10px;}

.thankyou {display: none; position: fixed; bottom: 40px; left: 0;width: 100%; text-align: center;}
.thankyou span {background: rgb(22,22,22); padding: 10px 20px;}


#finished {position: absolute; bottom: 10%; width: 90%;}
#startPerformance, #finished {color: cyan !important;}
#nextPerformanceh1 #nextPerformance {color: cyan !important;}


.thnu {position: absolute; font-size: 18px; display: inline-block; padding: 4px 8px; color: rgb(244,151,88); background: rgb(22,22,22);  z-index: 2;}
.toptop {position: absolute; font-size: 18px; display: inline-block; padding: 4px 8px; color: rgb(244,151,88); background: rgb(22,22,22);  z-index: 2; min-width: 160px; text-align: left; top: 55px; right: 30px;}



#countdown {cursor: pointer; }

@media only screen and (max-width: 880px) {
  #countdown {float: none; clear: both;}
  #content {margin-top: 160px;}
}