.human-fighter-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.human-fighter-row > table {
    flex: 0 0 1160px;
    width: 1160px;
    margin: 0 !important;
}

.human-fighter-row .class-cell {
    width: 145px;
}

.human-fighter-row .class-button {
    box-sizing: border-box;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 30px;
    min-height: 30px;
    padding: 0 4px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
}
