#anxious-media-player{
  position: fixed;
  right: 0;
  bottom: -6px;
  z-index: 999999;
}
#anxious-controls{
  position: absolute;
  bottom: 30%;
  right: 45%;
  display: none;
}
#anxious-play, #anxious-pause, #anxious-next {
  display: none;
}
#anxious-resume{
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}
#anxious-next {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-family: sans-serif; 
  background-color: #FF0179;
  padding: 0;
} 
#anxious-next:hover,
#anxious-next:hover * {
  color: #FF0179;
  background-color: yellow;
}
#anxious-next a {
  text-decoration: none;
  color: yellow;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-trophy:before {
  content: "\f091";
}

/* fa custom styles */
.fa{
  color: yellow;
  background-color: #FF0179;
  cursor: pointer;
  padding: 7px 5px;
}
.fa:hover{
  color: #FF0179;
  background-color: yellow;
}
 