@import url(http://josefweibel.ch/style.css);

body {
	background: #2c3e50;
}

header {
	margin: 80px auto 0px auto;
	text-align: center;
	color: #fff;
}

header h1 {
	font-size: 80px;
	line-height: 100px;
}

article {
	width: 90%;
	position: 0px 5%;
}

table {
    width: 1280px;
    background: #fff;
    font-size: 14px;
    margin: 0px 0px 100px 0px;
    width: 100%;
}

tr {
	background: #eee;
}

tr.underCat {
	background: #fff;
}

tr.underCat:nth-child(even) {
	background: #f6f6f6;
}

th {
	width: 70px;
	font-size: 16px;
	padding: 1%;
	text-align: center;
	width: 70px;
	font-weight: bold;
	margin: 0px;
	background-color: #e8eaeb;
}

td {
	width: 70px;
	padding: 1%;
	text-align: center;
}

th#share {
	text-align: left;
}


td:first-child {
	text-align: left;
	font-weight: bold;
	width: 20%;
}

tr:first-child th:first-child {
	width: 20%;
}

td p:first-child {
	background: transparent;
	font-size: 10px;
	float: left;
	line-height: 11px;
	margin: 0px 5px 0px 0px;
}

tfoot tr,
thead th {
	font-weight: bold;
	background-color: #e0e0e0;
}

tr:last-child td p:last-child {
	font-size: 24px;
	float:left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

tr:last-child td:first-child p, tr:last-child td:first-child a {
	font-size: 10px;
	line-height: 13px;
	font-weight: 100;
}

tr.underCat td {
	padding: 5px 15px 5px 15px;
	font-size: 12px;
}

tr.underCat td:first-child {
	font-weight: 100;
	padding: 0px 0px 0px 25px;
}

footer {
	text-align: center;
	font-size: 9px;
	color: #fff;
}
