<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pcHeader,#mobileHeader{
text-align:center;
margin-bottom:10px;
}
.clickable {
  cursor: pointer;
  font-weight: 700 !important;
  color: #6c757d !important;
}

.clickable:hover {
  text-decoration: underline;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  vertical-align: middle;
}

#buttonsRow {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 5px;
}

.btnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
}

@media (min-width: 576px) {
  #buttonsRow {
    display: block;
    width: 50px;
    height: 100%;
  }
  .btnContainer {
    width: 100%;
    height: 25%;
  }
}

.table-img {
  vertical-align: baseline;
}

#bImage {
  max-width: 6em;
}

#marginCol {
  width: 60px;
}

@media (min-width: 1200px) {
  #tabB {
    max-width: 500px;
  }
}

#footerImg {
  max-width: 8em;
}

.tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
  border: 1px solid #212529;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #212529;
}

.might-be-long-cell {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tdMail {
  font-weight: 500 !important;
}

@media print {
  .row {
    display: block;
  }
  footer .row {
    display: flex !important;
  }
  table tr td, table tr th, table .clickable, #pairH, footer, .boardInfo {
    color: #000000 !important;
  }
  .clickable, a.clickable {
    font-weight: 500 !important;
    text-decoration: none;
  }
  #myBody {
    min-width: auto !important;
  }
  #buttonsRow, #boardNavUp, #boardNavDown {
    display: none !important;
  }
  #contentB .row {
    display: flex;
  }
  #scoresTable {
    display: block !important;
  }
}

/*MOJE*/

#topNavbar, #topNavbar div, .navbar, .navbar-brand, .nav-link {
  background-color: #222 !important;
  color: white !important;
}

.badge-primary {
  background-color: #222 !important;
  color: #fff;
  -webkit-animation: Gradient 15s linear infinite;
  -moz-animation: Gradient 15s linear infinite;
  animation: Gradient 15s linear infinite;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

.navbar-brand {
  display: none;
}

.nav-link {
  font-size: 18px;
}

.tournamentInfo {
  text-align: center;
}

#contentR td {
  vertical-align: middle !important;
}

#contentR td:nth-child(7),
#contentR td:nth-child(8),
#contentR td:nth-child(9),
#contentR td:nth-child(1) {
  font-size: 16px;
  text-align: center !important;
}
#contentR td,
#contentR th
{
  text-align: center !important;
}

#contentR td:nth-child(3) {
  cursor: pointer;
  font-weight: 700 !important;
  color: #6c757d !important;
}
/*
.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: #56ff94;
  background-color: transparent;
  background-image: none;
  border-color: #56ff94;
  border-top-color: rgb(86, 255, 148);
  border-right-color: rgb(86, 255, 148);
  border-bottom-color: rgb(86, 255, 148);
  border-left-color: rgb(86, 255, 148);
}
</pre></body></html>