/*  
Template Name: mlpdesign07.1 Khaki
Version: Pure CSS version
Author:webmasterneo, MLP Design
Author URI: http://www.mlpdesign.net/
*/

/* Global Settings */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
	background: #cccccc;
	background: -moz-linear-gradient(top, #acf2c0 0%, #cccccc 75%, #cccccc 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #acf2c0), color-stop(75%, #cccccc), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #acf2c0 0%, #cccccc 75%, #cccccc 100%);
	background: -o-linear-gradient(top, #acf2c0 0%, #cccccc 75%, #cccccc 100%);
	background: -ms-linear-gradient(top, #acf2c0 0%, #cccccc 75%, #cccccc 100%);
	background: linear-gradient(to bottom, #acf2c0 0%, #cccccc 75%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf2c0', endColorstr='#cccccc', GradientType=0 );
	color: #111;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1em;
	max-width: 1200px;
	min-width: 600px;
}
h1 {
	font-size: 1.4em;
	line-height: 1.9;
}
h2 {
	font-size: 1.2em;
	line-height: 1.7;
}
h3 {
	font-size: 1em;
	line-height: 1.5;
}
a {
	background-color: inherit;
	color: #996;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	background-color: inherit;
	color: #999;
	font-size: 0.6rem;
	font-style: italic;
	border-left: 3px solid #996;
	padding: 2px 5px;
	margin: 20px;
}

/* Wrapper Settings */
#wrapper {
	background: #fff;
	border: none;
	padding: 1px;
	margin: 1% auto;
	width: 98%;
}

#body {
	margin: 0;
}

#container {
	padding: 0;
	margin: 0;
	}

/* Other Settings*/

.banner-grid{
	display: grid;
	grid-template-columns: 55px 1fr;
	border: 0px solid red;
}
#banner {
	position: relative;
	padding: 5px;
	height: 100px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	background: #ec1c24;
	background: -moz-linear-gradient(top, #ec1c24 0%, #ec1c24 0%, #ec1c24 50%, #fff200 51%, #fff200 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ec1c24), color-stop(0%, #ec1c24), color-stop(50%, #ec1c24), color-stop(51%, #fff200), color-stop(100%, #fff200));
	background: -webkit-linear-gradient(top, #ec1c24 0%, #ec1c24 0%, #ec1c24 50%, #fff200 51%, #fff200 100%);
	background: -o-linear-gradient(top, #ec1c24 0%, #ec1c24 0%, #ec1c24 50%, #fff200 51%, #fff200 100%);
	background: -ms-linear-gradient(top, #ec1c24 0%, #ec1c24 0%, #ec1c24 50%, #fff200 51%, #fff200 100%);
	background: linear-gradient(to bottom, #ec1c24 0%, #ec1c24 0%, #ec1c24 50%, #fff200 51%, #fff200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#fff200', GradientType=0 );
}

#banner img {
	margin: auto;
	height: 70px;
	border: 0px solid red;
}

#banner h1 {
	margin-top: 0px;
	font-size: 1.9rem;
	color: #FFF;
	border: 0px solid red;
}

#banner h1 em {
	font-style: normal;
	text-decoration: none;
	color: #cccccc;
}

#banner p {
	color: #000;
	margin-top: -25px;
	font-size: 1.05rem;
	color: #4e4e4e;
	border: 0px solid red;
}

#show-menu {
	display: none;
}
.responsive {
	background-color: inherit;
	color: #4e4e4e;
	text-align: left;
	font-weight: bold;
	font-size: 2.5em;
	padding: 0;
	position: absolute;
	top: 54%;
	left: 16px;
	display: none;
}

.hamburger {
	display: none;
	cursor: pointer;
	margin-top: 0.4em;
	margin-right: 0.5em;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

ul#topnav {
	list-style-type: none;
	margin: 0 0 0 0;
	display: table;
	padding: 0;
	overflow: hidden;
	width: 60%;
	position: absolute;
	bottom: 0;
	z-index:1;
}

ul#topnav li {
	display: table-cell;
	text-align: center;
}

ul#topnav li a {
	background: #333;
	color: #999;
	border: none;
	display: block;
	margin-right: 1px;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 0.8em;
}

