.job_history_pagination_block {
width: 100%; display: flex; justify-content: space-between; margin-bottom: 5px;
}
.job_history_first_page {
margin-right: 5px;
}
.job_history_prev_page {
margin-right: 5px; margin-left: 5px;
}
.job_history_page {
margin-right: 5px; margin-left: 5px;
}
.job_history_next_page {
margin-right: 5px; margin-left: 5px;
}
.job_history_last_page {
margin-left: 5px;
}
.table_container {
width: 100%; overflow-x: scroll;
}
.job_history_error {
background-color: lightcoral;
}
.job_history_linear_history_div {
margin-top: 5px; float: left;
}
job_history_search_div {
float: right; margin-bottom: 10px;
}
job_history_search_div form {
margin-top: 0px;
}
.job_history_reset {
clear: both;
}