.spotify_actions .buttons_wrap {
  text-align: center;
}
.spotify_actions .buttons_wrap .btn {
  margin: 0 0.25em 0.25em;
  height: auto;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}
.spotify_actions .buttons_wrap .btn i {
  margin-right: 0.25em;
}
.spotify_actions .buttons_wrap .btn .label_connecting,
.spotify_actions .buttons_wrap .btn .label_failed {
  display: none;
}
.spotify_actions .buttons_wrap .btn.connecting {
  opacity: 0.75;
  pointer-events: none;
}
.spotify_actions .buttons_wrap .btn.connecting .label {
  display: none;
}
.spotify_actions .buttons_wrap .btn.connecting .label_connecting {
  display: inline-block;
}
.spotify_actions .buttons_wrap.large .btn {
  line-height: 2.428571429;
  padding: 0 0.875em;
}
.spotify_actions .buttons_wrap.xlarge .btn {
  font-size: 1em;
  line-height: 2.5;
  padding: 0 0.875em;
}
.spotify_actions .buttons_wrap.list .wrap {
  width: 17.5em;
  display: block;
  margin: 0 auto 0.25em;
}
.spotify_actions .buttons_wrap.colors .btn {
  background-color: #2ebd59;
  border-color: #2ebd59;
  /*
  & when (@buttondepth) {
    border-bottom-color: darken(@thiscolor, 15%);
  }
*/
}
.spotify_actions .buttons_wrap.colors .btn,
.spotify_actions .buttons_wrap.colors .btn:visited,
.spotify_actions .buttons_wrap.colors .btn:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.spotify_actions .buttons_wrap.colors .btn:focus,
.spotify_actions .buttons_wrap.colors .btn:hover {
  background-color: #31a053;
  border-color: #31a053;
  /*
      & when (@controlsdepth) {
        border-bottom-color: darken(@thiscolor, 20%);
      }
*/
}
.spotify_actions .buttons_wrap.colors .btn:active {
  background-color: #31a053;
  border-color: #31a053;
  /*
      & when (@controlsdepth) {
        border-top-color: darken(@thiscolor, 20%);
      }
*/
}
.spotify_actions .buttons_wrap .error {
  font-size: 0.75em;
  margin: 0 0.5em;
  color: #eb2d23;
}
.spotify_actions .buttons_wrap .btn.failed .spotify_actions_errors .error {
  display: inline-block;
}
