.disc-left{
width: 50%; 
float: left;
}

.padimage{
width: 80%; 
}

.discimage{
width: 50%; 
float: left;
}

table.parts-result{
width: 100%;
table-layout: fixed; 
white-space: normal;
}

table.parts-result tr td{
text-align: center;
    border: 1px;
}


.exportButton {
    width: 71px;
    height: 24px;
    border: 0;
    text-align: center;
    color: #000;
    float: right;
    cursor: pointer;
}
.exportButton {
    background: url(images/orange/button_search.gif) no-repeat;
}
#result-table-content{
    display: flex;
    flex-direction: column;
}
table.parts-result{
order:2;
}
#export_data_table{
order:1;
}
#export_data_table > input[type="submit"]:nth-child(1){
    background: orange;
    color: #000;
    padding: 6px;
}