.first, .prev, .next, .last, .goto a {
	vertical-align: middle;
	margin: 0 0 1rem;
	padding: .45em .6em;
	-webkit-appearance: none;
	border-radius: 1rem;
	transition: background-color .25s ease-out, color .25s ease-out;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	font-weight: normal;
	color: black;
	font-size: 1em;
}

.goto a:hover {
    color: black;
}

.first:hover, .prev:hover, .next:hover, .last:hover {
    color: white;
}

.first, .prev, .next, .last {
	border: 0;
	color: white;
	background-color: #f6ca07;
	font-size: 0.7rem !important;
	padding: 0.52rem 0.5rem;
}

.prev, .next {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
}


/*
.first:focus, .first:hover, .prev:focus, .prev:hover, .next:focus, .next:hover,
	.last:focus, .last:hover {
	border-color: orangered;
	color: orangered;
	text-decoration: none;
}*/

.first[disabled], .prev[disabled], .next[disabled], .last[disabled] {
	opacity: 0.9;
	cursor: not-allowed;
	color: white;
	background-color: #d4d4d4;
	border: 0;
}

.goto a[disabled] {
	border: 1px solid #f4c70a;
	border-radius: 1rem;
}


.first[disabled]:focus, .prev[disabled]:focus, .next[disabled]:focus,
	.last[disabled]:focus, .goto a[disabled]:focus, .first[disabled]:hover,
	.prev[disabled]:hover, .next[disabled]:hover, .last[disabled]:hover,
	.goto a[disabled]:hover {
	/*background-color: darkorange;
	color: #fefefe;
	border: 1px solid #f0f0f0;*/
}

.first[disabled=disabled], .last[disabled=disabled] {
	display: none;
}

/*
.goto a:focus, .goto a:hover {
	background-color: darkorange;
	color: #fefefe;
	text-decoration: none;
}*/
/*
.navigator .prev, .navigator .next {
	display: none;
}*/

.navigator {
	margin-top: .3em;
}

table tfoot {
	background: #fffff1;
}
/* table thead tr.navigation {
	background-color: lightgoldenrodyellow;
} */

.navigatorLabel {
   	text-align: right;
	font-size: 15px;
	font-weight: normal;
}

.navigatorLabel div {
	/*text-align: left !important;*/
	font-size: 1rem;
	font-weight: bold !important;
	line-height: 3.5;
}

.navigation>td {
    /*text-align: left;*/
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/*
.navigation div {
    text-align: right;
}*/

.navigator .prev, .navigator .next {
	/*margin-top: .8rem;*/
	text-align: right;
	/*padding-left: 0.6rem;
	padding-right: 0.6rem;*/
	/*padding: 0.6rem;*/
	/*font-size: 15px;*/
}

.navigator {
    margin-top: 0;
    text-align: right;
	/*font-size: 15px;*/
    line-height: 3.5;
}

.navigator div {
	margin-top: 0 !important;
	/*text-align: center !important;*/
	font-size: 1rem;
}
/*
a.toFirstPage, a.toSceondLastPage {
    background: linear-gradient(to right, #ffbb3e, #ffbb3e, rgba(255, 0, 0, 0));
    border: none;
}*/

/* a.toSceondFirstPage, a.toSceondLastPage {
    padding: .4em .45em;
}
a.toLastPage, a.toSceondFirstPage {
	background: linear-gradient(to right, rgba(255, 0, 0, 0), #ffbb3e, #ffbb3e);
	border: none;
}
 */

@media only screen and (max-width: 640px) {
    .navigation div {
        text-align: center;
    }
}

