.content {
  align-self: center;
}

.content.alignTop {
  align-self: flex-start;
}

.content.left {
  text-align: left;
}

.content.center {
  text-align: center;
}

.content.right {
  text-align: right;
}

.content.disabled {
  color: var(--gray-dark) !important;
}

.content.circle {
  border-radius: 50%;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem;
  text-align: center;
}

.content.tableCircle {
  border-radius: 50%;
  width: 1rem !important;
  height: 1rem !important;
  line-height: 1rem;
  text-align: center;
}

.content.pointer {
  cursor: pointer;
}

.content.underline {
  text-decoration: underline;
}
