@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

table {
  width:100%;
}
tbody {
  font-family: 'Open Sans', sans-serif;
  font-weight: 250;
  line-height: 1.50em;
  background-color:#FFFFFF;
  font-size:14px;
}
/** hide infotext **/
td sub,
td sup {
  display:none;
}
td sup {
  display:none;
  position:absolute;
  max-width:400px;
  padding:2%;
  background-color:#fff;
  border:1px solid #ccc;
  
}
.contenttable td {
  font-weight: normal;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
  -moz-box-shadow: 0 2px 2px -2px #0E1119;
  box-shadow: 0 2px 2px -2px #0E1119;
  text-align:center;
}
.contenttable tr td:first-of-type, 
.contenttable tr td:first-of-type p {
  text-align:left;
  margin:0;
}
.contenttable{
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.contenttable td, .contenttable th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left:2%;  
}
.align-center {
  font-size:1em; 
  font-weight: 300;
  line-height:1em;
  text-align:left;
  color: #2E2E2E;
}
.bodytext {
  font-size:1em; 
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  color: #2E2E2E;
}

th[scope=col] {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  color: #FFFFFF;
}


.contenttable th {
  background-color: #313489;
}
.contenttable tr:hover {
  background-color: #F2F2F2;
  -webkit-box-shadow: 0 6px 6px -6px #0E1119;
  -moz-box-shadow: 0 6px 6px -6px #0E1119;
  box-shadow: 0 6px 6px -6px #0E1119;
}


caption {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  line-height:1em;
  padding-bottom: 2em;
  color: #151515;
}
.infinity-align-center{
  font-size:21px; 
  font-weight: normal;
  line-height:1em;
  text-align:left;
  color: #2E2E2E;
  

}