  .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{
  border:1px solid #000;width:32px;height:32px;
  }

  .col-screenshot {
    flex: 0 0 165px;
    max-width: 165px;max-height: 169px;
    text-align: center;
  }
  .col-screenshot img {border:1px solid #444;}
  .col-name {
    flex: 1 1 200px;
    min-width: 150px;
    text-align: left;
  }

  .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.thumb {
    width: 165px; max-height: 165px;margin:2px;
    height: auto;
    border-radius: 0;
    cursor: pointer;border:1px solid #000;
  }
  .submission-item img.thumb:hover {
    cursor: pointer;border:1px solid #0ea4ea;
  }

  .submission-item img.avatar {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 4px;
    border:1px solid #000;
  }

  .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;}
/* Active tab */
.active-tab {
  background-color: #101010;
  color: #ccc;
  padding: 2px 6px;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(155, 155, 155, 1.0);
}

/* Link tabs */
.tab-link {
  color: #aaa;
  text-decoration: none;
  padding: 4px 8px;
  transition: color 0.2s ease;
}

.tab-link:hover {
  color: #7fcaff;
  text-shadow: 0 0 4px #7fcaff;
}

/* Divider between items */
.divider {
  color: #555;
}

/* add button */
.badd {
border: 2px outset #00ec5e; 
-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-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(51,51,51,0));
color: #00ec5e;
font-family:  arial,helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
padding: 6px;
text-decoration: none;text-align: center;
transition: all 0.5s ease-out;
margin-top:4px;display: block;width:95%;
}
.badd:hover{color:#fff;border: 2px outset #fff;}
  /* Responsive adjustments */
@media (max-width: 700px) {
  .submission-header {
    display: none;
  }
  .submission-header, .submission-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-caticon,
  .col-screenshot,
  .col-name,
  .col-user,
  .col-stats {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
    padding: 8px 0;
  }

  /* Add labels inside items */
  .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: 5px;
  }
  .col-name::before {
    content: "Name";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .col-user::before {
    content: "Added by";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .col-stats::before {
    content: "Stats";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
}
/* widget users */
.tabs {
  background: #1e1e2f;
  color: white;
  border-radius: 10px;
  padding: 10px;
  width: 320px;
}

.tab-buttons li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}

.tab-content {
  margin-top: 15px;
}

.status-entry, .friend-entry {
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.uavatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}

.friend-entry.online {
  color: #4eff4e;
}

.friend-entry.offline {
  color: #ccc;
}