.auth_message {
  text-align: center;
  background: white;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.tracks {
  list-style: none;
  padding: 0;
}

.tracks li img {
  max-height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.tracks li {
  vertical-align: middle;
  padding: 6px;
  cursor: pointer;
}

.tracks li.active,
.tracks li:hover {
  background: #014d7e;
}

.tracks li span.duration {
  float: right;
}

.blip-search {
  margin: 3px;
  padding: 10px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}

.image img {
  max-height: 258px;
}

.music_player {
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}

.music_player .controls {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.music_player .controls i {
  margin-right: 10px;
  font-size: 18px;
}

.devices {
  float: right;
  display: inline-block;
  font-size: 12px;
}

.devices li {
  list-style: none;
  cursor: pointer;
}

.devices li.active {
  font-weight: 600;
  color: orange;
}

.playspotify {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  background: #0fd266;
  padding: 4px;
  color: white;
  border-radius: 5px;
}

#blips .tweem .cover {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  /* height: 85px; */
  border-radius: 6px;
  min-width: 100px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-height: 86px;
}

#blips .tweem .cover img {
  max-width: 90px;
  border-radius: 10px;

}

DIV.tweem DIV.content DIV.body {
  max-width: 440px;
}

.flw {
      margin-left: 75px;
      display: none;
      background: white;
      margin-top: -8px;
      padding: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
}

DIV#blipsContainer {
  height: auto;
}