#newerwrap {
  height: 44px;
  width: 94.67%;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
}
#newerwrap .copy {
  width: 40px;
  color: #FFF1CE;
  font-weight: 600;
  font-size: 18px;
  margin-left: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}
#newerwrap .content {
  flex: 1;
  margin-left: 19px;
}
#newerwrap .content .present {
  display: flex;
  align-items: center;
}
#newerwrap .content .present img {
  width: 15px;
  display: inline-block;
}
#newerwrap .content .present span {
  color: #912E0B;
  font-size: 11px;
  margin-left: 5px;
}
#newerwrap .content .present span span {
  color: red;
  margin-left: 0;
}
#newerwrap .receive {
  width: 36px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #D8303E;
  margin-right: 7px;
}
#older {
  height: 44px;
  width: 94.67%;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
}
#older .copy {
  text-align: center;
  width: 57px;
  color: #FFF1CE;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}
#older .content {
  flex: 1;
  margin-left: 13px;
}
#older .content .present {
  display: flex;
  align-items: center;
}
#older .content .present img {
  width: 15px;
  display: inline-block;
}
#older .content .present span {
  color: #912E0B;
  font-size: 11px;
  margin-left: 5px;
}
#older .content .present span span {
  color: red;
  margin-left: 0;
}
#older .receive {
  width: 36px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #D8303E;
  margin-right: 7px;
}
a{
  text-decoration: none;
}