ul#topnav li a.active,
ul#topnav li a.active:hover {
	background: #fff;
	color: #333;
}

ul#topnav li a:hover {
	background: #cc9;
	color: #111;
}

#sidebar {
	background: #fff;
	float: right;
	width: 200px;
	margin: -100px 1% 50px auto;
	padding: 0 15px;
	font-size: 0.8em;
	-webkit-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45),
		-25px 0px 25px -25px rgba(0, 0, 0, 0.45);
	position: relative;
}

#sidebar p {
	text-indent:15%;
}
#sidebar h2 {
	background-color: inherit;
	color: #996;
	font: normal 16px Arial, sans-serif;
	border-bottom: 2px solid #996;
	padding: 0px 0 5px 0;
}

#sidebar ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

#sidebar ul li {
	list-style-position: inside;
	padding: 0px 0px 5px 5px;
	text-indent: -1em;
}

#sidebar ul li a {
	background-color: inherit;
	color: #333;
	text-decoration: none;
	padding: 5px 2px;
	display: block;
}

#sidebar ul li a:hover {
	background-color: #cc9;
	color: #fff;
}

#sidebar ul li a:before {
	content: "\00BB  ";
	color: #996;
}

#content {
	text-align: left;
	padding: 20px;
	margin-right: 245px;
}

#content h1 {
	font: normal 18px Arial, sans-serif;
	padding: 0;
}

#content ul {
	list-style: none;
}

#content ul li {
	padding: 2px 0 2px 5px;
	margin: 0;
}

#content ul li:before {
	content: "\00BB  ";
	color: #996;
}

#content .item {
	line-height: 1.25;
	margin: 0;
}

#content .item .faculty{
	padding: 5px;
	margin: 5px auto;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 1px rgb(151,151,151);
	border-radius: 10px 10px 10px 10px;
}
#content .item .faculty h3{
	text-align: center;
}
#content .item .faculty p{
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 0.8;
}
#content .item .faculty ul{
	padding:0;
}
#content .item .faculty ul li {
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1;
	list-style-position: inside;
}

.content_sub{
	padding:5px;
}

