.replay-download {
    float: right;
    margin-top: -46px
}

.replay-download a {
    width: 152px;
    height: 44px;
    display: inline-block;
    text-decoration: none;
    text-align: center
}

.replay-download .edit {
    margin-right: 10px;
    position: relative
}

.replay-tabs .tab {
    display: inline-block;
    padding: 0 15px 0 15px;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
    background: url("../../style/images/wot/buttons/sprite.98cc2e2d62a6.png");
    background-size: 100% 60px;
    background-position: 0 -20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #cecebc;
    font-size: 12px;
    text-shadow: 0 0 2px #322A2A, 0 0 2px #3F3939;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.replay-tabs .tab:hover {
    cursor: url("../../style/images/wot/cursors/cursor-pointer.932fd2dba7b8.png"), pointer;
    background-position: 0 -60px
}

.replay-tabs .tab.active {
    background-position: 0 -40px
}

.replay-tab-wrapper {
    display: none;
    background: #14120E
}

.replay-tab-wrapper.active {
    display: block
}

