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

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

table#menu tr th:hover {
    color: #fff
}

table#menu tr th:hover {
    background: #4f1b8a !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: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto:height:auto;
    padding: 20px;
    background: #000;
    color: #fff
}

.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 #fff;
    color: #fff;
    text-decoration: none;
    padding: 4px 6px;
    background: #000;
    cursor: pointer
}

.select_list div:hover {
    background: #4f1b8a !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: 0 3px
}