.TableForm{
	font-size: 0.9em;
	border-collapse:collapse;
	width: 100%;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
.TableForm thead tr{
	background-color: #CCFFCC;
	/*background-color: #339900;*/
	text-align: center;
	padding: 10px;
}
.TableForm thead tr:first-of-type{
	border-top:3px solid #339900;
	font-size: 0.9em;
	line-height: 30px;
}

.TableForm thead th.topic-des-sh{
	background-color: #acf2c0;
	color: #ffffff;
	font-weight:bold;
	font-style:italic;
	font-size: 0.8em;
}
.TableForm thead th.topic-des{
	background-color: #339900;
	color: #ffffff;
	font-weight:bold;
	font-style:italic;
	font-size: 1em;
}
.TableForm thead th.topic-des p{
	padding: 5px;
	color: #CCC;
}
.TableForm th.Num_Rows{
	background-color: #FFFFCC;
	color: #000000;
	font-weight:normal;
	font-style:italic;
	font-size: 1em;
	text-align:center
}
.TableForm th.Topic{
	background-color: #e4e4e4;
	color: #000000;
	font-weight:bold;
	font-style:italic;
	font-size: 0.9em;
	text-align:center;
	padding: 5px;
}
.TableForm tbody{
	font-size: 0.9em;
}
.TableForm th, .TableForm td{
	padding: 2px;
	border-bottom:1px solid #CCCCCC;
}

.TableForm tbody tr:nth-of-type(even){
	background-color: #F7F7F7;
}
.TableForm tbody tr:last-of-type{
	border-bottom:3px solid #339900;
}
.TableForm tbody tr:hover{
	background-color: #FFFFCC;
}
.TableForm tbody td{
	text-align: left;
	vertical-align: top;
}
.TableForm tbody td.center{
	text-align: center;
}
.TableForm tbody td.topic-col{
	width: 80%;
	text-align: left;
}
.TableForm tbody td img{
	width: 2em;
	margin: 0 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

.TableForm .topic-des-sh img{
	width: 2em;
	margin: 0 10px;
	vertical-align: middle;
	box-sizing: border-box;
}

.TableForm .topic-des-sh p{
	width: 2em;
	margin: 0 10px;
	vertical-align: middle;
	box-sizing: border-box;
}

.TableForm .topic-des-sh select {
  width: 70%;
  padding: 10px 10px;
  margin: 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
}

.TableForm .topic-des-sh input[type="text"] {
  width: 50%;
  font-size: 1.5em;
  padding: 10px 10px;
  margin: 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  text-align: center;
  font-weight:bold;
}

.TableForm .topic-des-sh input[type="submit"]{
	width: 20%;
	font-size: 1.5em;
	border: 1px solid #CCCCCC;
	padding: 10px 10px;
	margin: 0 10px;
	border-radius: 5px;
	font-weight: bold;
	cursor:pointer;
}
.TableForm .comment{
	width: 100%;
	height: 50px;
	text-align: center;
}

.admis{
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.admis .calendar{
	max-width: 425px;
	min-width: 300px;
	height: 400px;
	margin: 3px 3px;
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 1px rgb(151,151,151);
	border-radius: 10px 10px 10px 10px;
}
.admis .calendar:hover{
	background-color: #e7fbed;
}
.admis .calendar h1{
	width: 90%;
	height:auto;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	color: #4e4e4e;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ffd800;
	background-image:url('https://rep.nstru.ac.th/HostShereFile/images/pngegg.png');
	background-repeat:no-repeat;
	background-position:right 50%;
	background-color: #fff200;
	background-size: 1em;
}

.admis .calendar h2{
	width: 95%;
	font-size: 0.69em;
	font-weight: normal;
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	color: #4e4e4e;
	padding: 0.5em;
	line-height: 3em;
	background: #ffffff;
	vertical-align: middle;
	border-radius: 25px 25px 25px 25px;
	margin: 5px 5px;
}

.admis .calendar .regis{
	width: 90%;
	height:60px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #4e4e4e;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #cccccc;
	margin:0 20px;
	float: left;
	clear: left;
}
.admis .calendar .regis:hover{
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
}
.admis .calendar .regisD{
	width: 90%;
	height:60px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #ccc;
	border: 0px solid #cccccc;
	margin:0 30px;
	float: left;
	clear: left;
}

.admis .calendar p{
	width: 43%;
	font-size: 0.69em;
	line-height: 1.3;
	font-weight: bold;
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	color: #4e4e4e;
	padding: 0.5em;
	line-height: 1.3;
	background: #faaf78;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	margin: 3px 3px;
}
.admis .calendar p:before {
	content: '\00bb';
	color: #4e4e4e;
	margin-right: 4px;
}

.admis .calendar .date{
	width: 45%;
	text-align: left;
	float: right;
	border: 1px solid #cccccc;
	font-style: italic;
	color: #000;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #ffffff;
	vertical-align: middle;
	border-radius: 0px 25px 25px 0px;
	margin: 3px 3px;
}

/*-------------------------------------------*/
.admis .calendarActive{
	max-width: 425px;
	min-width: 300px;
	height: 400px;
	margin: 3px 3px;
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 1px rgb(151,151,151);
	border-radius: 10px 10px 10px 10px;
}
.admis .calendarActive:hover{
	background-color: #e7fbed;
}
.admis .calendarActive h1{
	width: 90%;
	height:auto;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	color: #4e4e4e;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #FF9900;
	background-image:url('https://rep.nstru.ac.th/HostShereFile/images/pin.gif');
	background-repeat:no-repeat;
	background-position:right 50%;
	background-color: #99FFCC;
	background-size: 1em;
}

.admis .calendarActive h2{
	width: 95%;
	font-size: 0.69em;
	font-weight: normal;
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	color: #4e4e4e;
	padding: 0.5em;
	line-height: 3em;
	background: #ffffff;
	vertical-align: middle;
	border-radius: 25px 25px 25px 25px;
	margin: 5px 5px;
}

.admis .calendarActive .regis{
	width: 90%;
	height:60px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #4e4e4e;
	border-radius: 5px 5px 5px 5px;
	border: 0px solid #cccccc;
	margin:0 20px;
	float: left;
	clear: left;
}
.admis .calendarActive .regis:hover{
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
}
.admis .calendarActive .regisD{
	width: 90%;
	height:60px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #ccc;
	border: 0px solid #cccccc;
	margin:0 30px;
	float: left;
	clear: left;
}

.admis .calendarActive p{
	width: 43%;
	font-size: 0.69em;
	line-height: 1.3;
	font-weight: bold;
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	color: #4e4e4e;
	padding: 0.5em;
	line-height: 1.3;
	background: #faaf78;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	margin: 3px 3px;
}
.admis .calendarActive p:before {
	content: '\00bb';
	color: #4e4e4e;
	margin-right: 4px;
}

.admis .calendarActive .date{
	width: 45%;
	text-align: left;
	float: right;
	border: 1px solid #cccccc;
	font-style: italic;
	color: #000;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #ffffff;
	vertical-align: middle;
	border-radius: 0px 25px 25px 0px;
	margin: 3px 3px;
}
/*-------------------------------------------*/
.admis .Criteria{
	max-width: 100%;
	/*max-width: 425px;
	min-width: 300px;
	height: 700px;*/
	margin: 3px 3px;
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 1px rgb(151,151,151);
	border-radius: 10px 10px 10px 10px;
}
.admis .pic_new img{
	max-width: 99%;
	min-width: 300px;
	/*height: 670px;*/
	margin: 3px 3px;
	float: left;
	padding: 1px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 1px rgb(151,151,151);
	border-radius: 10px 10px 10px 10px;
}
.admis .Criteria .pic_new img{
	max-width: 99%;
	min-width: 300px;
	margin: 3px 3px;
	border: 0px solid #cccccc;
	box-shadow: 0px 0px 0px 0px rgb(151,151,151);
}
.admis .Criteria h1{
	width: 90%;
	height:auto;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	color: #4e4e4e;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #9400fc;
	background-image:url('https://rep.nstru.ac.th/HostShereFile/images/pngegg.png');
	background-repeat:no-repeat;
	background-position:right 50%;
	background-color: #e7cbfa;
	background-size: 1em;
}
.admis .Criteria p{
	width: 48%;
	font-size: 0.69em;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	color: #4e4e4e;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #e7fbed;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	margin: 1px 1px;
}
.admis .Criteria p:before {
content: '\00BB';
color: #4e4e4e;
margin-right: 4px;
}
.admis .Criteria .data{
	width: 48%;
	text-align: left;
	float: right;
	border: 1px solid #cccccc;
	font-style: italic;
	color: #000;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #ffffff;
	vertical-align: middle;
	border-radius: 0px 25px 25px 0px;
	margin: 1px 1px;
}

#content .item header {
	font: normal 18px Arial, sans-serif;
	padding: 10px 0px 0px 0px;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 2px 10px;
	border-style: solid;
	border-color: #fff #fff #ec1c24;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	clear: left;
}

#content .item p {
	text-align: justify;
}

#content .item span {
	background-color: inherit;
	color: #999;
	font-size: 11px;
}

