html {
	font-family: 'Open Sans', sans-serif;
}

body {
	text-align: center;
	padding: 12px;
}

h2 {
	font-size:18px;
	margin:10px;
}

.site-thumbnail {
	max-width:300px;
	margin: 12px;
}

.maquette-title {
	font-weight: bold;
}

.name, .screenshots, .description, .features, .available-colors {
	text-align: left;
}

.desc-title {
	font-size: 15px;
}

.desc-detail, ul li {
	color: #737373;
}

.available-color {
	height: 25px;
	width: 25px;
	border:1px solid #404040;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.separator {
	width: 100%;
	background-color: lightgray;
	height: 1px;
	margin: 6px 0;
}