/* Key figure tables */

.infoTable2 {
  display:table;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.infoTable2 .cell {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #46609f;
  color: #fff;
}

.infoTable2 .headLine {
  font-size: 3.8em;
  /*padding: 20px 20px 10px 20px;*/
  padding: 35px 20px 10px 20px;
  font-weight: 300;
}

.infoTable2 .byLine {
  font-size: 1.4em;
  /*padding: 5px 20px 30px 20px;*/
  padding: 30px 20px 30px 20px;
}

.infoTable2 .line {
  border-top: 1px solid #e8e8e8;
  width: 50%;
  margin: 0 auto;
}

/* END Key figure tables */

@media only screen and (min-width: 1000px) /* 700px */
{

.infoTable2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 2em solid #46609f;
  border-bottom: 2em solid #46609f;
}

.infoTable2 .cell {
  display: table-cell;
  width: 33%;
  border-right: 1px solid #e8e8e8;
}

.infoTable2 .cell:last-of-type {
  border-right: none;
}

.infoTable2 .headLine {
    /*padding: 0px 20px 10px 20px;*/
	padding: 15px 20px 10px 20px;
}

.infoTable2 .byLine {
    /*padding: 5px 20px 10px 20px;*/
	padding: 35px 20px 10px 20px;
}

.line {
    display: none;
}

/* END Adjustments to key info */

}