body{background:black;color:#f0f0f0;font-family:"Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;}
a,a:link,a:visited,a:active{color:#FF9900;text-decoration:none;}
a:hover{color:#FF9900;text-decoration:underline; cursor:pointer; }
textarea,select,input[type=text],input[type=number],input[type=url],input[type=password]{ border-color:#444444; background-color:#000;color:#ddd;}
input[type=submit],input[type=button],a.fbutton,button {border-color:#000; background-color:#eead1b; color:#151515;font-weight:bold;ftext-shadow: 1px 1px 0px #f7d68d;border-radius:4px;}
button:hover {cursor:pointer;}
.btr, .btr button, .btr input[type=button]{background:transparent; border:0;padding:4px 12px;color:#FF9900;font-weight:normal;font-size: 13px;}
.btr:hover, .btr button:hover {background-color: #333;}
input::placeholder {color:#999}
.svtracker{width:980px;margin:10px auto; padding:4px;background:rgba(0, 0, 0, 0.75);}
.search_item {display:inline-block; color:#EBB90D; font-weight:bold; font-size:12pt; line-height:12pt;}
    header {
      width: 100%;
      background-image: linear-gradient(#e8bf00, #f38c41, #a9321b);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      height: 36px;
      position: relative;
      font-family:Helvetica;
      font-size:14px;
  /* New border styling */ 
  border: 1px solid rgba(0, 0, 0, 0.4);     /* darker, more neutral */
  border-radius: 4px; /* slightly rounded corners */
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);  /* subtle inner depth */    }
.logo img {margin:10px 0;}
.logo:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
    /* Nav and action sections */
    .nav-left,
    .nav-right {
      display: flex;
      align-items: center;
    }

    .nav-left a,
    .nav-right a {
      padding: 10px 16px;
      color: #000;
      text-decoration: none;
      font-weight:bold;
      text-transform: uppercase;
      border-left: 1px solid #d55a38;
    }

    .nav-left a:hover,
    .nav-right a:hover {
     background-color: rgba(255, 255, 255, 0.2); 
    }
.nav-left a.active,
.nav-right a.active {
     background-color: rgba(255, 255, 255, 0.25); 
    }

    .nav-right a {
      border-left: 1px solid #d55a38;
    }

    /* Hamburger */
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-toggle span {
      width: 25px;
      height: 3px;
      background: white;
      margin: 4px 0;
      border-radius: 2px;
    }
/* nav bar */
.navbar {background-image: linear-gradient(#000, #151515, #252525);padding:6px 4px;font-size:12px;}
.navbar a {text-decoration:none;}
.navbar a:hover {color:#fff;}
/* layouts */
.onebox {
  width: 100%;
  background: #1a1a1a;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:10px 0;
  overflow: hidden;
  position: relative;
}
.onebox2 {
  width: 100%;
  background-image: linear-gradient(#303030, #252525, #1a1a1a);
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:10px 0;
  overflow: hidden;
  position: relative;
}
/* Add background image on the right */
.onebox3 {
  position: relative;
  background-size: 50% 100%; /* 50% width, full height */
  padding: 10px;
  border: 1px solid #404040;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 5px 0;
  overflow: hidden;
  color: #fff;
}
/& top mini menu */
.topnavbg {
  width: 100%;
  border: 1px solid #343434;
  border-radius: 6px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.topnav {
  background-image: linear-gradient(#000, #101010, #202020);
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #ff9900;
  text-align: center;
  padding: 4px 12px;
  text-decoration: none;
  font-size: 13px;
}

.topnav a:hover {
  background-color: #333;
}

.topnav a.active {
  background-color: #6b1400;
  color: #fff;
}

.topnav a.role {
  background-color: #00566b;
  color: #fff;
}
.topnav a.pending {
  background-color: #000;
  color: #fff;
}

.topnav-right {
  float: right;
}
.topnav-right a{
  padding: 4px 4px;
}
.topnav-right a:hover{
  color: #ccc;
  background-color: transparent;
}
/* Bar at the top of .one-box */
.subtitle {
  width: 100%;
  background-image: linear-gradient(#303030, #252525, #1a1a1a);
  color: #ebb90d;
  text-shadow: 2px 2px 0px #000000;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
  margin: -10px -10px 10px -10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 98%;
  height: 1px;
  background-color: #373737;
}

.subtitle-right {
  color: #ebb90d;
  text-shadow: 2px 2px 0px #000000;
  font-size: 13px;
  font-weight: normal;
}
    /* side by side divs */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Important: avoid centering */
  gap: 10px;
}
/* side by side image - text */
.side-by-side {
  display: flex;
  align-items: center;       /* Vertically center text */
  gap: 12px;                 /* Space between image and text */
  padding: 5px;
  color: #fff;
}

.side-by-side img {
  border-radius: 4px;        /* Optional styling */
}

.side-by-side .text {
  font-size: 16px;
}
.side-by-side .text h1{
  font-size: 24px;margin:0px;display:inline;
}
/* server page info */
    .server-container {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
      font-size:14px;color:#ddd;
      font-family:Tahoma;
    }

    .server-info, .map-section {
      padding: 2px;
      flex: 1 1 400px;
    }
    .map-section {
      padding: 4px;
      flex: 1 1 100px;
    }
    .server-info {
    }
    .side-by-side .server-title h1 {font-family:Tahoma; font-size:16pt; color:#D7B180; text-shadow:2px 2px 0px #000000; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;margin:0;padding-bottom:4px; }

    .server-text {color:#dccb7b;}
    .map-section {
      display: flex;
      flex-direction: column;
      align-items: left;
      text-align: left;
      font-size:12px;
    }

    .section-title {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 2px;
      color: #49b630;
      font-weight:bold;
      border-bottom: 1px solid #444;
      padding-bottom: 2px;
    }
    .imgl {float:left;vertical-align:middle;margin-right:4px;height:14px;}
    .fimg {vertical-align:middle;}
    .fimg2 img{float:left;margin:2px;}
    .gray-all{filter: grayscale(100%);}
    .hp{cursor:help}
    .info-block {
      margin-bottom: 15px;
      line-height: 1.4;
    }

    .map-image {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      border: 1px solid #555;
      margin-bottom: 10px;
    }

    .map-name {
      font-size: 12px;
      font-weight: bold;
      color: #04AA6D;
      margin: 2px 0;
    }

    .stat-line {
      margin: 6px 0;
    }
  .ranking-bar {
    align-items: left;
    text-align:left;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 16px;
    background: linear-gradient(to right, #13ff11, #fffd00, #ef0100);
    border-radius: 4px;
    margin: 4px 0;
  }
  .ranking-marker {margin-left:10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: bold;
    font-family: monospace;
    white-space: nowrap;
    pointer-events: none;
  }
  .ranking-labels {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 8px 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #aaa;
  }
.server-desc {font-size:12px;}
    @media (max-width: 768px) {
      .server-info {
        border-right: none;
        border-bottom: 1px solid #444;
      }

      .map-section {
        align-items: flex-start;
      }
    }
/* table top and players */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.gt-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #1b1b1b;
    color: #ddd;
    font-size: 14px;
    min-width: 500px; /* keep layout sane */
}
.on{
    font-size: 13px;
}

/* Header styling */
.gt-table thead {
    background: linear-gradient(to bottom, #111, #070707);
}
.gt-table th {
    text-align: left;
    padding: 6px 0;
    font-weight: bold;
    font-size: 13px;
    color: #ff9900;
    white-space: nowrap;
}
.gt-table th .hp {
    cursor: help;
    border-bottom: 1px dotted #666;
}

/* Body styling */
.gt-table td {
    padding: 4px;
    border-bottom: 1px solid #111;
    white-space: nowrap;
}
.gt-table tbody tr{
    background-color: rgba(0, 0, 0, 0.3);border-left:4px solid transparent;
}
.gt-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);border-left:4px solid #ffcc00;
}

/* Rank column style */
.gt-table td:first-child {
    text-align: left;
    font-weight: bold;
    color: #ffcc00;
}

/* Responsive tweak for small screens */
@media (max-width: 600px) {
    .gt-table th, 
    .gt-table td {
        padding: 6px 4px;
        font-size: 12px;
    }
    .gt-table {
        min-width: 100%;
    }
}
/* Fixed width boxes */
.left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
  width: 650px;
  margin:10px 0;
}
.right-column {
  flex: 1;
  max-width: 320px;
  margin:10px 0;
}
.reverse-left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
  width: 320px;
  margin:10px 0;
}
.reverse-right-column {
  flex: 1;
  max-width: 650px;
  margin:10px 0;
}

.left-box {
  width: 650px;
  background: #1a1a1a;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:5px 0;
  overflow: hidden;
  position: relative;
  order: 0;
}

.right-box {
  width: 320px;
  align-self: flex-start;
  background: #1a1a1a;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:5px 0px 10px;
  overflow: hidden;
  position: relative;
}
.reverse-left-box {
  width: 320px;
  background: #1a1a1a;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:5px 0;
  overflow: hidden;
  position: relative;
  order: 0;
}

.reverse-right-box {
  width: 650px;
  align-self: flex-start;
  background: #1a1a1a;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin:5px 0 15px;
  overflow: hidden;
  position: relative;
}

    .container-top {
  display: flex;
  justify-content: flex-start; /* Important: avoid centering */
  gap: 10px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 5%, #1a1a1a 100%);
  padding: 4px;
  border: 1px solid #363636;
  border-radius: 6px;
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }

    /* Slideshow styles */
    .slideshow-wrapper {
      position: relative;
      width: 650px;
      height: 250px;
  flex: 0 0 auto;border:1px solid #555;
      overflow: hidden;border-radius: 10px;
    }

    .slideshow-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
border-radius: 6px;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 1;
    }

    .slideshow-slide.active {
      opacity: 1;
      z-index: 2;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      background: linear-gradient(to right, rgba(0,0,0,0.5) 30%, transparent 100%);
      display: none;
      flex-direction: column;
      justify-content: center;
      pointer-events: auto;
    }
.overlay-buttons {
  display: flex;
  justify-content: left;
  gap: 12px;
  margin-top: 5px;
}

.overlay-buttons a {
  display: inline-block;
  font-size: 16px;
  color: orange;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  white-space: nowrap;
}
.overlay-buttons a:hover {
  text-decoration: underline;
}
    .overlay.active {
      display: flex;
    }

    .overlay h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .overlay ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .overlay ul li {
      margin: 5px 0;
      font-size: 14px;
    }

    .overlay a {
      font-size: 20px;
      margin-right: 6px;
      color: orange;
      text-decoration: none;
      font-weight: bold;
    }

    /* Buttons */
    .slider-controls {
      position: absolute;
      bottom: 15px;
      right: 20px;
      z-index: 4;
    }

    .slider-controls button {
      background: rgba(0, 0, 0, 0.4);
      border: none;
      color: #999;
      padding: 8px 12px;
      margin: 0 5px;
      cursor: pointer;
      font-size: 14px;
      border-radius: 4px;
    }
    .slider-controls button:hover {
      color: #fff;
    }

.stats {
  flex: 0 0 auto;
  width: 298px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  gap: 6px;
  padding: 0;
  margin: 0;
  align-items: start;
}

.stats-title {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
  margin: 0;
  line-height: 1.2;
  color:#ebb90d;
text-shadow: 2px 2px 0px #000000;
}

.stat-box {
  background-image: linear-gradient(#4e4b44, #2e2c2a, #242424);
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #000;
  margin: 0;
  height: 48px;
  box-sizing: border-box;
}

.stat-box img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.stat-box .text {
  font-size: 11px;
  line-height: 1.1;
}
.stat-box .texttitle {
color: #bfbe9d;
}

.stat-box .text2 {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
/* servers list */
.search-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.search-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.search-group {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  flex: 1;
}

.search-label {
  color: #ebb90d;
  text-shadow: 2px 2px 0px #000000;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
}

.search-submit {
  color: #151515;
  padding: 0px 8px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  height: 18px;
  align-self: flex-start;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.item_display_block {display:block;}
.tablesv {color:#cfcfcf;font-size:14px;}
.tablesv thead a {color:#dccb7b;text-decoration:none;font-size:14px;}
.tablesv thead,.tablesv th {background:#101010;padding:2px 0;text-align:left}
.tablesv {border: 1px solid #545454;}
.tablesv td {border-bottom: 1px solid #000;padding:2px 0;}
.tablesv tr:nth-child(even) {background: #202020}
.tablesv tr:nth-child(odd) {background: #303030}
.paging {
  text-align: center;
  margin: 4px auto;
  font-size: 12px;
  color: #ccc;
}

.paging a, .paging span {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 1px;
  text-decoration: none;
  color: #d07e09;
  background-image: linear-gradient(#252525, #151515, #000);
  border: 1px solid #333;
}

.paging a:hover {
  background-color: #333;
  color: #fff;
}

.paging span {
  background-color: #2a2a2a;
  color: #ddd;
}

.paging .gap {
  padding: 6px;
  color: #888;
  background: transparent;
  border: none;
}

.paging .view-section {
  margin-left: 20px;
  color: #aaa;
}

.paging .view-section a,
.paging .view-section span {
  margin-left: 5px;
}
  /* Responsive: stack vertically on very small screens */
  @media (max-width: 500px) {
    .search-form {
      flex-direction: column;
      align-items: stretch;
    }
    .search-group {
      width: 100%;
      min-width: auto;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .search-label {
      margin-bottom: 0;
      white-space: normal;
      margin-right: 10px;
      flex-shrink: 0;
    }
    .search-input, .search-select {
      min-width: 0;
      flex-grow: 1;
    }
    .search-submit {
      width: 100%;font-size:20px;height: 24px;
      align-self: stretch;
    }
  }
/* friends box */
.friends-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  overflow: hidden;
}
.borderbox {
  text-align: center;
  display: inline-block;
  margin: 2px;
  box-sizing: border-box;
}
.child {
  border: 1px solid #000;
  background:#252525;
  display: block;
  margin: auto;
}
.child img {
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
}
.child img:hover, .child:hover {
  border: 1px solid #ffd800;
}
/* footer start */
.site-footer {
  background-image: linear-gradient(#151515, #101010, #000);
  border: 1px solid #343434;
  border-radius: 6px;
  color: #8c8c8c;
  font-family: sans-serif;
  font-size: 14px;
  padding: 0px 20px 0px;
  margin:10px 0;
}

.footer-container {
  max-width: 980px;
  margin: 0 auto;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.footer-colone {
  flex: 1 1 500px;
  min-width: 180px;
}

.footer-col {
  flex: 1 1 190px;
  min-width: 180px;
}

.footer-col h6,.footer-colone h6 {
  color: #b1a373;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-col p {
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #8c8c8c;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer hr {
  border-color: #404040;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-bottom a {
  color: orange;
  text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.icon {
  display: inline-block;
  background: #444;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
}

.icon:hover {
  background: #666;
}
.top-games-table {
  width: 100%;
}

.top-games-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  background-color: #252525;
}

.top-games-table thead {
  background-color: #101010;color:#d7b180;
}

.top-games-table th,
.top-games-table td {
  padding: 2px 2px;
  text-align: left;
  white-space: nowrap;
}

.top-games-table th:nth-child(3),
.top-games-table td:nth-child(3) {
  text-align: right;
}

.top-games-table td img {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  vertical-align: middle;
}

.top-games-table a {
  color: #ff9900;
  text-decoration: none;
}

.top-games-table tr:hover {
  background-color: #333;
}
    .hpagination a { padding: 5px 10px; text-decoration: none; border: 1px solid #ccc; margin: 0 2px;}
    .hpagination strong { padding: 5px 10px; border: 1px solid #000; background: #ddd; }
article h3 {color:#dccb7b;}
article {border-bottom:1px solid #353535;}
article time {font-size:14px;color:#777;}
.alert{padding:15px 20px;margin:10px 0;border-radius:8px;font-family:sans-serif;font-size:16px;color:#fff;box-shadow:0 2px 6px rgb(0 0 0 / .1)}.alert.success{background-color:#885000;border:2px solid #ff9601}.alert.warning{background-color:#9a7505;border:2px solid #ffd907;color:#fff}.alert.danger{background-color:#b50000;border:2px solid #ff2626}
.safeimg img {max-width:100%}
.bold {font-weight:bold;}
.green {color:#6EE16C}
.gold {color:#FFD800}
.blue {color:#6CB1E1}
.gray {color:#aeaeae}
@keyframes blink-animation{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.blink {background:#ae0000;border:1px solid #ff0000;color:#fff;font-size:10px;padding:0px 4px;margin:0 4px;border-radius:4px;animation:blink-animation 1.5s infinite}
/* footer end */
    /* Mobile Responsive */
    @media (max-width: 600px) {
body{font-size:16px;}
.svtracker{width:100%;margin:0; padding:2px;background:rgba(0, 0, 0, 0.75);}
      header {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 0;
      }
      .logo img {width:100%;}
      .menu-toggle {
        display: flex;
        align-self: flex-end;
        margin-bottom: 4px;margin-right:4px;
      }

      .nav-left,
      .nav-right {
        flex-direction: column;
        width: 100%;
        display: none;
      }

      .nav-left.active,
      .nav-right.active {
             background: transparent;color:#fff;
        display: flex;width:90%;
      }
.nav-left a.active,
.nav-right a.active {
             background: transparent;color:#fff;
    }

      .nav-left a,
      .nav-right a {
        margin-bottom:4px;margin-left:12px;
        width: 100%;
        border-left: none;
        font-size:20px;
      }

      .nav-right a {
        border-top: none;
      }
       /* side by side divs */
      .left-column, .right-column, .reverse-left-box, .reverse-right-box, .reverse-right-column, .reverse-left-column, 
      .left-box,
      .right-box {
        width: 100%;
        max-width: 100%;
      }
      .container-top {
        flex-direction: column;
      }

      .slideshow-wrapper, .stats {
        max-width: 100%;
      }

      .stats {
        grid-template-columns: 1fr 1fr;
      }
  .topnav {
    flex-direction: column;
    align-items: stretch;
  }
  .topnav a {
    flex: 1 1 100%; /* full width per item */
    text-align: left;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #333;
  }
/* table resp */
  .item_display_block {
    display: none;
  }
  
  .paging {
    display: flex;
    align-items: center;font-size:18px;display:block;margin-bottom:10px;
  }
  
  .view-section {
    margin-top: 18px; /* Add some space between the page number and the view options */
  }
  
  .tablesv {
    display: block;
    width: 100%;
    overflow-x: auto; 
  }

  .tablesv thead {
    display: none;
  }

  .tablesv tr {
    display: block;
    margin-bottom: 15px; /* Add space between rows */
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;width: 100%;
  }

  .tablesv td {
    display: block;
    text-align: left;
    border: none;
    position: relative;
    font-size: 20px;
    white-space: nowrap; /* Prevent content from wrapping */
    overflow: hidden;
    text-overflow: ellipsis;width: 100%;
  }

  .tablesv td::before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    font-weight: bold;
  }
/* table resp end */
.stats {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
}
    .slider-controls {
      top: 10px;
      right: 10px;
    }
.footer-colone {
  flex: 1 1 300px;
  min-width: 180px;
}
   .site-footer {font-size:16px;}
  .footer-row {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .social-icons {
    justify-content: flex-start;
  }
  .top-games-table table {
    font-size: 16px;
  }
.top-games-table td {
  padding: 4px 8px;
  text-align: left;
  white-space: nowrap;
}
input[type=submit],input[type=button],a.fbutton,button,.search-submit{font-size:18px;}
    .resp{
        width: 98%;
        display: block
    }

    }

