
/* bottom menu. */
table#menu {
  position: fixed;
  margin: 0;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  background: #333333;
  border-collapse: collapse;
  z-index: 40;
}

table#menu tr th {
  width: 25%;
  cursor: pointer;
  color: #696969;
}
table#menu tr th:hover {
  color: white;
}

table#menu tr th:hover {
  background: rgb(79,27,138) !important;
  background: linear-gradient(90deg, var(--red_dark) 0%, var(--red) 100%) !important;
  box-shadow: inset 0 0 20px var(--pink) !important;
}

.tab {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto:
  height: auto;
  padding: 20px;
  background: black;
  color: white;
}

.btn {

}

.close_tab {
  position: fixed;
  top: 20px;
  right: 20px;
  
}

p.title {
  font-family: 'pixeled' !important;
  font-size: 14px;
  color: var(--pink);
}

.arial, .arial * {
  font-family: Arial;
  font-size: 18px;
}

div.button {
  padding: 5px 10px;
  margin: 8px;
  background: var(--red);
  font-size: 10px;
  cursor: pointer;
}

div.button:hover {
  background: var(--red_dark);
}


.select_item, a {
  display: inline-block;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  background: black;
  cursor: pointer;
}

.select_list div:hover {
  background: rgb(79,27,138) !important;
  background: linear-gradient(90deg, var(--red_dark) 0%, var(--red) 100%) !important;
  box-shadow: inset 0 0 20px var(--pink) !important;
}

.skin {
  width: 70px;
  height: 70px;
}

.skinItem {
  margin: 0px 3px;
}