@charset "utf-8";

table {
    width: 100%;
    border-top: 1px solid #444444;
    border-collapse: separate;
}

th, td {
    border-bottom: 1px solid #000000;
        padding: 10px;
        /* text-align: center; */
}

th {
    position: sticky;
    border-bottom: 3px solid #000000;
    top:0;
    background-color: #e3e4e6;
}

tbody tr:nth-child(2n) {
    background-color: #a7adba;
}

tbody tr:nth-child(2n+1) {
    background-color: #FFFFFF;
}

body {
    margin: 0 0;
    background-color: #f9fafc;
    /* background-color: black; */
}

h1 {
    display:inline-block;
    padding: 24px 36px 0 36px;
    text-align: center;
    margin: 0 auto;
    display:inline-block;
    height: 50px ;
    background-color: #50586C;
}
h1 a{
    text-decoration: none;
    color: white;
}

nav{
    display:inline-block;
    font-size: 12pt;
    font-family: 'PT Sans', Arial, Sans-serif;
    position: relative;
}

nav ul{
    padding: 0;
    margin: 0 30px;
    text-align: center;
    width: auto;
}

nav li{
}

nav a{
    line-height: 50px;
    height: 30px;
}

nav li a{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

nav li:last-child a{
    border-right: 0;
}

nav a:hover, nav a:active{
}

nav a#pull{
    display: none;
}

html {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color: #000000;
}

ul{
    /*list-style-type: none;*/
    margin: 0;
    padding: 0;
    background-color: #50586C;
    text-align: center;
}

li{
    /*position: relative;*/
    display: inline-block;
}
li a{
    color: #f9fafc;
    text-align: center;
    padding: 14.5px 16px;
    text-decoration: none;
}
li a:hover{
    /*color: #597812;*/
    color: #FFD400;
    font-weight:normal;
}

.menu {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: left;
    max-width: 100%;
    margin: 24px -36px;
    background-position: center;
    background-size: cover;
    background-color: #50586C;
    color: #f9fafc;
    position: fixed;
    z-index: 1;
}

div.menu li ul.sub{
    margin: 0 0;
	position:absolute;
    text-align: left;
}

ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}