
.tabl-style h1 {
  font-size:3em; 
  font-weight: 300;
  line-height:1em;
  text-align: center;
  color: #4DC3FA;
}

.tabl-style h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: white;
}

.tabl-style h2 a {
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

.blue { color: #185875; }
.yellow { color: #FFF842; }

.tabl-style th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color:white;
}

.tabl-style 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;
}

.tabl-style {
	  text-align: left;
	  overflow: hidden;
	  width: 100%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 0 0;
}

.tabl-style td, .tabl-style th {
	  padding-bottom: 1%;
	  padding-top: 1%;
  padding-left:2%;  
  padding-right:3%;
}

/* Background-color of the odd rows */
.tabl-style tr:nth-child(odd) {
	  background-color: #323C50;
}

/* Background-color of the even rows */
.tabl-style tr:nth-child(even) {
	  background-color: #2C3446;
}

.tabl-style th {
	  background-color:#406FA5;
	  color:#fff;
}

.tabl-style td:first-child { color: white; }

.tabl-style tr:hover {
   background-color:#406fa5;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.tabl-style 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;
}

@media (max-width: 800px) {
.tabl-style td:nth-child(4),
.tabl-style th:nth-child(4) { display: none; }
}

.material-top{
	padding:25px 15px 15px 15px;
	margin-top: 8%;
}
.material-tex {
	padding:50px 0 0 0;
	color:#000;
}