ul.pagination{display:inline-block;padding:0;margin:0;vertical-align:middle;}
ul.pagination li{display:inline;}
ul.pagination li a{color:black;float:left;padding:3px 7px;text-decoration:none;transition:background-color .3s;border:1px solid #ddd;}
ul.pagination li a.active{background-color:#83C244;color:white;border:1px solid #83C244;}
ul.pagination li a:hover:not(.active){background-color:#ddd;}
div.center{text-align:center;}
#keywords thead{cursor:pointer;}
#keywords thead tr th.headerSortUp,#keywords thead tr th.headerSortDown{background:#83C244;background-position:right;}
#keywords thead tr th.headerSortUp{background:#83C244;background-image:url("../img/up-arrow.png");background-repeat:no-repeat;background-position:right;}
#keywords thead tr th.headerSortDown{background:#83C244;background-image:url("../img/down-arrow.png");background-repeat:no-repeat;background-position:right;}
select#range{margin:0px;margin-right:10px;padding:0px;vertical-align:super;display:inline;font-size:100%;border-color:#dddddd;vertical-align:middle;}

