@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

.autoplayer button {
  background: #000;
  cursor: pointer;
  color: #ff1a1a;
  border: 2px solid #ff1a1a;
  box-shadow: none;
  border-radius: 0;
  padding: 1px 4px 0px 4px;
  font-size: 19px;
  position: fixed;
  height: 40px;
  bottom: 30px;
  width: 40px;
  left: 7px;
  z-index: 999;
  font-family: "Bebas Neue", sans-serif;
  transition: color 0.2s, border-color 0.2s;
}

.autoplayer button:hover {
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.autoplayer a {
  background: #000;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  padding: 0 16px;
  border: 2px solid #ff1a1a;
  box-shadow: none;
  position: fixed;
  font-size: 14px;
  bottom: 30px;
  left: 56px;
  z-index: 999;
  white-space: nowrap;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 3px;
  height: 36.5px;
  display: flex;
  align-items: center;
  transition: color 0.2s, border-color 0.2s;
}

.autoplayer a:hover {
  color: #ff1a1a;
  box-shadow: none;
}