@charset "UTF-8";

hr {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #e6cb81 0%, #d1ae5c 100%);
  border-image-slice: 1;
  margin-top: 20px;
}

#dlButton a:last-child {
  background: #fff253;
  color: #222;
}

#dlButton a:last-child:hover {
  background: #fff7a0;
  color: #7b7b7b;
}
