html{
    background-color:#f8f8f8;
    color: #222;
}

body{
max-width: 100%;
padding: 0;
margin:0;
padding-bottom:6px;
margin-bottom:8px;
Font-family:Georgia, serif;
background-color:#f8f8f8;
line-height:1.5;
}

.wrapper{
    max-width:750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 42px;
}

.content{
    margin:5px;
    border-radius:5px;
    box-shadow: 0px 1px 2px 2px #999;
    padding:15px;
    background-color:#fefefe;
    line-height:1.5;
}

table{
	width:100%;
	border-bottom: 1px solid #999;
}

th{
    background-color:#ccc;
    color:#333;
    height:30px;
}

th, td{
    text-align:left;
    padding-left:10px;
    padding-right:20px;
}

td{
    vertical-align:middle;
	padding-top:15px;
}

td:first-child{
    vertical-align:middle;
}

tr{border-bottom: 1px solid #999;
}

tr:first-child{
border-bottom: none;
}

.newrel{
    border-bottom:1px dotted #999 !important;
}

h1, p{
    max-width:100%;
    padding-left:5px;

}

h1{
    font-size:20px;
    margin: 0 auto 15px auto;
}

body p{
    margin: 0 auto 15px auto;
    font-size:16px;
}

sup{
	font-size:10px;
	font-style:italic;
}

ul{
    margin-left:0;
    padding-left:10px;
}

.mobile-container {
  max-width: 100%;
  margin: 0;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
  
}

.topnav {
  overflow: hidden;
  background-color: #000;
  position: fixed;
  top:0;
  width:100%;
  border-bottom:1px #000 solid;
}

.topnav #myLinks {
  display: none;
}

.topnav #myLinks a {
  border-bottom: 1px solid #999;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 19px;
}

.topnav #myLinks a:last-child {
    border-bottom:none;
}

.topnav a {
  color: white;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  line-height:24px;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size:22px;
}

.topnav a:hover {
  color: #fefefe;
}

.active {
  background-color: #000;
  color: white;
}

.active:hover{
    color: #fefefe !important;
}
