/* Shared styling for verify_card templates. */

#edit-addon {
  background-color: transparent;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}

.right-border-none {
  border-right: transparent;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
}
