.button-link {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--green);
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

#billing .panel { margin-bottom: 18px; }
#billing td:last-child { white-space: nowrap; }
