.indent-1 { padding-left: 1rem !important; }
.indent-2 { padding-left: 1.5rem !important; }

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

.text-secondary { color: #4d4d4d; }
.red { color: red; }
.red-bg { background: red; }
.green { color: green; }
.green-bg { background: green; }
.white { color: white; }
.grey-bg { background-color: lightgrey; }

.border-top { border-top: 1px solid black; }
.border-bottom { border-bottom: 1px solid black !important; }
.border-right { border-right: 1px solid black; }
.border-left { border-left: 1px solid black; }

.wrap { white-space: wrap; }
.nowrap { white-space: nowrap; }

.bold { font-weight: bold; }

.d-none { display: none; }

.archived {
  color: gray;

  a {
    color: cornflowerblue;
  }
  button, a.button {
    color: gray;
  }
}
