  #navigation {
	width:250px;
    float:right;
	box-sizing:border-box;
	text-align:right;
	padding:10px;
	border-top-width: 5px;
	border-right-width: 8px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #111111;
	border-right-color: #111111;
	border-bottom-color: #333333;
	border-left-color: #333333;
  }
  #navigation h3 a {
    text-decoration:none;
	color:#CA0000;
  }
  #navigation a {
    display:block;
	color:#000;
	line-height:22px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:underline;
	background-color:transparent;
  }
  #navigation a:hover {
	color:#990000;
  }
  #navigation a:active {
	color:#990000;
	text-decoration:none;
  }
  .toplink {
    margin-bottom:15px;
	font-weight:bold;
  }
  #content {
    padding:10px;
	overflow: hidden;
  }
  #home-menu-top, #home-menu-bottom {
    width:600px;
	margin:auto;
  }
  #home-menu-top li {
	font-weight:bold;
	line-height:28px;
	list-style-image:url(images/arrow.gif);
  }
  #home-menu-bottom li {
	line-height:28px;
	list-style-image:url(images/bulet3.gif);
	width:250px;
	float: left;
    margin-right: 20px;
  }
  figure {
    width: inherit;
    margin: 10px;
    padding: 5px;
    text-align: center;
  }
  figcaption {
	text-align: center;
  }
  #glossary p {
	display:block;
	width:350px;
	float: left;
    margin:3px;
  }
  #glossary b {
	color: #CA0000;
  }
  .small-form {
    width:340px; 
	margin:10px; 
	padding:10px; 
	box-sizing:border-box; 
	border:1px solid black; 
	background-color:#EEEEEE; 
	float:left;" align="center"
  }
  
  
@media screen and (max-width: 600px) {
  #max-size {
    display: table; 
  }
  #navigation {
	float:none;
	display: table-footer-group;
	border:0;
	width:100%;
	text-align:left;
	padding:20px;
  }
  #content {
    padding:0px;
	width:300px; 
  }
  #content li {
	margin-left:-30px;
  }
  #home-menu-top, #home-menu-bottom {
    width:100%;
  }
  #content img {
    max-width:98%;
	height:auto;
  }
  figure {
    width: inherit;
    margin: 0px;
	margin-bottom:10px;
    padding: 0px;
    text-align: center;
  }
  #glossary p {
	width:300px;
    margin:4px;
  }
  .small-table {
	width:100%;
  }
  .small-form {
	width:100%;
	margin-left:0px;
  }
  .vertical-text {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: tb-rl;
  }
  
/* Big Tables */  
  #type-table thead {
    display: none;
  }
  #type-table td {
    display: block;
    position: relative;
    padding-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background: #fff;
  }
  #type-table td:before {
    content: attr(data-th) " :";
    display: inline-block;
    background: #EEEEEE;
    border-right: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    max-height: 100%;

    font-size: 12px;
    font-weight: bold;
    padding-left: 13px;
    padding-top: 13px;
  }
  #type-table tr {
    display: block;
	border-bottom: 10px solid gray;
  }
 
}