<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bluegradient {
  /*
  background: rgba(91, 164, 223, 1);
  background: -moz-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(46, 127, 193, 1)));
  background: -webkit-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#2e7fc1', GradientType=1);
  */
  border: none;
  background: #0081c3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0081c3), color-stop(100%, #00a6e3));
  background: -webkit-gradient(linear, left top, left bottom, from(#0081c3), to(#00a6e3));
  background: linear-gradient(to bottom, #0081c3 0%, #00a6e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0081c3', endColorstr='#00a6e3', GradientType=0);
}

button.bluegradient:hover {
  background: #00a9e3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00a9e3), color-stop(100%, #0083c4));
  background: -webkit-gradient(linear, left top, left bottom, from(#00a9e3), to(#0083c4));
  background: linear-gradient(to bottom, #00a9e3 0%, #0083c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a9e3', endColorstr='#0083c4', GradientType=0);
  /*
  background: rgba(91, 164, 223, 1);
  background: -moz-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(46, 127, 193, 1)));
  background: -webkit-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -o-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: -ms-linear-gradient(top, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  background: linear-gradient(to bottom, rgba(91, 164, 223, 1) 0%, rgba(46, 127, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#2e7fc1', GradientType=0);
  */
}

@media (max-width: 980px) {
  #header {
    padding: 6px 15px 12px;
  }
  #nav-main .nav &gt; li:last-child {
    display: none;
  }
  #content .content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #statistics-page .nav-tabs &gt; li {
    width: 40%;
    margin: 0 2% 0;
  }
}

@media (max-width: 670px) {
  #nav-mobile {
    background-color: #58a8ea;
    color: #fff;
  }
  #nav-mobile .navbar {
    margin-bottom: 0;
  }
  #nav-mobile .navbar-header .label {
    font-size: 16px;
    font-weight: 400;
    padding-top: 8px;
    float: left;
  }
  #nav-mobile .navbar-toggle {
    margin-right: 6px;
  }
  #nav-mobile .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  #nav-mobile .navbar-nav li &gt; a:focus, #nav-mobile .navbar-nav li &gt; a:hover {
    background-color: #2e7ec1;
  }
  #nav-mobile .navbar-nav a {
    font-size: 13px;
    background-color: transparent;
    color: #fff;
  }
  #nav-mobile .navbar-nav .dropdown a {
    font-size: 12px;
  }
  #header {
    padding: 6px 15px 12px;
  }
  #header #language-switcher {
    margin-bottom: 0;
  }
  #header #language-switcher li {
    font-size: 12px;
  }
  #header h2 {
    font-size: 14px;
  }
  #sidebar {
    display: none;
  }
  .breadcrumb li:last-child {
    display: none;
  }
  #content {
    padding-top: 0;
  }
  #content .content h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .print {
    display: none;
  }
  #statistics-page h2 {
    margin-top: 10px;
  }
  #statistics-page .nav-tabs &gt; li {
    width: 49%;
    margin: 0 1% 0 0;
  }
  #statistics-page .nav-tabs &gt; li &gt; a span {
    padding: 4px 6px;
    background-image: none !important;
  }
  .stats-buttons {
    padding-top: 0;
  }
  .stats-buttons .stats-button {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=touch.css.map */</pre></body></html>