.instruction-step {
  margin-bottom: 50px;
}

.img-border {
  border-image-width: 2px;
  border: solid;
  border-radius: 6px;
  border-color: #aaaaaa;
}

.card {
  border-color: #111;
  color: #ff0000;
  border-radius: 6px;
}

.card-header-fw-update {
  color: #f15a24;
  background-color: #222;
  border: none;
  cursor: pointer;
  padding: 6px;
  font-size: 1.2em;
}

.card-header-fw-update:first-child,
.card-header-fw-update:last-child {
  border-radius: 0px;
}

.card-header-fw-update:hover {
  background-color: #111;
}

.card-body-fw-update {
  padding: 10px;
  padding-bottom: 40px;
  color: #eee;
  background-color: #333;
  border-radius: 0px;
}

.accordion {
  width: 100%;
}