video{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


#footer {
	padding: 10px;
	height: 20px;
	border: 0px;
	color: #333;
	font-size: 12px;
	border-radius: 20px 20px 0 0;
	background: #fff200;
	background: -moz-linear-gradient(top, #fff200 0%, #fff200 0%, #fff200 90%, #ec1c24 91%, #ec1c24 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff200), color-stop(0%, #fff200), color-stop(90%, #fff200), color-stop(91%, #ec1c24), color-stop(100%, #ec1c24));
	background: -webkit-linear-gradient(top, #fff200 0%, #fff200 0%, #fff200 90%, #ec1c24 91%, #ec1c24 100%);
	background: -o-linear-gradient(top, #fff200 0%, #fff200 0%, #fff200 90%, #ec1c24 91%, #ec1c24 100%);
	background: -ms-linear-gradient(top, #fff200 0%, #fff200 0%, #fff200 90%, #ec1c24 91%, #ec1c24 100%);
	background: linear-gradient(to bottom, #fff200 0%, #fff200 0%, #fff200 90%, #ec1c24 91%, #ec1c24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ec1c24', GradientType=0 );
	clear: both;
}

#footer a {
	background-color: inherit;
	color: #333;
}

#footer a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#footer span.left {
	text-align: left;
	padding-left: 15px;
	float: left;
}

#footer span.right {
	text-align: right;
	padding-right: 15px;
	float: right;
}

#footer p.show-footer {
	margin: 0;
	display: none;
}

#credits {
	width: 90%;
	background-color: inherit;
	color: #999;
	position: relative;
	bottom: 0;
	padding: 10px 0;
	font: normal 11px Arial, sans-serif;
	text-align: right;
	margin: 0 auto;
}

