<html><body><p>.paginate_button {
width: 30px;
height: 25px;
text-align: center;
color: #fff !important;
line-height: 20px;
padding: 5px 1px 1px 1px;
text-decoration: none !important;
margin-top: 8px;
margin-right: 8px;
display: inline-block;
background-image: none;
background-attachment: scroll;
background-repeat: repeat;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: #075290;
cursor: pointer;
}

.paginate_button.previous, .paginate_button.next {
width: 60px;
}

.dataTables_paginate &gt; span &gt; span {
width: 20px;
display: inline-block;
}


table.dataTable thead .sorting {
  background: url("../../images/bg.gif") no-repeat center right;
  background-color: #decf9c;
}
table.dataTable thead .sorting_asc {
  background: url("../../images/asc.gif") no-repeat center right;
  background-color: #decf9c;
}
table.dataTable thead .sorting_desc {
  background: url("../../images/desc.gif") no-repeat center right;
  background-color: #decf9c;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../../images/sort_asc_disabled.png") no-repeat center right;
  background-color: #decf9c;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("http://www.cdc.gov/niosh/ocas/images/sort_desc_disabled.png") no-repeat center right;
  background-color: #decf9c;
}

#secStatusTable_filter {
float: left;
}
#secStatusTable_length {
float: left;
}

#secStatusTable_filter, #secStatusTable_filter label {
float: left;
}
#secStatusTable_length {
float: left;
}

#secStatusTable_length &gt; label, #secStatusTable_filter &gt; label {
font-size: 16px;
}

#secStatusTable_length_select {
margin: 0 5px;
}

#secStatusTable_filter_input {
margin-left: 10px;
}

@media screen and (min-width: 768px) {
#secStatusTable_filter, #secStatusTable_filter label {
float: right;
}
#secStatusTable_length {
float: left;
}
}</p></body></html>