<html><head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main text. */

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

  /* Device checker */
  /* min-width: 769px */

@media screen and (orientation: landscape) {
  #navigation {display:block; line-height: 45px;}
  #show:checked ~ #navigation {display:none;}
  input {opacity: 0;}
.desktop {display: block;}
.mobile {display: none;}
.desktop {visibility: visible;}
.mobile {visibility: hidden;}
body {font-size: 20px;}
.main h4 {font-size: 16px;}
.main h3 {font-size: 20px;}
.main h2 {font-size: 23px;}
.main h1 {font-size: 28px;}
#navigation {font-size: 18px;}
#navigation .button, #navigation .smallbutton {margin: 0% .5% 0% .5%}
.button, .smallbutton {padding: 8px 25px 8px 25px; margin: 10px 0px 10px 0px; border: 2px solid black;}
}

@media screen and (orientation: portrait) {
  #navigation {display:none; line-height: 45px;}
  #show:checked ~ #navigation {display:block;}
  input {opacity: 0;}
.desktop {display: none;}
.mobile {display: block;}
.desktop {visibility: hidden;}
.mobile {visibility: visible;}
body {font-size: 15px;}
.main h4 {font-size: 14px;}
.main h3 {font-size: 16px;}
.main h2 {font-size: 18px;}
.main h1 {font-size: 23px;}
#navigation {font-size: 18px; text-align: center}
.button, .smallbutton {padding: 5px 20px 5px 20px; margin: 0% 2% 0% 2%; border: 1px solid black; text-align: center;}
}

@media screen and (orientation: landscape) {
  #groups {display:block; line-height: 45px;}
  #groupshow:checked ~ #groups {display:none;}
  input {opacity: 0;}
.desktop {display: block;}
.mobile {display: none;}
.desktop {visibility: visible;}
.mobile {visibility: hidden;}
body {font-size: 20px;}
.main h4 {font-size: 17px;}
.main h3 {font-size: 20px;}
.main h2 {font-size: 23px;}
.main h1 {font-size: 28px;}
#groups {font-size: 18px;}
#groups .button, #groups .smallbutton {margin: 0% .5% 0% .5%}
.button, .smallbutton {padding: 8px 25px 8px 25px; margin: 10px 0px 10px 0px; border: 2px solid black;}
}

@media screen and (orientation: portrait) {
  #groups {display:none; line-height: 45px;}
  #groupshow:checked ~ #groups {display:block;}
  input {opacity: 0;}
.desktop {display: none;}
.mobile {display: block;}
.desktop {visibility: hidden;}
.mobile {visibility: visible;}
body {font-size: 15px;}
.main h4 {font-size: 14px;}
.main h3 {font-size: 16px;}
.main h2 {font-size: 18px;}
.main h1 {font-size: 23px;}
#groups {font-size: 18px; text-align: center}
.button, .smallbutton {padding: 5px 20px 5px 20px; margin: 0% 2% 0% 2%; border: 1px solid black; text-align: center;}
}

body {
  background-image: url(/Spectator%20Mode/styles/Subsystems/Backgrounds/Cz.BG.png);
  background-size: cover;
  resize: both;
  color: #232325;
  font-family: Verdana, Arial, Serif;
  line-height: 35px; 
  background-repeat: repeat;

}

h1, h2, h3, h4 {
  color: #000;
}
html{ 
  background-image: linear-gradient(#232325 0%, #e91818 50%,);
  background-repeat: no-repeat;
  min-height: 100%;
}
body {
  color: #9e1e9e;
  font-family: Verdana;
}

.main {
  border: 3px solid black;
  padding: 0px 20px 10px 20px;
  background: linear-gradient(90deg, #616161, #121212, #616161);
  color: #fff;
  border-radius: 15px;
  margin: 1% 2% 2% 2%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35), -5px 0px 5px rgba(0, 0, 0, 0.35);
}
.main h2 {
  padding-top: 5px;
  }
  
.main p {
  padding: 5px 1% 5px 1%;
}

.mainnf {
  border: 4px solid black;
  padding: 0px 20px 10px 20px;
  font-size: 20px;
  background-color: #9e1e9e;
  color: #fff;
  border-radius: 15px;
  margin: 5% 25% 2% 25%;
}

nav {
    padding: 0px 5px 0px 5px;
    margin: 0% 2% 0% 2%;
    line-height: 25px;
}

label {
  cursor: hand;
}

/* Links */

a:link {
  color: #858585;
  text-decoration: underline;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}

/* Misc. Formatting */

hr {
 border: 2px solid black; 
}

.highlight:hover {
    color: #9f80c0;
}
  .secret {
  display: none;
}
  
code {
  font-size: 12px;
  padding-right: 10%;
  padding-left: 10%;
  word-break: break-all;
}

.button, .smallbutton{
  border-radius: 10px;
  box-shadow: 2px 2px 2px #17144e;
  background-color: #000;
}
  
.button:hover, .smallbutton:hover {
  background-color: #fff;
}

.button:focus, .smallbutton:focus {
 outline: 1px solid #56bb71; 
}

input[type="checkbox"]:focus + label {
  outline: 1px solid #3e9c58;
}

label {
 color: #a1a1a2;
 line-height: 20px;
 margin-bottom: 5px;
}
</pre></body></html>