body{overflow-x:hidden}

article{width:auto;max-width:100%;padding:5px; height:100%;}

#title{display:none}

#title img{display:block}

header{display:none}

header>div:first-of-type{float:left}

nav{display:none}

#wrap img{display:none}

#main{display:none}

#sticky{display:none}

#figure img{display:none}

p {
	margin-top: 2px;
	font-size: 7px;
	padding-top: 3px;
}

h1 {
	font-size: 50%;
	font-weight:bold;
	line-height: 1.8;
	color: #000000;
	text-align: left;
}
h1 span {
	font-size: 25px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.8;
	color: #006;
	text-align: center;
	padding: 10px;
}
h3 {
	font-size: 50%;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
	text-align: center;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
h4 {
	font-size: 70%;
	color: #000000;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}
h5 {
	font-size: 100%;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	margin-bottom: 8px;
	padding-top: 3px;
}
h6 {
	font-size: 60%;
	line-height: 1.0;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
}
article {
	background-color: #FFF;
	margin-top: 3%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding:10px;
}

article header h1{font-size:60%;letter-spacing:-2px}
	
#content figure{padding:0}

#content article figure img{max-width:100%}

#content article section>p{text-align:justify}

footer .footer-badge{width:32px;height:32px}

footer span a:not(:first-of-type){display:inline-block;margin-bottom:2px}

footer .madeby{display:block;width:auto;margin-top:10px;text-align:center;float:none}

footer>p:last-of-type{text-align:center}

#indexmenu {
	display:block;
	margin-left:auto;
    margin-right:auto;
	margin-bottom:100px;
	background-color: #fff;
	text-align:center;
	}

#grouplist {
	position: relative;
	width:80%;
	background-color: #E8E8E8;
    margin-left:auto;
    margin-right:auto;
	margin-top:2px;
	margin-bottom: 10px;
	padding:20px;
}

#teachmenu {
	background-color: #fff;
	margin: 0 auto;
	padding-top:50px;
	padding-bottom:50px;
	text-align: center;
	margin-left:auto;
    margin-right:auto;
	width:85%;
}

/***************************************************
				   SPECIFIC
***************************************************/

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
table {
	overflow:hidden;
	border: none;
	background:#ffffff;
	width:98%;
	margin:1% auto 0;
	cellspacing:0;
}
th, td {
	padding:5px 5px 10px;
	text-align:left;
}
th {
	padding-top:5px;
	background:#ffffff;
}
td {
	font-size: 50%;
	border-top:1px solid #EAE6B9;
	border-right:1px solid #EAE6B9;
}
tr.odd-row td {
	background:#ffffff;
}
td.first, th.first {
	text-align: left
}
td.last {
	border-right:none;
}
