/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

.sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.container {
  width: 100%;
  text-align: center;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.logo {
  width: 100%;
  text-align: center;
  margin: auto;
  background-image: linear-gradient(to right, #1b193e, #0255a4, #1b193e);
}

.logo img {
  height: 150px;
}

.body {
  width: 100%;
  border-top: 8px solid #1b1b1b;
  border-bottom: 8px solid #1b1b1b;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.contain {
  background-color: rgba(0,0,0,0.8);
  width: 60%;
  text-align: center;
  margin: auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu {
  width: 100%;
  display: block;
  margin: auto;
}

.menu a {
  width: 20%;
  display: inline-block;
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 25px;
}

.menu a:hover {
  color: #e10019;
}

.result {
  width: 90%;
  text-align: center;
  margin: auto;
}

.result th {
  background-image: linear-gradient(to bottom, #e10019, #8b0000);
  color: white;
  font-size: 1em;
  padding: 10px;
}

#top {
  border-radius: 20px 20px 0px 0px;
}

#bottom {
  border-radius: 0px 0px 20px 20px;
}

.result {
  border-spacing: 10px;
  border-collapse: separate;
}

.res-num {
  width: 3%;
  background-image: url(../img/num.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: table-cell;
  font-size: 3em;
  font-weight: bold;
  color: white;
}

.res-desc {
  width: 5%;
  background-image: none;
  vertical-align: middle;
  height: 110px;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  display: table-cell;
  color: white;
  padding-left: 20px;
}

.live {
  margin-bottom: 20px;
}

.partner {
  background-color: rgba(255,255,255,0.4);
  width: 90%;
  display: block;
  margin: auto;
}

.partner p {
  padding: 10px;
  text-align: left;
  color: white;
  font-size: 14px;
}

.partner img {
  display: inline-block;
  width: 80%;
  text-align: center;
}

.footer {
  width: 100%;
  background-image: linear-gradient(to bottom, #fbfbfb, #a9a9a9);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: block;
}

.footer p {
  width: 100%;
	color: black;
	text-align: center;
	margin: auto;
	display: inline-block;
}

.desc {
  margin: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #cecbc8;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.history {
  width: 95%;
  text-align: center;
  margin: auto;
  border: 3px solid #585858;
}

.history th {
  width: 14%;
  color: white;
  font-size: 1em;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  padding: 7px;
  border: 3px solid #585858;
}

.history td {
  width: 14%;
  color: white;
  font-size: 0.9em;
  padding: 8px;
  background-color: rgba(0,0,0,0.1);
  border-left: 3px solid #585858;
  border-right: 3px solid #585858;
  vertical-align: middle;
}

.pagination-outer { width: 100%; margin: 15px auto; text-align: center; overflow: hidden; display: flex; }
.bordered-pagination { margin: 0 auto; padding: 0; text-align: center; }
.bordered-pagination li { display: inline; }
.bordered-pagination li a { font-size: 1em; display: block; text-decoration: none; color: white; padding: 5px 10px; border: 1px solid #585858; float: left; }
.bordered-pagination li a.active { background-color: #585858; }
.bordered-pagination li a:hover:not(.active) { background: #585858; }

@media only screen and (max-device-width: 1000px) {
  .contain {
    width: 100%;
  }

  .menu a {
    width: 30%;
    font-size: 1em;
  }

  .result {
    width: 100%;
  }

  .result th, .result td {
    padding: 20px;
  }

  .res-desc {
    width: 3%;
    height: 55px;
    font-size: 1em;
  }

  .res-num {
    font-size: 1.8em;
  }

  .partner p {
    font-size: 12px;
  }

  .partner img {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-device-width: 450px) {
  .logo img {
    height: 100px;
  }

  .result th, .result td {
    padding: 15px 5px;
  }

  .history th {
    font-size: 0.8em;
  }

  .history td {
    font-size: 0.7em;
  }
}
