.small {
	display: none;
}

nav.large {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 20px 5px 5px;
	background-color: #fff;
}

nav.large ul {
	float: right;
	margin: 0;
}

nav.large ul li {
    display: inline-block;
    margin-left: 15px;
    list-style: none;
}

nav.large ul li.last {
	display: none;
}

nav.large ul li a {
	text-decoration: underline;
}
	
nav.large ul li a:hover {
	text-decoration: underline;
}

nav.small ul {
	margin-top: 60px !important;
}

nav.small ul li {
    display: inline-block;
    list-style: none;
}

nav.small ul li a {
    text-decoration: none;
}
    
nav.small ul li a:hover {
    text-decoration: none;
}

hr {
	margin: 60px auto;
}

table.fd-table .fd-header {
	background-color: #51493f !important;
}

table th, table th strong, table th b {
	color: #fff;
}

@media screen and (max-width: 980px) {
    #header {
        padding: 6em 4em 1em;
    }
	.small {
       display: block;
    }
	.large {
	   display: none;
	}
	nav.small ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 450px) {
	#header {
        padding: 1em;
    }
    nav.small ul {
        padding: 0 !important;
        margin: 30px 0 1em 0 !important;
    }
    nav.small ul li {
	    margin-left: 10px;
	    margin-right: 10px;
    }
}

@media screen and (max-width: 300px) {
    nav.small ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
}
