.search-result-optional-info { display: none; } div.m-app-spec-table table.main-table .main-table__tr--td.fixed-table { display: block; } div.m-app-spec-table table.main-table .main-table__tr--td.scroll-table { display: block; } div.m-app-spec-table table.main-table { border-collapse: collapse; width: 100%; display: flex; margin-top: 0; } div.m-app-spec-table table.main-table tr { width: 100%; display: flex; flex-direction: column; } div.m-app-spec-table table.sub-table { border-collapse: collapse; width: 100%; display: flex; } div.m-app-spec-table table.sub-table .header-row-0.row-header-1 { display: flex; height: auto !important; } div.m-app-spec-table table.sub-table .row-0 { display: flex; height: auto !important; } div.m-app-spec-table table.sub-table tr { width: 50%; height: auto!important; display: flex; flex-direction: column; } div.m-app-spec-table table.main-table .main-table__tr--td.fixed-table table.sub-table tr:nth-child(1){ width: 35%; } div.m-app-spec-table table.main-table .main-table__tr--td.fixed-table table.sub-table tr:nth-child(2){ width: 65%; } div.m-app-spec-table table.main-table .main-table__tr--td.scroll-table table.sub-table tr:nth-child(1){ width: 35%; } div.m-app-spec-table table.main-table .main-table__tr--td.scroll-table table.sub-table tr:nth-child(2){ width: 65%; } div.m-app-spec-table table.sub-table tr th { width: 100%; display: flex; height: 50px !important; min-height: initial; border-right: 0 !important; border-left: 0 !important; } div.m-app-spec-table table.sub-table tr th.col_partnumber { height: 100px !important; } div.m-app-spec-table table.sub-table tr td { width: 100%; display: flex; height: 50px !important; min-height: initial; border-right: 0 !important; border-left: 0 !important; } @media (max-width: 768px) and (min-width: 768px) { div.m-app-spec-table .table-scroll .table-scroll_pictograph { display: none; } } @media screen and (max-width:768px) { div.m-app-spec-table table.main-table { width: 100%; } } @media screen and (max-width:480px) { div.m-app-spec-table table.main-table { width: 700px; } }