  .submission-list {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }
  .submission-list option, select{background:#050F15; color:#86d1ff; padding:2px;font-size:12px;  border: 1px solid #4a4945;}

  .submission-header, .submission-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #4a4945;
    padding: 0;
  }
.submission-item:nth-child(odd) {
  background-color: #363636; 
}

.submission-item:nth-child(even) {
  background-color: #2c2c2c; 
}
  .submission-header {
    background:#2c2c2c url(images/maintitle.png) repeat-x top left;
    font-weight: bold;
    text-align: center;
    border:1px solid #4a4945;padding: 4px;
  }
  .submission-header > div
    padding: 0;margin:0;
    box-sizing: border-box;
  }
  .submission-item > div {
    padding: 5px 10px;
    box-sizing: border-box;
  }

  /* Columns widths */
  .col-caticon {
    flex: 0.2 0.2 34px;
    min-width: 34px;
    text-align: center;
  }
  .col-caticon img{
  width:32px;height:32px;
  }
  .col-name {
    flex: 1 1 200px;
    min-width: 150px;
    text-align: left;
  }
/* Desktop */
.col-screenshot {
  flex: 0 0 165px;
  width: 165px;
  height: auto;
  overflow: hidden;          /* Prevent overflow */
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;       /* Vertically center */
  justify-content: center;   /* Horizontally center */
}

.submission-item img.thumb {
  max-width: 100%;           /* Prevent horizontal overflow */
  max-height: 100%;          /* Prevent vertical overflow */
  width: auto;
  height: auto;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.submission-item img.thumb:hover {
  border: 1px solid #0ea4ea;
}
  .col-user {
    flex: 0 0 150px;
    max-width: 150px;
    text-align: center;
  }
  .col-stats {
    flex: 0 0 130px;
    width: 130px;
    text-align: center;
  }

  .submission-item img.avatar {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 4px;
  }

  .submission-item .name a {
    font-size:14px;
    font-weight:bold;
    text-decoration: none;
  }

  .submission-item .name a:hover {
    text-decoration: underline;
  }

  .submission-item .user a {
    text-decoration: none;
    margin-top: 5px;
    font-size: 0.9em;
  }

  .submission-item .user a:hover {
    text-decoration: underline;
  }
  .submission-item .stats p {
  margin-top:0;margin-bottom:0;padding:0;
  }

  .submission-item .stats b {
    font-size: 1.2em;
    display: inline block;
  }
.greydate {color:#9b9b9b;}
.greycat {color:#dcdada;}
/* Base container */
.container-dark {
  background-image: linear-gradient(to right, rgba(65,65,65,1), rgba(255,0,0,0));
  padding: 2px;
  font-family: 'Orbitron', sans-serif;
  color: #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
border:1px solid #4a4945;
}
.gameico {border-radius:4px;border:1px solid #4a4945;margin:4px;height:22px;}
.thumb-top {margin:4px;border:1px solid #000;max-width: 200px; vertical-align: middle;}
.thumb-top:hover {cursor: pointer;border:1px solid #579dbd;}
.search-servers {padding:4px 0px;}
.search-servers input {
      background:#444;
      color:#fff;
      padding: 1px 2px;
      font-size: 12px;
      border:2px solid #555;
    }

/* add button */
.bsearch {
border: 2px solid #4a4945; border-radius:0;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
background: #050f15;
color: #86d1ff;
font-size: 12px;
font-weight: 100 !important;
padding: 2px 4px;
text-decoration: none;text-align: center;
transition: all 0.5s ease-out;
}
.bsearch:hover{color:#fff;}
.screenshot-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.overlay-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: rgba(0, 0, 0, 0.5); /* 50% transparent black */
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 18px; /* centers the text vertically */
  pointer-events: none; /* so it doesn't block clicks */
  text-shadow: 0 0 2px black;
}
.sidebar-block {
  margin-bottom: 1rem;
}

.sidebar-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #fff;
  border-bottom: 1px solid #555;
  padding-bottom: 4px;
}

.map-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-item {
  margin-bottom: 0.5rem;
}

.map-link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
}

.map-link:hover {
  color: #fff;
}

.map-views {
  font-size: 0.8rem;
  color: #999;
}
.rmrow {
  display: flex;
  flex-wrap: wrap;
}

.rmcolumn {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 10px;text-align:center;border:1px solid #4a4945;
}

  /* Responsive adjustments */
@media (max-width: 700px) {
  .rmcolumn {
    flex: 1 1 100%;
  }
  .submission-header {
    display: none;
  }
  .submission-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-caticon,
  .col-name,
  .col-user,
  .col-stats{
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
    padding: 8px 0;
  }
.col-screenshot {
  width: 100%;
  display: block;        /* override desktop flex */
  text-align: left;
}
  /* Labels before each column on small screens */
  .col-caticon::before {
    content: "Category";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .col-screenshot::before {
    content: "Preview";
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
  .col-name::before {
    content: "Name";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .col-user::before {
    content: "Location";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .col-stats::before {
    content: "Stats";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  /* Image inside screenshot */
  .col-screenshot {
    width: 100%;  /* full container width */
  }

  .submission-item img.thumb {
    width: 100%;         /* full container width */
    height: 145px;       /* fixed height */
    object-fit: cover;   /* crop edges */
    object-position: center;
    margin-bottom: 8px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 0;
  }
.reright {float:right;}
.ress img{width:10px;height:9px;}
}