<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover, a:focus, a:active {
  color: #ec0289;
}

.table {
  margin-bottom: 0;
}
.match-container .table tbody tr {
	background-color: #333 !important;
}

table.scrollable thead {
  display: block;
}

table.scrollable tbody{
  overflow-y: auto;
  display: block;
  max-height: 50vh;
}

.table-body-scroll {
  overflow-y: auto;
  display: block;
  max-height: 50vh;
}
.table-body-scroll::-webkit-scrollbar {
  width: 10px;
}
.table-body-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 20px #757575;
    border-radius: 5px;
}
.table-body-scroll::-webkit-scrollbar-thumb {
  background: #161616;
  border-radius: 10px;
}
.table-body-scroll::-webkit-scrollbar-thumb:hover {
  background: #333;
}
#systems table tbody {
  min-height: 300px;
  height: 50vh;
}

#systems th {
  text-align: center;
}

#systems-table td,
#systems-table th {
  width: 83px;
}

#systems-table td:nth-child(2),
#systems-table th:nth-child(2) {
  width: 400px;
  text-align: left;
}

#parameters {
  width: 100%;
}

.edit-param-box .system-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
}

#export-upcoming-box {
	margin-top: 10px;
}
/*------ TABLES --------*/

.wrapper {
  background-color: #1a1a1a;
  padding: 0 0 10vh 0;
}

table {
  background-color: #333333;
  padding-bottom: 20px;
  border: none !important;
  color: #ffffff;
  border-radius: 6px;
}
.valueratings-header-color thead {
  background-color: #960258;
  border-radius: 6px;
}
table tr td:first-child, table tr th:first-child {
  padding-left: 15px;
}

table tr td:last-child {
  padding-right: 15px;
}

.sortable,
#parameters {
  border-radius: 0 0 6px 6px;
}

table thead {
  border-bottom: 2px;
  border-color: #ffffff;
}

table.table th {
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
}

.table&gt;thead&gt;tr&gt;td,
td {
  border: 0;
}

th,
#parameters th {
  border-bottom: 1px solid #999999 !important;
  text-transform: none;
  color: white;
}
.header-width-table {
  width: 290px;
}
.header-width-table-smaller {
	width: 82px;
}
.header-width-table-small {
  width: 12%;
}
.table tbody tr .header-width-table&gt;td {
  width: 82px;
}
.header-width-table-lage
table td {
  /* vertical-align: baseline;
  font-family: "Montserrat", Helvetica, sans-serif;  */
  color: #b3b3b3 !important;
  font-size: 15px !important;
  border: 0;
}

/*------ BTN ------*/

.btn-u-blue {
  background-color: #0775a4 !important;
}

.btn-u-orange,
.btn-u-blue {
  border-radius: 24px;
  height: 45px;;
  margin: 10px;
}

.exportsys,
.createsys,
.renamesys,
.copysys,
.deletesys,
.open_parameters,
.foldersys {
  width: 110px;
  height: auto;
  margin: 0 5px 0 5px;
  background-color: #960258 !important;
  text-transform: none;
  font-weight: bold;
}

.createsys {
  background-color: #f490d8 !important;
  color: #960258;
}

.runsys {
  margin: 0 0 50px 0;
  background-color: #0775a4 !important;
}

.controls {
  background-color: #960258;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px;
  color: #ffffff;
}

/*------ TEXTS ------*/

h1 {
  text-transform: uppercase;
  color: #e6e6e6;
  margin: 0;
}

hr {
  margin: 03px 3px 20px 3px;
  background-color: #666666;
  height: 2px;
}

#upcomminggames {
  color: #e6e6e6;
}

.controls button.btn-u.btn-u-blue {
  color: #f490d8;
}

table input {
  width: 18px;
  height: 18px;
}

tr.selected {
  background-color: #4D4D4D;
}

table .selected td {
  color: #0AA9ED !important;
  font-weight: bold;
}
.edit-param-box button {
  color: #f490d8;
  display: inline;
  float: right;
  width: 60px;
}

button.btn-u.btn-u-orange.runsys:hover {
  background-color: #0AA9ED !important;
}

#historicOptionsContainer img,
#historicTableContainer img,
#upcomingMatchesContainer img {
  max-width: 35px;
  height: auto;
  padding: 6px;
}

.historic-label,
.matchlist-bottom {
  background-color: #960258;
  color: white;
  padding: 10px;
}

.historic-label {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.matchlist-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

table.table.historic {
  border-radius: 0;
  margin: 0;
}

.historic-table-holder,
.historical-options-table-container {
  height: 460px !important;
  overflow: auto;
  background-color: #3f3f3f;
}


.historical-options-table-container {
  border-radius: 6px;
}

.historical-options-table-container table {
  border-radius: 6px !important;
  margin: 0;
}

/* ----- Change page width ----- */

@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
}

.controls {
  height: 53px;
}

.params_container {
  height: 443px;
  background-color: #3f3f3f;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: auto;
}

#systemlist {
  height: 377px !important;
}

#parameters {
  padding-left: 15px;
  padding-right: 15px;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
  color: #555555 !important;
}

.rateing-table {
  background: #3f3f3f;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 20px;
  text-align: center;
}

.text-primary {
  color: #ec0289;
}

.rating-info {
  padding: 0 20px 20px;
  text-align: left;
}

table th[data-toggle="popover"]:hover {
  cursor: pointer;
}

.header-fixed {
  width: 100%;
}

.header-fixed&gt;thead,
.header-fixed&gt;tbody,
.header-fixed&gt;thead&gt;tr,
.header-fixed&gt;tbody&gt;tr,
.header-fixed&gt;thead&gt;tr&gt;th,
.header-fixed&gt;tbody&gt;tr&gt;td {
  display: block;
}

.header-fixed&gt;tbody&gt;tr:after,
.header-fixed&gt;thead&gt;tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

.header-fixed&gt;tbody {
  overflow-y: auto;
  height: 150px;
}

.header-fixed&gt;tbody&gt;tr&gt;td,
.header-fixed&gt;thead&gt;tr&gt;th {
  float: left;
}

.popover-content {
  color: #fff;
  background-color: #333;
}
.popover-content .title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.popover &gt; .popover-title {
  color:#ffffff !important;
}

.popover &gt; .popover-content{
  color:#ffffff !important;
}

.popover-title {
  background-color: #960258 !important;
}

.rating-avg {
 display: inline-block;
 padding-right: 10px;
 text-align: center;
 font-size: 12px;
 padding-left: 20px;
}
.caption {
 display: block;
}
.rating-avg:nth-child(1){
 padding-left: 260px;
}
.myModal-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c2c2c682;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    padding-top: 15%;
    color: #000;
}
</pre></body></html>