@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

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

body {
	width: 755px;
	margin: 30px auto;
}

h1 {
	text-align: center;
	font-size: 29px;
}

h1 span {
	display: block;
	clear: both;
	font-size: 38px;
}

h2 {
	margin-top: 50px;
}

a {
	color: #0d86ea;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 40px 0;
}

table th, table td {
	padding: 3px 20px;
	border-bottom: 1px solid #ccc;
}

table th {
	background: #fdae00;
	color: white;
	border-bottom: 0;
}

table tr:nth-child(2n+1) {
	background: #f4f4f4;
}

footer {
	display: block;
	text-align: center;
	margin-top: 40px;
}

li {
	font-weight: 300;
}

li a {
	font-weight: 400;
}

.small {
	font-weight: 300;
	font-size: 12px;
}

.licence {
	font-weight: 300;
	font-size: 12px;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-cap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-rule: 1px outset #f0f0f0;
	-webkit-column-rule: 1px outset #f0f0f0;
	-moz-column-rule: 1px outset #f0f0f0;
}

.licence ul {
	margin-top: 0;
	padding-left: 15px;
	list-style: none;
}

.licence ul li:before {
	content: "-";
	position: relative;
	left: -5px;
}
.licence ul li {
	text-indent: -5px;
}


body {
	counter-reset: licence-h3;
}
.licence h3 {
	counter-reset: licence-h4;
}

.licence h3:before {
	content: counter(licence-h3) ". ";
	counter-increment: licence-h3;
}

.licence h4:before {
	content: counter(licence-h3) "." counter(licence-h4) ". ";
	counter-increment: licence-h4;
}

.otherformats p {
	display: inline-block;
}

.otherformats ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.otherformats li {
	display: inline-block;
	padding: 0 0 0 20px;
}

.inner {
	font-size: 12px;
}

.inner td:first-child {
	padding-left: 30px;
}

.inner td:first-child:before {
	content: '- ';
}

.right {
    float: right;
    display: block;
    height: 100px;
    width: 120px;
}
.left {
    float: left;
    display: inline-block;
    height: 100px;
    width: 120px;
}

