.gotopage {
	display: block;
	position: absolute;
	bottom: -27px;
	background: white;
	color: black;
	padding: 5px 3px;
	border-radius: 20px;
	width: 85%;
	text-wrap: nowrap;
	transition: background .15s, color .15s;
}
.gotopage:hover, .gotopage:focus-visible {
	background: var(--coolcolor);
	color: var(--headertextcolor);
}
.gotopage:active {
	background: #76a6c1;
	color: white;
}

.withimages > div > .sidewaysscroller { padding-bottom: 36px; }

@media (max-width: 1000px), (max-height: 626px) {
	.gotopage {
		width: 89%;
		font-size: 12px;
		word-spacing: -1px;
	}
}

@media (max-width: 900px), (max-height: 626px) {
	.gotopage {
		width: 85%;
		font-size: 11px;
		word-spacing: unset;
	}
}