.m-top-0 {
  margin-top: 0;
}

.m-top-5 {
  margin-top: 5px;
}

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

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-bot-0 {
  margin-bottom: 0;
}

.m-bot-5 {
  margin-bottom: 5px;
}

.m-bot-10 {
  margin-bottom: 10px;
}

.m-bot-15 {
  margin-bottom: 15px;
}

.m-bot-20 {
  margin-bottom: 20px;
}

.height-100 {
  min-height: 100px;
}

.height-200 {
  min-height: 200px;
}

.height-300 {
  min-height: 300px;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.valign-middle {
  vertical-align: middle !important;
}

.whitespace-pre {
  white-space: pre-line;
}

ul.unstyled {
  padding-left: 0;
  list-style: none;
}

ul.unstyled > li > label {
  font-weight: normal;
}

ul.plain {
  list-style: none;
}

.line-through {
  text-decoration: line-through;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.asterisk:before {
  content: "*";
  color: red;
  font-size: 14pt;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.equal > div[class*="col-"] {
  display: flex;
  flex-direction: column;
}
