/* ----------------- Powermail ----------------- */
.powermail_fieldwrap{
  margin-bottom: 10px;
}

.powermail_submit{
  background: #d6ebf4;
  padding: 8px;
  border-radius: 6px;
  text-transform: lowercase;
  color: RGB(0, 92, 170);
text-decoration: none;
}

.powermail_submit:hover{
  background-color: #005caa;
  color: #fff;
}


/* ----------------- Indexed Search ----------------- */
#tx_indexedsearch legend {
  display: none; 
}

.tx-indexedsearch-res .card-title{
  font-size: 21px;
}

.tx-indexedsearch-res .tx-indexedsearch-result-number,
.tx-indexedsearch-res .tx-indexedsearch-percent{
  display:none;
}

.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  color: RGB(4, 189, 74);
}