#credits a {
	background-color: inherit;
	color: #999;
	text-decoration: none;
}

#credits a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

/* Begin responsive styles */
@media screen and (max-width : 1200px){
	.admis .calendar{
		max-width: 900px;
	}
	.admis .calendarActive{
		max-width: 900px;
	}
	.admis .calendar h1{
		background-size: 3%;
	}
	.admis .calendarActive h1{
		background-size: 3%;
	}
	.admis .calendar h2{
		font-size: 0.6em;
	}
	.admis .calendarActive h2{
		font-size: 0.6em;
	}
	.admis .calendar .regis{
		font-size: 0.98em;
	}
	.admis .calendarActive .regis{
		font-size: 0.98em;
	}

	.admis .Criteria{
		max-width: 900px;
	}
	.admis .Criteria h1{
		background-size: 3%;
	}
	.admis .Criteria p{
		width: 46.5%;
	}
	.admis .Criteria .data{
		width: 46.5%;
	}

	ul#topnav li a {
		font-size: 0.7em;
	}
	.TableForm thead tr:first-of-type{
		font-size: 0.7em;
	}
	.TableForm th.Topic{
		font-size: 0.7em;
	}
	.TableForm tbody{
		font-size: 0.7em;
	}
}

@media screen and (max-width : 750px){

body { font-size:1rem; }
.admis .calendar h1{
		background-size: 6%;
}
.admis .calendarActive h1{
		background-size: 6%;
}
.admis .calendar h2{
		font-size: 0.5em;
}
.admis .calendarActive h2{
		font-size: 0.5em;
}
.admis .calendar .regis{
		font-size: 0.95em;
}
.admis .calendar .regis{
		font-size: 0.95em;
}
.admis .calendarActive h1{
		background-size: 6%;
}

.admis .Criteria p{
	width: 97%;
	font-size: 0.85em;
}
.admis .Criteria .data{
		width: 97%;
		font-size: 0.85em;
		text-indent: 20px;
}

blockquote {
	font-size: 0.8rem;
	border-left-width: 3px;
	padding: 1px 5px 1px 10px;
	margin: 0px;
}
/* banner */
/*#banner { height:100px;}*/
#banner h1 {font-size:1.8rem;}
#banner p {width:65%;font-size:1.2rem;margin-top: -3px;}
.hamburger {
	  display: inline-block;
	  margin-right: 1rem;
	}
/* menu */
ul#topnav {display:none;}
.responsive { display:block;}
#show-menu:checked ~ ul#topnav {display: block; position: absolute; top:100%; width:73%; margin:0 0 0 -9%; overflow:visible;}
ul#topnav li { display: block; text-align:left; margin:0 0 1px 15%;}
ul#topnav li a { padding-left:20px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
ul#topnav li a.active, ul#topnav li a.active:hover {    background: #eee;  color: #000;}


/* sidebar */
#sidebar { width: 30%; padding:5px; font-size:0.7rem; line-height:1.25; }
#sidebar h2 { font-size:0.9rem; }

/* content */
#content { margin-right: 33%; padding: 5px;}
#content .item header {font: normal 1rem Arial, sans-serif;
#content h1 { font-size:14px; font-weight:bold;}
#content .item span { font-size:10px;}
#content ul {margin-left:0; padding-left:0;}
#content ul li {margin-left:0; padding-left:0;}


/* footer */
#footer { font-size:10px; text-align: center; padding-bottom:20px;}
#footer span {display:none;}
#footer p.show-footer {display: block; margin-right: 33%;}
#credits { font-size:50%; text-align:left;}
.TableForm thead tr:first-of-type{
		font-size: 0.5em;
	}
	.TableForm th.Topic{
		font-size: 0.5em;
	}
	.TableForm tbody{
		font-size: 0.3em;
	}
}