body {
	font: 15px Arial, Sans-serif;
}

.gallery {
	display: inline-block;
	text-align: center;
	margin: 10px auto;
	clear: both;

	padding: 10px;
	background-color: #eee;
	border-radius: 15px;
}

.gallery img { /* thumbnails */
	width: 250px;
  /*height: 75px;*/
  padding: 8px;
  border-radius: 10px;
}


.block {
	display: inline-block;
	background-color: #FFF;
	border-radius: 5px;
	padding: 8px;
}

pre {
  background-color: #eee;
	border-radius: 5px;
	padding: 8px;
	clear: both;
}

.highlight {
	color: red;
}
.text-muted {
	font-family: arial, sans-serif;
	color:#333333;
	font-size:12px;
	
}
