main {
	padding: 16px;
}
.btn {
	margin: 8px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}
.btn.btn-warning {
	font-weight: bold;
}
.randomizerText {
	color: #aaa;
}
.randomizerText:hover {
	color: #77f;
}
#cookieBannerOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
}
#cookieBanner {
	width: 100%;
	background: rgba(200,200,200,0.9);
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px;
}
#culogattoExplanations {
	background: #eee;
}
.facebook-share-btn {
	background: #365899;
	color: #fff;
}
.facebook-share-btn:hover {
	background: #4668a9;
}