/* EM Torwand*/
/* ========================================================================== */

.em-game-stats-wrapper {
    background-color: #393724;
    box-shadow: 2px 2px 3px #202020;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    /*width: 300px;*/
}

.em-game-stats-wrapper .stats {
    text-align: right;
    width: 30px;
    color: #ff973b;
    font-weight: bold;
}

#em-game-wrapper {
    text-align: center;
}

#em-game {
    height: 600px;
    width: 600px;
    background: url('//cdn.unikatmedia.com/schulterglatze/core/content/event/em/wall_back.png') no-repeat 0 0;
    cursor: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 2px
}

#em-overlay {
    height: 600px;
    width: 600px;
    position: absolute;
    left: 63px;
    top: 45px;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

#em-reload {
    color: #000;
    display: none;
    height: 100px;
    left: 242px;
    opacity: 1;
    position: absolute;
    top: 233px;
    width: 260px;
    text-align: center;
}

.em-reload-countdown{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
}

#em-done {
    background-color: rgba(100, 100, 0, 0.4);
    border: 1px solid black;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 72%;
    left: 28%;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.em-belohnung-wrapper {
    vertical-align: top;
    float: right;
}

.em-belohnung-items {
    text-align: center;
    margin: 0 4px 0 auto;
    padding: 2px 2px 2px 0;
    box-shadow: 2px 2px 3px #202020;
    background: #2F2D1A;
    border-radius: 5px;
    float: right;
}

.em-belohnung-items img {
    height: 60px;
    cursor: default;
    border: 0;
    margin: 8px 4px 0 6px;
}

.em-item-content-wrapper {
    margin: 20px 0 0 0;
}

.em-item-content {
    text-align: center;
    margin: 1px auto 5px;
    padding: 5px;
    box-shadow: 2px 2px 3px #202020;
    background: #2F2D1A;
    border-radius: 5px;
    float: left;
    height: 50px;
}

.em-item-content img {
    height: 50px;
    cursor: default;
    border: 0;
    border-radius: 4px;
    opacity: 0.6;
}

.em-item-content img:hover {
    opacity: 1.0;
}



