.ein_inspector ul {
    float: left;
}

#selEinItems {
    min-width: 150px;
    margin-top: 5px;
}

.ein_inspector {
    background: aliceblue;
    padding-left: 2px;
    padding-right: 5px;
}

.enemy_inspector {
    background: #ffad40;
    padding-left: 2px;
    padding-right: 5px;
}

.enemy_inspector.fighting {
    background-color: red;
    color: white;
}

.flashmsg {
    position: absolute;
    top: 300px;
    left: 100px;
}

.glow { text-shadow: 0 0 10px #fff700; }

.touch-controls {
    background: darkgray;
}
.touch-controls button {
    width: 100px;
    height: 60px;
}

.button-arrows {
    background: silver;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

.sbetabs a{
    font-size: 14px;
    padding: 5px;
}

#cbxSlow {
    margin: 15px;
}