.table-print,
.table-print:hover,
.table-print:visited {
  color: #C41230;
  font-weight: bold;
}

.table-title {
  font-size: 2.2em;
}

.table-print {
  font-size: 1.2em;
  margin: 14px 15px 0 0;
}

.table-print img {
  min-height: 20px;
  height: auto;
  vertical-align: sub;
  width: 25px;
}

.table-layout thead tr th {
  background-color: #C41230;
  color: #fff;
  font-family: 'connections';
  font-size: 1.0em;
  font-weight: bold;
  vertical-align: top;
}

.connections-font {
  font-family: 'connections';
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #F9F8F4;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-bordered{
  border: solid 1px #888;
  line-height: 18px;
  padding: 15px 10px;
	border-left: 0px;
}

.table thead th {
	    border-bottom: 0!important;
}

@media (max-width: 374px) {
  .table-title {
    font-size: 1.8em;
  }
  .table-print {
    font-size: 1.0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 932px) {
  .table-layout {
    font-size: .8em;
  }
}

@media (max-width: 767px) {
  .table-layout {
    font-size: .9em;
  }
}
