.btn-colour-tondach {
  color: #fff;
  background-color: #A40500;
  border-color: #A40500;
  /*font-weight: bold;*/
  letter-spacing: 0.05em;
  border-radius: 0;
}

.btn-colour-tondach:hover,
.btn-colour-tondach:active,
.btn-colour-tondach:focus,
.btn-colour-tondach.active {
  /* let's darken #004E64 a bit for hover effect */
  background: #CC0500;
  color: #ffffff;
  border-color: #CC0500;
}

.aligned-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .aligned-row::before {
    display: block;
  }
