
/* Menutoggler
---------------*/

	#refresh_button {
		position: absolute;
		bottom: 30px;
		right: 30px;
		z-index: 300;
		cursor: pointer;
		opacity: 0.1;
	}

	#refresh_button:hover {
		opacity: 1;
	}

	#refresh_button img {
		display: block;
		height: 32px;
		width: 32px;
	}