@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.42em;
	font-size: xx-large;
	color:#A7A1AE;
	background-color:#1F2739;
  }

a:link, a:visited {
  color: #FFF842;
}

.yellow { color: #FFF842; }

.center {
	display: flex;
	justify-content: center;
}

.middle {
	vertical-align: middle
}

.margin {
	margin-top: 50px;
	margin-left: 10px;
}


.container th h1 {
	font-weight: bold;
	font-size: large;
	text-align: left;
	color: #185875;
}

.container td {
	font-weight: normal;
	font-size: 1em;
-webkit-box-shadow: 0 2px 2px -2px #0E1119;
	 -moz-box-shadow: 0 2px 2px -2px #0E1119;
		  box-shadow: 0 2px 2px -2px #0E1119;
}

.container {
	text-align: left;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	display: table;
	padding: 0 0 8em 0;
}

.container td, .container th {
	padding-bottom: 2%;
	padding-top: 2%;
	padding-left:2%;  
	width: 1000px;
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
	background-color: #323C50;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
	background-color: #2C3446;
}

.container th {
	background-color: #1F2739;
}

.container td:first-child { color: #FB667A; }

.container tr:hover {
 background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	 -moz-box-shadow: 0 6px 6px -6px #0E1119;
		  box-shadow: 0 6px 6px -6px #0E1119;
}

.container td:hover {
background-color: #FFF842;
color: #403E10;
font-weight: bold;

box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
transform: translate3d(6px, -6px, 0);

transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
transition-timing-function: line;
}


.overviewContainer {
	font-size: larger;
}
.overviewContainer th {
	font-weight: bold;
	text-align: left;
	color: #185875;
}

.overviewContainer td {
	font-weight: normal;
	font-size: 1em;
-webkit-box-shadow: 0 2px 2px -2px #0E1119;
	 -moz-box-shadow: 0 2px 2px -2px #0E1119;
		  box-shadow: 0 2px 2px -2px #0E1119;
}

.overviewContainer {
	text-align: left;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	display: table;
	line-height: 1em;
}

.overviewContainer td, .overviewContainer th {
	padding-left:2%;  
	width: 1000px;
}

/* Background-color of the odd rows */
.overviewContainer tr:nth-child(odd) {
	background-color: #323C50;
}

/* Background-color of the even rows */
.overviewContainer tr:nth-child(even) {
	background-color: #2C3446;
}

.overviewContainer th {
	background-color: #1F2739;
}

.overviewContainer tr:hover {
 background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	 -moz-box-shadow: 0 6px 6px -6px #0E1119;
		  box-shadow: 0 6px 6px -6px #0E1119;
}

.overviewContainer td:hover {
background-color: #FFF842;
color: #403E10;
font-weight: bold;

box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
transform: translate3d(6px, -6px, 0);

transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
transition-timing-function: line;
}


.navigationTab td {
	border-style:none;
	padding-right: 100px
}