﻿<style>
		div#page {
			max-width: 150px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.1);
			font-size: 12px;
			padding: 0em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(207, 202, 255, 0.50);
		}	
	</style>
	
	
	/* oorsprong:back-to-top 235, 235, 235, 0.80 en back-to-top:hover 135, 135, 135, 0.50  */
	
	/*padding:0em dit was 1em. Geeft de afstand tot de pijl rechts aan */