#sellArticle {
    display: none;
}

.sell {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.sell .sell_wrapper {
    width: 97.5%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sell .sell_item {
    width: 97.5%;
    padding: 15px;
}

.sell .sell_item input,
.sell .sell_item select {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
    background-color: #eaeae7;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
}

.sell .sell_item button {
    width: 100%;
    height: 35px;
    background-color: #014a8f;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
}

.sell .sell_item button:disabled {
    opacity: 0.5;
}

.sell .sell_item.sell_item_col_2 {
    padding: 0px;
    width: 50%;
}

.sell .sell_item.sell_item_col_2:first-child {
    padding-right: 10px;
}

.sell .sell_item.sell_item_col_2:last-child {
    padding-left: 10px;
}

.sell .sell_item.sell_item_col_4 {
    width: 25%;
    padding: 0px;
}

.sell .sell_item.sell_item_col_4:nth-child(1) {
    padding-right: 10px;
}
.sell .sell_item.sell_item_col_4:nth-child(2),
.sell .sell_item.sell_item_col_4:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
}
.sell .sell_item.sell_item_col_4:nth-child(4) {
    padding-left: 10px;
}

.sell .sell_item.sell_item_col_2.sell_item_price input {
    width: 25%;
    margin: 10px;
}

.sell .sell_item.sell_item_col_2.sell_item_price input[type=radio] {
    width: 25px;
}

.sell .sell_item label,
.sell .sell_item .label {
    color: #606060;
    vertical-align: super;
}

.sell form .sell_wrapper .sell_item2 {
    width: 50%;
}

.sell form .sell_wrapper .sell_item4 {
    width: 25%;
}

.sell form .sell_wrapper input[type=radio] {
    width: 25px;
    height: 25px;
    margin: 15px;
}