.csv-detail-sec-cls {
    width: 800px;
    margin: 50px auto;
}
.csv-detail-sec-cls {
    margin-top: 80px;
}
.csv-detail-sec-cls table, .csv-detail-sec-cls td, .csv-detail-sec-cls th {
    border: 1px solid;
    text-align: center;
    width: 150px;
}
.csv-detail-sec-cls table {
    width: 100%;
    border-collapse: collapse;
}
.table_heading{
    text-align: center;
}
div#response {
    text-align: center;
    color: red;
}




.csv-import-sec-cls h2 {
    font-size: 23px;
    font-weight: 400;
    padding: 9px 0 4px;
    line-height: 1.3;
    color: #1d2327;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    margin: 0;
}
.csv-import-sec-cls form#priceUpdateForm {
    background-color: #fff;
    box-shadow: 0 3px 2px rgb(0 0 0 / 5%);
    margin-bottom: 16px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 100%;
    color: #23282d;
    flex-direction: column;
    padding: 30px;
}
.csv-import-sec-cls form#priceUpdateForm input[type="submit"] {
    background-color: #087ce1;
    border-color: #087ce1;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c9d0d6;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 30px;
    cursor: pointer;
}



.csv-detail-sec-cls {
    width: 100%;
    text-align: left;
}
.csv-detail-sec-cls h2.table_heading {
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    padding: 9px 0 4px;
    line-height: 1.3;
    color: #1d2327;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    margin: 0;
}
.csv-detail-sec-cls table {
    background: #fff;
}
.csv-detail-sec-cls table tr:nth-child(odd) {
    background: #f1f1f1;
}
.csv-detail-sec-cls table tr th, .csv-detail-sec-cls table tr td {
    padding: 10px;
    text-align: left;
    border:none;
    border-top:1px solid #aaa;
    font-size: 14px;
}
.csv-detail-sec-cls table thead tr th {
    background: #fff;
    padding: 10px;
}
.csv-detail-sec-cls table tr td button.update-price-btn {
    background-color: #087ce1;
    border-color: #087ce1;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c9d0d6;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 13px;
}
.csv-import-sec-cls form#priceUpdateForm input[type="submit"]:hover,
.csv-detail-sec-cls table tr td button.update-price-btn:hover{
    opacity: 0.6;
}