/* makes bootstrap datatables pagination buttons not have obscene padding */
.paginate_button {
  padding:1px !important;
}
/* makes bootstrap datatables pagination buttons not have ugly black hover bg */
.paginate_button:hover {
  background:none !important;
  border:none !important;
}
/* shifts pagination controls so they are flush with other buttons */
.dataTables_paginate {
  bottom: 9px;
  position: relative;
}
