.draftTable__colContains {
    height: auto;
}
.draftTable__col_mix + .draftTable__col_mix {
    border-top: 1px solid #e5e5e5;
    style="overflow: hidden;"
}
.draftTable__col_mix .drawCase {
    margin-left: -1px;
    margin-right: -1px;
    overflow: hidden;
    position: relative;
    width: auto;
    clear: both;
}

.drawCase .draftTable__col_mix-right {
    border-right: 1px solid #e5e5e5;
    border-left: none;
}
.drawCase .draftTable__col_mix-right:last-child {
    border-right: none;
}
.drawCase-extend .draftTable__col_mix-right:last-child {
    border-right: 1px solid #e5e5e5;
}

.drawCase-extend {
    display: none;
}    
.drawCase-extend.drawCase-isOpen {
}