.wd-title-bar {
  margin-bottom: 0;
}

.pgnlng-nav-link:not(.active) {
  background-color: #FFF9F2;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  height: calc(1.5em + .5rem + 20px);
  border-top:0px!important;
  border-left: 0px!important;
  border-right: 0px!important;;
}

.card-pgnlng-calculator{
  background-color: #181D3124;
  border-radius: .5em;
}

.pgnlng-calc-table, table tr.even, table tr.alt, table tr:nth-of-type(even){
  background-color: transparent;
  border: 0px;
}