.pagination {
  float: right;
}

.pagination a {
    font-weight: bold;
    display: block;
    float: left;
    padding: 1px 2px;
    outline: none;
    height: 33px;
    width: 20px;

    background-size: 18px;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 3px;
  }

.pagination a:hover {
    background-color: #3DCD58;
}

.pagination label {
  float: left;
  margin: 0;
  padding: 0;
  width: 115px;
  outline: none;
  border: none;
  vertical-align: middle;
  font-size: .8em;
  text-align: center; 
  cursor: default;
}

.pagination a.first {
    margin-left: 8px;
    background-image: url('images/Double-Arrows.png');
}
.pagination a.previous {
    background-image: url('images/Arrow-Single.png');
}

.pagination a.next {
    margin-left: 8px;
    background-image: url('images/Arrow-Single.png');

}
.pagination a.last {
    margin-right: 8px;
    background-image: url('images/Double-Arrows.png');
}
.pagination .transformRotate {
    -ms-transform: rotateY(180deg); /* IE 9 */
    -ms-transform-origin: center; /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: center; /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    transform-origin: center;
}


.pageSize25,
.pageSize50,
.pageSize100,
.pageSizeAll {
    text-decoration: none; 
    padding: 0 8px; 
    font-size: .9em; 
    display:block; 
    height: 100%;
}

.pageSize25:hover,
.pageSize50:hover,
.pageSize100:hover,
.pageSizeAll:hover {
    text-decoration: none; 
    background-color: #3DCD58;
    color: white !important;
}



.results_link_buttons a:not(.activePaginationSize):not(:hover) {
    color: rgb(68, 180, 230);
}

.results_action_buttons a:not(.activePaginationSize):not(:hover) {
    color: #626469;
}


.activePaginationSize {
    background-color: #009530 !important;
    color: white;
}

.paginationActionButton {
    text-decoration: none; 
    padding: 0 8px; 
    font-size: .85em; 
    display: block; 
    height: 100%;
}

.paginationActionButton:hover {
    background-color: #3DCD58;
    color: white !important;
}
