@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 20px;
}

div.table-title {
   display: block;
  margin: auto;
  max-width: 1080px;
  padding:5px;
  width: 100%;
}

.table-title h1 {
   color: #1a1919;
   font-size: 34px;
   text-align: center;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  max-width: 1080px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#22242c;
  font-size:18px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:26px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
.logo_ens {
  background-color: #fff;
}
/* ---- button -- */
a.button_insc {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #ff000091;
}
a.button_insc:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #3e94ec;
}
h2 {
  color: #1a1919;
  font-family: "Roboto", helvetica, arial, sans-serif;
  vertical-align: middle;
  font-weight: 300;
  text-shadow: -1px -1px 1px rgb(0 0 0 / 10%);
}
hr {
  border-top: 0.5px dashed #1a1919;
  border-bottom: 0;
}

#news-bar {
  max-width: 1080px;
  background:#ee3a41;
  font: 21px bold;
  padding-left: 20px;
  padding-right: 20px;
}

#news-bar:hover {
  transition: 0.37s;
}

#news-bar a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}

#news-bar a:hover {
  transition: 0.37s;
}
@media only screen and (max-width: 600px) {
  td {
    font-size: 30px;
  }
}