.dim {
  opacity: .5;
}

.full-width {
  width: 100%;
}

.search-container {
  border: 1px solid #eceff1;
  margin-bottom: 10px;
}

.center-margins {
  margin: 0 auto;
}

.text-link {
  color: #296ed2;
  cursor: pointer;
  text-decoration: none;
  transition: color 150ms ease;
}

.pointer {
    cursor: pointer;
}

.new-card-info {
  display: block;
}

.partners-background {
  background-color: #eceff1;
}

.left-spacer {
  margin-left: 10px;
}

.right-spacer {
  margin-right: 10px;
}

.top-spacer {
  margin-top: 10px;
}

.bottom-spacer {
  margin-bottom: 10px;
}
