body {
	background: #0c0c0c url(../images/bg.jpg) no-repeat;
	color: #9baeb4;
}

h1 {
	margin: 100px 0 25px 0 !important;
	font-size: 24px !important;
	font-weight: normal !important;
	font-family: "Century Gothic", Arial;
	color: #34ccff;
}

nav > .menu > .menu-item {
	display: inline;
	margin-right: 35px;
}
nav .menu .menu-item--expanded {
	position: relative;
	display: inline-block;
}
nav .menu .menu-item--expanded > .menu {
	display: none;
	position: absolute;
}
nav .menu .menu-item--expanded:hover > .menu {
	display: block;
	width: 300%;
	margin: -20px 0 0 -10px;
	padding: 20px 0 0 10px;
	background: url(../images/bg_menu.gif) top left no-repeat;
	background-size: auto 96%;
}
nav .menu .menu-item--expanded > .menu a {
	color: #167991;
}
nav .menu .menu-item--expanded > .menu a:hover {
	color: #34ccff;
}

p {
	margin-top: 20px !important;
}
td p {
	margin-top: 0 !important;
}

article ul li {
	list-style-type: disc;
	margin-left: 25px;
}

input, select, textarea {
	display: block;
	border: 1px solid #0C4A59;
	background: #0C323D !important;
	color: #34CCFF !important;
	margin-bottom: 20px !important;
}

.form-submit {
	padding: 4px 10px;
}

label:after {
	content: ":";
}
.form-required:after {
	content: " *";
	color: red;
}

h2 a {
	margin-top: 0;
	font: 16px normal  "Century Gothic", Arial;
	outline: none;
	color: #CCC;
	font-size: 20px;
}

a:hover {
	text-decoration: none;
	color: #34CCFF;
}

#footer {
	color: #333;
}

table thead th {
	padding: 0 0.5em;
	border-top: 1px solid #0C4A59;
	border-bottom: 1px solid #0C4A59;
	text-align: left;
	color: #FFF;
	background-color: #0E3C47;
}

table tr {
	background-color: #0d2227;
	border-bottom: 1px solid #000;
}

table td {
	padding: 2px 4px;
}

table td[colspan="7"] {
	background-color: #0C323D;
}
table tr:nth-child(odd) {
  background-color: #0d2227;
}
table tr:nth-child(even) {
  background-color: #0b1d21;
}
table td:first-child {
	border-left: none;
}
table td {
	border-bottom: 1px solid #0C4A59;
	border-left: 1px solid #0C4A59;
}
.burger-menu svg {
	width: 30px;
	height: 30px;
}

.nav-mobile-enabled {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.25rem;
	margin-top: 0 !important;
	background-color: #0d313a;
	width: 100%;
	height: 100%;
	z-index: 1111;
}
.nav-mobile-enabled .menu > .menu-item {
	display: block;
}
.nav-mobile-enabled .menu .menu-item--expanded > .menu {
	display: block !important;
	position: relative !important;
	margin: -20px 0 0 -10px;
	padding: 20px 0 0 10px;
	background: url(../images/bg_menu.gif) top left no-repeat;
	background-size: auto 96%;
}
.nav-mobile-enabled .menu-item span,
.nav-mobile-enabled .menu-item a {
	font-size: 30px;
}

@media (max-width: 639px) { 
	nav.main-menu {
		display: none;
	}
	h1 {
		margin-top: 25px !important;
	}
}
@media (min-width: 640px) { 
	nav.main-menu {
		display: block;
	}
}