.voicexpress,
.voicexpress * {
  box-sizing: border-box;
}
.voicexpress {
  margin: 15px 0;
  position: relative;
}
.voicexpress audio {
  width: 100%;
  z-index: 1;
  position: relative;
}
.voicexpress .voicexpress-copyright {
  display: table !important;
  letter-spacing: 0.5px;
  vibility: visible!important;
  width: auto;
  margin: -22px auto 0 auto;
  z-index: 2;
  font-size: 9px;
  line-height: 9px;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 50%;
  margin-left: -54px;
}