﻿/* PowerChall+296 contact.html header active repair */
header.pc296-contact-header-active-scope a.pc296-contact-header-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3f8f3b;
  color: #ffffff;
  border-radius: 7px;
  padding: 10px 16px;
  text-decoration: none;
}
header.pc296-contact-header-active-scope a.pc296-contact-header-active:visited {
  color: #ffffff;
}
header.pc296-contact-header-active-scope a.pc296-contact-header-active:hover {
  background: #357d33;
  color: #ffffff;
}
header.pc296-contact-header-active-scope a.pc296-contact-header-normal {
  background: transparent;
  color: #172a45;
  box-shadow: none;
  border-color: transparent;
}
header.pc296-contact-header-active-scope a.pc296-contact-header-normal:visited {
  color: #172a45;
}
