/* No frames around images */
.reveal section img {
	border: none;
	box-shadow: none;
}

/* smaller slide titles */
.reveal h2 {
	font-size: 1.2em;
}

li code {
	background-color: rgba(255, 237, 237, 1);
}
