@import url(fontiran.css);
body{
  margin: 0;
  color: black;
}
.player {
  width: 100%;
  text-align: center;
}
.player .player-wrapper, .headers {
  font-family: IRANSans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.50em;
  margin-top: 20px 0;
  direction: rtl;
}
.player .player-wrapper .fraudio-container {
  margin: 0px;
}
.player .player-wrapper .description {
  font-size: 16px;
  color: #666;
}
.headers {
  background-color: #ccc;
  text-align: center;
}
.headers .title {
  font-weight: 100;
  font-size: 11px;
  line-height: 1em;
}
.headers .listeners {
  padding: 15px 0 0;
}
.connected {
  margin-right: 43px;
  color: red;
}