/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress
Saved: Sep 06 2025 | 14:31:45 */
.nnc-table {
  color: #0f2a5e;
  font-weight: 600;
}

.nnc-sidebar {
  font-size: 0.8em;
}

.nnc-table thead th {
  color: #fff;
  background: #3095fe;
}

.nnc-table thead th:first-child {
  border-radius: 10px 0 0 10px;
  border: 0px;
}

.nnc-table thead th:last-child {
  border-radius: 0 10px 10px 0;
  border: 0px;
}

.nnc-table thead .column-1 {
  text-align: left;
}

.nnc-table thead .column-4 {
  text-align: left;
}

.nnc-table .column-1, .nnc-table .column-2, .nnc-table .column-3, .nnc-table .column-4, .nnc-table .column-5 {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

.nnc-table tbody .column-2 {
  text-align: left;
/*  font-weight: bold;*/
  text-transform: uppercase;
}

.nnc-table .column-2 p {
  margin: 0;
  padding: 0;
}

.nnc-table .column-4 ul, .nnc-table .column-4 li:before {
  content: "• ";
  color: red;
}

.nnc-table .column-4 ul, .nnc-table .column-4 li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0.4em;
  text-indent: -.7em;
  text-align: left;
  line-height: 1em;
  color: #0f2a5e;
  font-size: 0.95em;
}

.nnc-table .amount .bonus {
  color: #3095fe;
  font-size: 1.5em;
}

.nnc-table .amount .freespins {
  color: #f1420a;
  font-size: 1.2em;
}

/*.nnc-sidebar .amount .bonus {
  font-size: 1.3em;
}*/

.nnc-sidebar .amount .freespins {
  font-size: 1.1em;
}

@media (max-width: 850px) {
  .nnc-table .column-4 {
    display: none;
  }
}

@media (max-width: 757px) {
  .nnc-table .column-3 {
    display: none;
  }
}

@media (max-width: 1150px) and (min-width: 1025px) {
  .nnc-table .column-4 {
    display: none;
  }
}

@media (max-width: 1350px) and (min-width: 1025px) {
  .nnc-sidebar .column-2 {
    display: none;
  }
}

@media (max-width: 415px) {
  .nnc-table .column-1 img {
    max-width: 50px;
    height: auto;
  }
}

@media (max-width: 340px) {
  .nnc-table tbody .column-2 {
    font-size: 0.7em;
  }
/*  .nnc-table .column-2 .amount .bonus {
    font-size: 1em;
  }
  .nnc-table .column-2 .amount .freespins {
    font-size: 0.8em;
  }*/
  .nnc-table tbody .column-5 a {
    font-size: 0.7em;
  }
}

@media (max-width: 280px) {
  .nnc-table .column-2 {
    display: none;
  }
}
.clearfix::after{content:"";display:table;clear:both}
