.left {
  left: 10px; {# Match w/ anchor left-margin #}
}

.right {
  right: 10px;
}

.bold {
  font-weight: bold;
  font-size: 1.1rem;
}