<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Nice fonts */

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400); */

/* @import url(http://fonts.googleapis.com/css?family=Inconsolata); */

@import url(http://fonts.googleapis.com/css?family=Lato&amp;subset=latin,latin-ext);
/* fixing Font Awesome */

/* Tooltip container */
.l, .l &gt; time, .l&gt;a{
  background-color: #214478 !important;
  color: white;
}
.avoidwrap {
  display: inline-block;
}

.fa-envelope {
  position: relative;
  margin: 0 2px;
}

/* Tooltip text */

.fa-envelope .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.fa-envelope:hover .tooltiptext {
  visibility: visible;
}

.fa-envelope .tooltiptext {
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
body{
  background-color: #ddd;
}
main {
  max-width: 1000px;
  margin: auto;
}

/* Selecting the main page header and making it nice */
a{
color:#000;
}
.menu &gt; a:hover{
color:red !important;
}
a:hover {
  text-decoration: none;
  color: #ff6262 !important;
}
a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}
footer{
  box-shadow: 0 -3px 6px rgba(157, 200, 255, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
div#page-wrapper&gt;header {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 5px 0;
  align-items: center;
}

.kontakt-popup {
  margin-left: 5px;
  margin-top: 5px;
}

#fb {
  color: #222 !important;
  transition: ease-out 0.2s;
}

#fb:hover {
  color: #3B5998 !important;
}

#mail {
  color: #222 !important;
  transition: ease-out 0.2s;
}

#mail:hover {
  color: #ffff4d !important;
}

.tournamentInfo {
  text-align: center;
}

.tournamentInfo p {
  font-style: oblique;
  font-size: x-large;
  margin: 0;
}

.tournamentInfo h1 {
  margin: 0;
}

/* General lay-out*/

.flex-horizontal {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

/* Playing with footer */

footer p {
  font-style: oblique;
}

/* More random stuff */

time {
  font-weight: bold;
}

.label-tournament {
  width: 78px;
  vertical-align: middle;
}

.label-important {
  background-color: #b94a48;
  margin-left: -5px;
}

.live {
 	-webkit-animation: progress-bar-stripes 2s linear infinite;
 	-o-animation: progress-bar-stripes 2s linear infinite;
 	animation: progress-bar-stripes 2s linear infinite;
 	animation-direction: reverse;
}
.done{
  background-color: #80ffaa !important;
  color: #000 !important;
}
/* No print  */

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
  .navbar, .image, .f, body&gt;center&gt;table&gt;tbody {
    display: none !important;
  }
  /* Fixing printing url in firefox */
  a:link:after, a:visited:after {
    content: "" !important;
  }
}

/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes scale {
  to {
    transform: scale(1.05);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*////////////////////////////////////////*/

.content {
  text-align: center;
  font-family: Lato, Trebuchet, Helvetica, Verdana, sans-serif;
  background-color: fff;
}
.menu&gt;a{
  color:black;
}
.shadow {
  background-color: #9dc8ff;
  color: black;
}

.day {
  background-color: #9dc8ff;
  color: black;
}
.today {
  background-color: #ff6262;
}

.fas, .fa {
  margin-right: 4px;
}

footer {
  padding: 0 30px;
  background-color:#9dc8ff;
  color: black;
  text-align: center;
}

.label {
  padding: 3px 9px;
}

footer {
  text-align: center;
}

footer&gt;p {
  margin: 0;
  font-size: 14px;
}
footer&gt;p&gt;a {
color:black!important;
}


@media screen and (min-width: 600px) {
  .day {
    position: relative;
    text-align: left;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 50px;
    margin: 10px;
  }
  .date {
    float: left;
    width: 125px;
    height: 100%;
    text-align: center;
    margin-top: 9px
  }
  .tours {
    float: left;
    line-height: 50px;
    display: flex;
    width: calc(100% - 125px);
    height: 100%;
    text-align: center;
  }
  .tour {
    text-align: center;
    flex: 1;
    height: 100%;
    display: inline-block;
    background: white;
    color: black;
  }
  .content&gt;div&gt;header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
  }
  .menu {
    text-align: center;
    max-width: 1000px;
    margin: auto;
  }
  .b {
    margin-bottom: 10px;
  }
  .menu&gt;a {
    display: inline-block;
    width: 24%;
    font-size: 18px;
    padding: 5px;
  }
  .tournamentInfo&gt;h1 {
    font-size: 32px;
  }
  .tournamentInfo&gt;p {
    font-size: 24px;
  }
  header {
    width: 1000px;
    margin: auto;
  }
  header&gt;div&gt;a&gt;img {
    margin: 5px;
    width: 75px;
  }
  .shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
  main {
    margin-bottom: 60px;
  }
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  footer&gt;p {
    padding: 10px 18%;
    ;
  }
  #fb {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-right: 15%;
    font-size: 24px;
  }
  #mail {
    position: absolute;
    top: 5px;
    left: 5px;
    margin-left: 15%;
    font-size: 24px;
  }
  .rwd-break {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .day {
    position: relative;
    display: inline-block;
    font-size: 5vw;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: calc(50% - 25px);
    height: 30vw;
    margin: 10px;
  }
  .date {
    height: 7vw;
  }
  .tours {
    display: flex;
    height: 23vw;
    text-align: center;
  }
  .tour {
    text-align: center;
    flex: 1;
    height: 100%;
    display: inline-block;
    background: white;
    color: black;
  }
  .content&gt;div&gt;header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
  }
  .menu {
    text-align: center;
  }
  .b {
    margin-bottom: 10px;
  }
  .menu&gt;a {
    display: inline-block;
    width: calc(50% - 10px);
    font-size: 3.5vw;
    padding: 5px;
  }
  .label {
    font-size: 4vw;
    margin-bottom: 10px;
    display: block;
    margin: auto;
    width: 78%;
  }
  .solo {
    width: 35% !important;
  }
  .tournamentInfo&gt;h1 {
    font-size: 20px;
  }
  .tournamentInfo&gt;p {
    font-size: 16px;
  }
  header&gt;div&gt;a&gt;img {
    margin: 5px;
    width: 50px;
  }
  .label-tournament {
    min-width: 0px;
  }
  footer {
    position: relative;
  }
  footer&gt;p {
    padding: 10px 30px;
  }
  .shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 10px;
    position: sticky;
    top: 0px;
    z-index: 1000;
  }
  #fb {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 20px;
  }
  #mail {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 20px;
  }
}

/* scroll */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #4d9aff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #006eff;
}

::-webkit-scrollbar-track {
  background-color: #9dc8ff;
}

.no-select-fe {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
</pre></body></html>