* {
	font-family: Source Sans Pro, Tahoma, Geneva, sans-serif;
	color: #444;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-spacing: 0;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
}

.main {
	min-width: 260px;
	max-width: 768px;
	margin: 0 auto;
	border: 1px solid #6F6F6F;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.header {
	background-color: #6F6F6F;
	text-align: center;
	padding: 1em;
}

.header h1 {
	color: white;
	text-decoration: none;
}

.content {
	padding: 1em;
}

.error {
	font-size: 110%;
	padding: 1em;
	border: 1px solid red;
	border-radius: 5px;
}

.supportedList {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.supportedList > div {
	margin-bottom: 0.5em;
}

h1 + .description, h1 + .description + .supportedList, h1 + .supportedList {
    margin-left: 0.5em;
}

h2 + .description, h2 + .description + .supportedList, h2 + .supportedList {
	margin-left: 1em;
}

h3 + .description, h3 + .description + .supportedList, h3 + .supportedList {
	margin-left: 1.5em;
}

h1,h2,h3 {
	font-weight: normal;
}

h1 {
	font-size: 145%;
	color: #F29400;
}

h2 {
	font-size: 130%;
	margin-left: 0.4em;
}

h3 {
	font-size: 120%;
	margin-left: 0.8em;
}