
/* There is a plan to have css theme overrides here at some stage... */

.noreveal section img {
	height: 400px;
}

.reveal pre {
	font-size: 0.8em;
}

.reveal section img {
	border: none;
	box-shadow: none;
}

.reveal small {
	position: fixed; 
	bottom: 0px; 
}

.reveal .fullscreen  {
	padding: 5px;
	color: lightgray;
	background: black;
	position: absolute;
	bottom: 320px;
}