/* defaults */
html {
  font-family: 'Lato', sans-serif; font-weight: 300; font-size: 15px; color: rgb(64,95,125);
  background-color: rgb(238,238,245); margin: 0pt; -webkit-text-size-adjust: none;}


/* center everything
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.centered {
width:880px;
margin: auto;
}



/* Top row
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.title {
    color: rgb(64,95,125);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: left; 
    vertical-align: super;
    position: absolute;
    top:0px;
    background-color:rgb(238,238,245);
    z-index: 88;
    width:860px;
    padding-left: 20px;
	}

.date {
    color: rgb(64,95,125);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    top:0px;
    position: absolute;
    background-color:rgb(238,238,245);
    z-index: 90;
    margin-left:560px;
    width:300px;
	}

.bat {
    color: rgb(64,95,125);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    position: fixed;
    top:0px;
    background-color:rgb(238,238,245);
    z-index: 90;
    margin-left:280px;
    margin-right:280px;
    width:300px;
    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: rgba(77,109,151,.25);
	}


/* Navigation Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top {
	top:20px;
    font-family: 'Source Code Pro', monospace;
	position: fixed;
	margin-left:auto;
	margin:auto;
	width: 880px;
    z-index: 90;
    height: 45px;
}
    
.top ul {
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.15);
    background-color: rgb(110,147,176); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* Standard syntax */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.top li {
    display: inline-block;
}

.top li a, .dropbtn {
    display: inline-block;
    color: rgb(255,255,255);
    text-align: center;
    text-decoration: none;
    min-width: 160px;
    padding: 10px 16px;
    height: 24px;
}

.top li a:hover, .dropdown:hover .dropbtn {
    height: 24px;
    background-color: rgb(39,58,77); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* Standard syntax */
}

.top li.dropdown {
    display: inline-block;
}

.top .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(39,58,77); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(39,58,77,.85), rgba(39,58,77,.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(39,58,77,.85), rgba(39,58,77,.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(39,58,77,.85), rgba(39,58,77,.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(39,58,77,.85), rgba(39,58,77,.9)); /* Standard syntax */
    min-width: 10px;
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.15);
    z-index: 90;
}

.top .dropdown-content a {
    color: rgb(255,255,255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.top .dropdown-content a:hover {
    background-color: rgb(39,58,77); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(39,58,77,.4), rgba(39,58,77,.7)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(39,58,77,.6), rgba(39,58,77,.9)); /* Standard syntax */
	color: rgb(0,255,200)
}

.top .dropdown:hover .dropdown-content {
    display: block;
}



/* Table headers and content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse;
	overflow: hidden;
}

tr {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 0.3rem;
  text-align:left;
  word-break:break-all;
  vertical-align: top;
}

td {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0.3rem;
  text-align:left;
  word-break:break-all;
  height:20px;
      -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

td grey{
  color: #999999;
  }


th {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgb(255,255,255);
  vertical-align: baseline;
  padding: 0.3rem;
  background: rgb(238,238,245);
  text-align:left;
  word-break:break-all;
  position: relative;
  text-align: center;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}




/* Links within tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table a:link, table a:visited, table a:active {
  color: rgb(64,95,125);
  font-weight: 400;
  text-decoration: none;
  }

table a:hover {
  color: rgb(0,0,0);
  border-bottom:1px solid;
  border-color: rgb(0,0,0);
  }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.rlist ul {
	font-family: 'Source Code Pro', sans-serif;
	font-size: 14px;
	list-style: none;
    padding: 0px;
    width: 390px;
	line-height: 24px;
}

.rlist li {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	list-style: none;
    padding: 0px;
    width: 390px;
	line-height: 24px;
	text-decoration: none; 
}

.rlist li a {
	display: block;
	color: rgb(77,109,151);
	background-color:rgb(238,238,245)
	line-height: 24px;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none; 
}

.rlist ul a:hover, .rlist li a:hover {
	color: rgb(255,255,255);
    line-height: 24px;
	text-decoration: none;
    background-color: rgb(110,147,176); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(110,147,176), rgb(64,95,125)); /* Standard syntax */
}
