html {overflow-y: scroll;}body {margin: 0;padding: 0;overflow-x: hidden;font-family: Arial;font-size: 18px;}header {color: #fff;background: rgb(10,24,53);background: -moz-linear-gradient(90deg, rgba(10,24,53,1) 0%, rgba(27,85,206,1) 50%, rgba(59,89,152,1) 100%);background: -webkit-linear-gradient(90deg, rgba(10,24,53,1) 0%, rgba(27,85,206,1) 50%, rgba(59,89,152,1) 100%);background: linear-gradient(90deg, rgba(10,24,53,1) 0%, rgba(27,85,206,1) 50%, rgba(59,89,152,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a1835",endColorstr="#3b5998",GradientType=1);padding: 10px 0 10px 5px;text-decoration: none;position: fixed;width: 100%;z-index: 200;-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);}.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix {display: inline-block;}* html .clearfix {height: 1%;}.clearfix {display: block;}#content {padding: 45px 0px 0px 0px;position: relative;width: auto;height: 90%;-webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);}#content-title {margin: 0;padding: 20px 0 0 0;}#content-title h1 {line-height: 0.6;font-size: 3em;}#content-title h2 {line-height: 0;font-size: 1.5em;}#content-tool {float: left;margin: 0;padding: 10px 0 0 3px;}#content-tool p {margin: 0;}#content-commands {margin: 10px;padding-top: 7px;}button {color: #000;margin-left: 10px;}#hamburger {float: left;border: 2px solid #374c77;border-radius: 3px;cursor: pointer;display: block;height: 24px;padding: 0px 5px 8px 6px;margin: 0 5px 0 0;position: relative;width: 23px;}#hamburger div {background-color: #fff;border: 1px solid #eee;border-radius: 2px 2px 2px 2px;height: 2px;margin-top: 5px;width: 90%;}nav {opacity: 0;left: 0px;top: 0px;position: fixed;z-index: 0;width: 60%;height: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow-x: hidden;overflow-y: auto;background: #3e3c3d;background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);}nav ul {list-style: none;margin: 0;width: 100%;padding: 0;}nav li {position: relative;font-size: 1em;font-weight: bold;border-bottom: 1px solid #222222;border-top: 1px solid #444444;padding: 15px;}nav li a, nav li a:visited, nav li a:focus {color: #fff;text-decoration: none;}nav li a:hover {color: red;text-decoration: none;}#contentLayer {display: none;height: 100%;overflow-x: hidden;overflow-y: auto;position: fixed;right: 0;top: 0;width: 60%;z-index: 500;}