/* V148: Remove underline effect from 'Open Calculator' button */
a.btn:hover, button.btn:hover {
  text-decoration: none !important;
}
#open-calculator-btn:hover, .open-calculator-btn:hover {
  text-decoration: none !important;
}
