.contentBlockFull p {
  font-size: 16px;
}
.searchtable table th,
.searchtable table a:not(.sap-button) {
  line-height: 20px !important;
}
.searchtable th {
  background-color: #4b95a0;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.searchtable td {
  font-size: inherit;
}
th,
.searchtable td {
  vertical-align: top;
  line-height: 20px;
}
.searchtable tbody tr:first-child {
  color: #4b95a0;
  font-size: 20px;
}
.searchtable tbody:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.searchtable tbody:nth-of-type(even) {
  background-color: #eee;
}
p.searchTable_input--container {
  background-color: #858585;
  border: 1px solid #ffffff;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 8px;
  margin-bottom: 0;
}
.searchTable_intro {
  width: 66%;
  margin-bottom: 30px;
}
.searchTable_input {
  padding: 7px;
  width: 270px;
  margin-top: 8px;
}
