/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*

reusable mixins 

*/
@import "components/emoji.files.css";
.inline-block {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.fancy-button {
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ffffff;
  vertical-align: top;
  text-decoration: none;
}
.fancy-button:hover {
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.left-right {
  display: block;
  font-size: 0px;
}
.left-right .left,
.left-right .right {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 50%;
}
.left-right .right {
  text-align: right;
}
.chocolate-bar {
  /*width: 100%;*/
  margin-right: 10px;
  overflow: hidden;
  text-align: right;
  font-size: 0px;
}
.chocolate-bar .bite {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
.chocolate-bar .bite.first {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chocolate-bar.two .bite {
  /*   width: 18%; */
}
.chocolate-bar.three .bite {
  width: 33%;
}
.chocolate-bar.four .bite {
  width: 23%;
}
.chocolate-bar.five .bite {
  width: 18%;
}
/* variables */
/* 5 */
/* 10 */
/* 20 */
/* 20 */
/* 40 */
/* EA7E32 */
/* 704497 */
/* DEE03D */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
strong,
b {
  font-weight: bold;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 

    zoya's awesome icon font 
    
    less structure from:
    https://github.com/FortAwesome/Font-Awesome/blob/master/less/font-awesome.less

    ?z=1 to refresh cache

*/
@font-face {
  font-family: "machine_bitsregular";
  src: url('/fonts/machinebits-regular-webfont.woff?z=100') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "machine_bitsregular";
  font-weight: normal;
  font-style: normal;
  display: block;
  text-decoration: inherit;
  font-size: 27px;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  cursor: pointer;
  text-decoration: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-twitter:before {
  content: "t";
}
.icon-facebook:before {
  content: "f";
}
.icon-tumblr:before {
  content: "b";
}
.icon-instagram:before {
  content: "i";
}
.icon-youtube:before {
  content: "U";
}
.icon-lastfm:before {
  content: "&";
}
.icon-sc:before {
  content: "9";
}
.icon-bc:before {
  content: "5";
}
.icon-bandcamp:before {
  content: "$";
}
.icon-spotify:before {
  content: "S";
}
.icon-play:before {
  content: "x";
}
.icon-pause:before {
  content: "z";
}
.icon-next:before {
  content: "k";
}
.icon-previous:before {
  content: "j";
}
.icon-repeat:before {
  content: "R";
}
.icon-favorite:before {
  content: "l";
}
.icon-shuffle:before {
  content: "s";
}
.icon-volume:before {
  content: "v";
}
.icon-check:before {
  content: "\221A";
}
.icon-plus:before {
  content: "+";
}
.icon-minus:before {
  content: "-";
}
.follow .icon-plus-minus:before {
  content: "+";
}
.unfollow .icon-plus-minus:before {
  content: "-";
}
.icon-up:before {
  content: "u";
}
.icon-right:before {
  content: "r";
}
.icon-down:before {
  content: "d";
}
.icon-left:before {
  content: "l";
}
.icon-apple:before {
  content: "a";
}
.icon-android:before {
  content: "7";
}
.icon-windows:before {
  content: "8";
}
.icon-blackberry:before {
  content: "B";
}
.icon-heart-bubble:before {
  content: "2";
}
.icon-heart:before {
  content: "h";
}
.icon-speaker:before {
  content: "v";
}
.icon-speaker-mute:before {
  content: "m";
}
.icon-logo:before {
  content: "1";
}
.icon-amazon-a:before {
  content: "4";
}
.icon-spotify:before {
  content: "S";
}
.icon-itunes:before {
  content: "3";
}
.icon-friends:before {
  content: 'W';
}
.icon-list:before {
  content: 'n';
}
.icon-follow:before {
  content: '+';
}
.icon-heart:before {
  content: 'h';
}
/*.emoji-sizer { width: 64px; height: 64px; display: inline-block; }*/
/*
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/montserrat/v3/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
*/
@font-face {
  font-family: "DINWeb-Medium";
  src: url("/fonts/DINWeb-Medium.eot");
  src: url("/fonts/DINWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "DINNextW1G";
  src: url('/fonts/DINNextW1G-Medium.eot');
  src: url("/fonts/DINNextW1G-Medium.woff") format("woff"), url('/fonts/DINNextW1G-Medium.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "DINNextW1G";
  src: url('/fonts/DINNextW1G-Bold.eot');
  src: url("/fonts/DINNextW1G-Bold.woff") format("woff"), url('/fonts/DINNextW1G-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Merriweather";
  src: url('/fonts/Merriweather-Regular.eot');
  src: url("/fonts/Merriweather-Regular.woff") format("woff"), url('/fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url('/fonts/Merriweather-Italic.eot');
  src: url("/fonts/Merriweather-Italic.woff") format("woff"), url('/fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url('/fonts/Merriweather-Light.eot');
  src: url("/fonts/Merriweather-Light.woff") format("woff"), url('/fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Merriweather";
  src: url('/fonts/Merriweather-LightItalic.eot');
  src: url("/fonts/Merriweather-LightItalic.woff") format("woff"), url('/fonts/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url('/fonts/Merriweather-Bold.eot');
  src: url("/fonts/Merriweather-Bold.woff") format("woff"), url('/fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
}
/*
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Light-webfont.otf');
    src: url('/fonts/roboto/Roboto-Light-webfont.otf?#iefix') format('opentype'),
         url('/fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
         url('/fonts/roboto/Roboto-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-LightItalic-webfont.otf');
    src: url('/fonts/roboto/Roboto-LightItalic-webfont.otf?#iefix') format('opentype'),
         url('/fonts/roboto/Roboto-LightItalic-webfont.woff') format('woff'),
         url('/fonts/roboto/Roboto-LightItalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
*/
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('/fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Italic-webfont.eot');
  src: url('/fonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Italic-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
/* using Medium instead of Bold for the font-weight: bold settings */
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Medium-webfont.eot');
  src: url('/fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-Medium-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-MediumItalic-webfont.eot');
  src: url('/fonts/roboto/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/Roboto-MediumItalic-webfont.woff') format('woff'), url('/fonts/roboto/Roboto-MediumItalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
/* default bold weights */
/*
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('/fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('/fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-BoldItalic-webfont.eot');
    src: url('/fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/roboto/Roboto-BoldItalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
*/
/* html elements */
body {
  color: #222;
  font-family: Roboto, 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%;
  min-width: 1060px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  line-height: 1.4em;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h2 {
  font-weight: normal;
}
h2 span {
  color: #ddd;
}
h2 strong {
  padding: 1px 0 6px;
}
h3 a,
h4 a {
  color: #555;
}
h4 {
  /*    color: @lighter-black;*/
  font-size: 18px;
  font-weight: 700;
}
iframe {
  border: none;
  overflow-x: hidden;
}
button,
input,
textarea {
  border: 1px solid #ccc;
  padding: 2px;
}
button {
  padding: 2px 6px;
  /*.rounded(3px);*/
  cursor: pointer;
}
img {
  border: 0;
}
abbr {
  cursor: help;
}
p {
  margin: 10px 0;
  line-height: 1.5em;
}
em,
i {
  font-style: italic;
}
a {
  color: #0063dc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.green-button {
  display: inline-block;
  background: #83c441;
  color: #ffffff;
  padding: 10px 15px;
  line-height: 125%;
}
.green-button:hover {
  text-decoration: none;
  background: #000000;
}
/*::-moz-selection,
::selection {
    background: #ff9;
}*/
/* layout styles  */
/*
    this puts our content in the center of the page and gives it a width
    look for additional rules in layout-wide.css
*/
body {
  background-color: #f1f1f1;
}
.content-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 1150px;
}
#content-wrapper {
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
#container {
  width: 100%;
  margin: 0 auto -2px;
  position: relative;
  overflow: hidden;
  /*.clearfix;*/
  /*z-index: 2;*/
  /*background-color: @new-gray;*/
  padding-bottom: 10px;
}
#content {
  z-index: 2;
  padding: 0 10px;
  overflow: visible;
}
#content-left,
#content-right {
  margin: 0;
  text-align: left;
  float: left;
}
h1 {
  font-size: 28px;
  font-weight: normal;
  margin: 40px 0;
}
#content-left {
  background: transparent;
  min-height: 400px;
  position: relative;
  margin-right: 10px;
  width: 840px;
}
#content-left.shrink {
  min-height: 0;
}
#content-left #blog #commentlist li {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}
#content-left #blog #commentlist li.even {
  background: #eee;
}
#content-left #blog #commentlist li .meta {
  color: #222;
  margin-bottom: 0;
}
#content-left #blog #commentlist li span.author {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
#content-left #blog .blog-post {
  margin: 0 0 30px;
}
#content-left #blog .blog-post .feedback {
  border-top: 1px solid #999;
  padding: 5px 10px;
}
#content-left #blog .blog-post p {
  font-size: 13px;
  margin: 10px;
}
#content-left #blog h2 {
  position: relative;
}
#content-left #blog h2 span {
  color: #999;
  position: absolute;
  right: 5px;
  top: 5px;
}
#content-left #blog h3,
#content-left #blog-list #heading {
  font-size: 15px;
  font-weight: 700;
  word-wrap: break-word;
}
#content-left #blog-list td {
  padding: 3px;
}
#content-left #suggest a {
  background: #fef2eb;
  color: #000000;
  display: block;
  font-size: 14px;
  margin: 20px;
  padding: 10px;
}
#content-left #suggest a em {
  color: #0063dc;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
#content-left #suggest a:hover em {
  color: #ffffff;
  text-decoration: underline;
}
#about #content-left #message h1,
#labs #content-left #message h1 {
  margin-left: 0;
}
#phonograph {
  background: url("/images/phonograph-small.png") right bottom no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 210px;
  height: 200px;
  z-index: 3;
}
#header.night {
  background-color: #243347;
  border-bottom: none;
}
#header {
  background-color: #ffffff;
  height: 42px;
  position: relative;
  text-align: right;
  z-index: 201;
  line-height: 42px;
  vertical-align: top;
  font-family: DINWeb-Medium;
  border-bottom: 2px solid #83c441;
  font-size: 15px;
}
#header #hh-header,
#header #stack-menu,
#header #wrap_menu,
#header #wrap_title {
  display: none;
}
#header.stick {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
}
#container.stick {
  margin-top: 44px;
}
#header-view-in-app {
  display: none;
}
#contact h1 {
  font-weight: normal;
  font-size: 27px;
}
#page-title {
  width: 840px;
  float: left;
  font-size: 28px;
  font-weight: normal;
  font-family: DINWeb-Medium;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  color: black;
}
#message {
  width: 840px;
  float: left;
  font-size: 28px;
  font-weight: normal;
  font-family: DINWeb-Medium;
  position: relative;
  overflow: hidden;
  background-color: #83c441;
  color: white;
}
#message h1 {
  font-size: 25px;
  font-weight: normal;
  line-height: 125%;
  text-align: left;
  display: block;
  margin: 20px 20px 15px;
}
#message h1 a {
  color: #ffffff;
  text-decoration: underline;
}
#message h2 {
  margin: 20px 20px 15px;
}
#message .header-button {
  position: absolute;
  right: 17px;
  top: 17px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ffffff;
  vertical-align: top;
  text-decoration: none;
}
#message .header-button:hover {
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#message .header-button-container {
  position: absolute;
  display: inline-block;
  right: 10px;
}
#message .header-button-container .header-button-mult {
  margin-left: 4px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ffffff;
  vertical-align: top;
  text-decoration: none;
}
#message .header-button-container .header-button-mult:hover {
  text-decoration: underline;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#message.profile {
  background-color: #d62990;
}
#track-notification {
  display: block;
  margin-top: 10px;
  padding: 20px;
  background-color: #ffffe1;
  color: #000;
}
#track-notification:hover {
  background-color: #efcd03;
}
#list #message h1,
#profile #message h1,
#search #message h1 {
  float: left;
}
.section-post {
  padding: 10px;
  margin: 10px 0 -10px 0;
}
.section-post .when {
  font-size: 12px;
  color: #CCC;
}
.section-post h2 {
  color: #000;
  padding-left: 10px;
  margin: 5px 0;
}
.section-post .thumbnail {
  margin-right: 10px;
  width: 140px;
  height: 140px;
  background-size: cover;
  float: left;
}
.section-post .desc {
  line-height: 150%;
  padding-left: 10px;
  font-size: 14px;
  margin: 5px 0 0 0;
}
#player-loading {
  left: 50%;
  position: fixed;
  width: 200px;
  top: 50%;
  margin-left: -121px;
  margin-top: -60px;
  z-index: 100;
  text-align: center;
}
#player-loading span {
  color: #000000;
  /*font-weight: 700;*/
  font-size: 22px;
  position: absolute;
  display: block;
  /*width: 200px;*/
  /*.rounded(6px);*/
  padding: 20px 50px 20px 80px;
  /*background: #fff url('/images/ajax-loader.gif') center 50px no-repeat;*/
  background: #fff url("/images/hourglass.gif") 40px 15px no-repeat;
  /*background-color: @white;*/
  text-align: center;
  border: 3px solid #000000;
}
#directory-blogs-inject {
  clear: both;
}
a.fav-off,
a.fav-on {
  border: 0;
  display: block;
  float: right;
  position: relative;
  line-height: 1.4em;
  font-size: 20px;
  padding: 6px 5px 1px 6px;
}
a.fav-off {
  color: #b3b3b3;
}
a.fav-on {
  color: red;
}
a.favcount-off,
a.favcount-on {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 1em;
  margin-top: 9px;
}
a.fav-on {
  color: #ed2024;
}
#content-right #news ul li a:hover .title,
#content-right h3 a,
#twitter-board h3 a,
.section .tools a.play-ctrl:hover,
a.fav-off:hover,
a.favcount-off:hover,
a.favcount-on:hover {
  color: #0063dc;
}
a.favcount-on {
  color: #ed2024;
}
a.tweets_extra_toggle:hover {
  border-bottom: 0;
  text-decoration: underline;
}
a.view-more {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}
#content-left .section h3 a:hover .search_match,
#twitter-board li a:hover em,
a:hover {
  text-decoration: underline;
}
a:hover.fav-off span {
  background: url("/images/icon-fav.png") 0 -24px no-repeat;
}
a:hover.fav-off,
a:hover.fav-on {
  background: none;
}
#end-of-infinity {
  font-family: DINWeb-Medium;
  background: #83c441;
  color: #ffffff;
  padding: 20px 10px;
  text-align: center;
  display: block;
  font-size: 21px;
  line-height: 150%;
  margin: 10px auto;
  /* width: 500px; */
}
#end-of-infinity:hover {
  background: #000000;
  text-decoration: none;
}
#show-search-results {
  background: #FEF2EB;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  cursor: pointer;
}
#show-search-results:hover {
  background: none;
}
#takeover-link a {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
}
#takeover-link a img {
  opacity: 0;
  display: none;
}
#blog #content-left h2 {
  font-size: 14px;
  position: relative;
}
#blog #content-left h2 span {
  position: absolute;
  right: 0;
}
#blog #message,
#merch #message {
  padding-left: 0;
  width: 960px;
}
#blog #message h2,
#merch #message h2 {
  font-weight: normal;
}
#blog .feedback {
  border-top: 1px solid #ddd;
  margin: 5px 0 25px;
  padding: 5px;
}
#blog-list p {
  margin: 0 0 15px;
}
#overlay {
  background: url("/images/overlay.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
#defaultform .twitter-avatar,
#defaultform .twitter-handle,
#defaultform .twitter-username {
  vertical-align: middle;
}
#defaultform .twitter-avatar {
  margin: 5px 0;
  display: inline-block;
}
#defaultform .twitter-username {
  margin-left: 10px;
  font-size: 16px;
}
#defaultform .twitter-handle {
  font-size: 10px;
}
.whitebg {
  float: left;
  width: 100%;
  background-color: white;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}
.whitebg-margin {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #222;
}
#subpage {
  float: left;
  width: 688px;
  background-color: #ffffff;
  padding: 20px;
}
.subpage-text {
  padding: 20px;
  /*    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;*/
  background-color: #ffffff;
  font-size: 15px;
}
.subpage-text h1 {
  font-family: DINWeb-Medium;
  margin: 20px 0;
}
#subpage #faq h3 {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
}
#subpage #faq img {
  border: 1px solid #ccc;
  padding: 5px;
}
#subpage form input {
  padding: 5px;
}
#subpage form label {
  display: block;
  /* margin: 0 0 @space; */
}
#add #subpage form label {
  margin: 5px;
}
.whitebg h3 {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
#subpage li {
  list-style: square;
  margin: 0 0 0 40px;
  padding: 3px;
}
#subpage ol li {
  list-style: decimal;
}
#subpage form {
  background: #fafafa;
  border: 1px solid #aaa;
  font-size: 14px;
  margin: 10px 0;
  padding: 10px;
}
#contact .standard_form input,
#contact .standard_form textarea {
  margin: 3px 0 10px;
  text-align: left;
}
#contact .standard_form select {
  margin: 7px 0 10px;
}
#contact textarea {
  width: 300px;
}
#contact h2 {
  border-bottom: 4px solid #83c441;
}
#contact input#submit {
  padding: 5px;
  text-align: center;
  width: 120px;
  margin-left: 196px;
}
#contact label {
  display: block;
  float: left;
  margin: 5px 10px 0 10px;
  text-align: right;
  width: 180px;
}
#contact label span {
  font-size: 11px;
}
#contact .standard_form textarea {
  height: 100px;
  width: 400px;
}
#contact_subject,
#content-left #contact_form input,
#content-left #contact_form textarea {
  font-size: 14px;
  padding: 3px;
}
#content-left #contact_form strong {
  display: block;
  line-height: 125%;
  margin-top: 6px;
}
#contact_tips p {
  background: #fcfaef;
  border: 1px solid #aaa;
  margin: 10px 20px 0;
  padding: 10px;
}
#contact_tips p.night {
  background: #1a223f;
  border: 1px solid #aaa;
  margin: 10px 20px 0;
  padding: 10px;
}
#contact_message {
  font-size: 16px;
  line-height: 20px;
  width: 95%;
}
#contact input#contact_submit {
  cursor: pointer;
  margin: 0;
  outline: 0;
  vertical-align: top;
  /*margin-left:196px;*/
  height: 32px;
  padding: 5px 10px;
}
#blog #storycontent p,
#content-left #subpage,
#content-left #subpage p,
#message span {
  font-size: 15px;
}
#album-premiere {
  width: 728px;
  height: 250px;
}
#content-left #suggest a:hover,
#content-right #get-badge a:hover {
  background: #f26a21;
  border: 0;
}
/*
#content-left .section h3 a {
  font-size: inherit;
  font-weight: inherit;
}
*/
#content-left .section h3 em a {
  color: #999;
  font-size: 16px;
}
#content-left #previous-mentions .section h3,
#content-left .section h3 {
  color: #ccc;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
}
#content-left .section p {
  color: #555;
  word-wrap: break-word;
  /*margin: 0;*/
}
#content-left .section p.more-excerpts {
  margin-top: 10px;
}
#content-left .section p i {
  color: #555;
  font-style: normal;
}
#content-left .spy-filter #filter li ul a {
  line-height: 24px;
  padding: 2px 5px;
}
.sonos-spy {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  width: 800px;
}
.sonos-spy h1 {
  float: left;
  margin: 0;
  width: 840px;
  font-family: DINWeb-Medium;
  font-size: 34px;
}
.sonos-spy a:hover {
  text-decoration: none;
  cursor: pointer;
}
.sonos-spy span {
  font-size: 15px;
  margin-right: 10px;
}
.sonos-spy ul {
  float: left;
  margin: 0 0 10px;
}
.sonos-spy li {
  float: left;
  margin-right: 10px;
  font-size: 36px;
}
.sonos-spy li a:hover {
  text-decoration: none;
}
.sonos-spy #spy-status {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  border: 1px solid #dedede;
  font-size: 15px;
  padding: 10px 15px;
}
#world-map {
  width: 840px;
  height: 250px;
}
#world-map svg {
  height: 250px;
}
#content-left .spy-filter .section:hover .track-info {
  color: #555;
}
#spy #content-left h2 {
  font-weight: normal;
  font-size: 18px;
}
#contact .standard_form {
  margin: 20px 0;
  font-size: 16px;
  line-height: 22px;
}
#subpage.mobile {
  padding: 0px 20px 20px 20px;
}
#contact .mobile .standard_form {
  margin: 0;
}
#content-left h2 span.mini-pager,
#featured-blog h2 span {
  position: absolute;
  right: 5px;
}
#content-left h2 {
  position: relative;
}
#blogquote span,
p#message-dashboard span {
  font-size: 15px;
}
#content-right {
  float: right;
  width: 300px;
  /*width: 405px;*/
  margin-bottom: 100px;
}
#content-right li {
  line-height: 1.5em;
}
#content-right a#zeitgeist-link {
  background: #eaffd2;
}
#content-right a:hover#zeitgeist-link {
  background: #83c441;
  border: 0;
}
#content-right a:hover.fav-on span {
  background: url("/images/icon-sub-small.png") -16px -13px no-repeat;
  color: #277be1;
}
#content-right h2 {
  font-size: 14px;
  border-bottom: 0;
  color: #222;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#content-right h3 {
  margin: 0;
}
#content-right h3,
#content-right h3 a {
  font-weight: 700;
  font-size: 17px;
}
#content-right #news ul li a .title,
#content-right #tour-dates ul li a .perf {
  color: #666;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#content-right #tour-dates ul li a .perf {
  width: 155px;
}
#content-right .premiere-title {
  display: block;
  clear: both;
  line-height: 30px;
  text-align: center;
  background-color: #83c441;
  color: #ffffff;
}
#content-right .hypem-events a:hover .premiere-title {
  background-color: #83c441;
}
#content-right #about-blog {
  margin: 0 0 30px;
  padding: 0 0 5px;
}
#content-right #about-blog #feed {
  vertical-align: bottom;
}
#content-right #about-hype {
  height: 130px;
  margin: 0 0 30px;
}
#content-right #about-us {
  height: 200px;
  font-size: 0.8em;
}
#content-right #about-us img {
  border: 1px solid #ccc;
  float: left;
  margin: 0 5px 5px 0;
}
#content-right #about-us li {
  color: #666;
  float: left;
  height: 60px;
  width: 155px;
}
#content-right #twitter-score {
  background: #E0F3FB;
  border-color: #E0F3FB;
  padding: 10px;
  margin-top: 10px;
}
#content-right #feeds ul li a:hover {
  background: #c1e5f6 url("/images/icon-feed.gif") left center no-repeat;
  border: 0;
  text-decoration: underline;
}
#content-right #get-badge a,
#content-right #zeitgeist-link span {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}
#content-right .hypem-events {
  margin: 10px 0;
}
#content-right .hypem-events a,
#content-right .hypem-events a:hover {
  text-decoration: none;
  color: #000000;
}
#content-right #get-badge {
  margin: 20px 0;
}
#content-right a:hover#zeitgeist-link span {
  color: #ffffff;
  text-decoration: underline;
}
#content-right #get-badge a:hover span {
  color: inherit;
}
#content-right #get-badge h2 span {
  position: relative;
  right: 0;
  top: 0;
}
#content-right #just-searched {
  margin: 10px 0;
  padding: 10px;
  background-color: #ffffff;
}
#content-right #just-searched h3 {
  padding-bottom: 5px;
}
#content-right #just-searched li {
  color: #999;
  font-size: 14px;
  margin: 0 0 6px;
  padding: 0 0 2px;
  text-align: right;
}
#content-right #just-searched li a,
#content-right .fav-stuff li a {
  float: left;
}
#content-right #news {
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
}
#content-right #news h3 {
  margin-bottom: 5px;
}
#content-right #news ul li a {
  border-bottom: 0;
  margin: 0;
}
#content-right #news ul li {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#content-right #news .dates {
  text-transform: uppercase;
}
#content-right #news .title {
  width: 215px;
}
#content-right #press li,
#content-right #thank-you li {
  list-style: square;
  margin: 0 0 0 20px;
}
#content-right #your-site {
  font-size: 13px;
  margin-top: 10px;
  background: #fff;
  padding: 10px;
}
#content-right #sponsors #hype-badge {
  border: 1px solid #666;
  float: right;
  margin: 10px;
}
#content-right #tour-dates {
  background: #fff;
  clear: both;
  padding: 10px;
}
#content-right .change-location {
  text-align: right;
  display: block;
  line-height: 20px;
}
#content-right #tour-dates h3 {
  color: #000000;
  text-transform: uppercase;
  line-height: 21px;
}
#content-right #tour-dates {
  position: relative;
  font-size: 13px;
}
#content-right #tour-dates ul li a .city {
  color: #000000;
  padding-left: 5px;
  position: absolute;
  right: 10px;
}
#content-right #tour-dates ul li a {
  border-bottom: 1px solid #ccc;
}
#content-right .dates {
  text-transform: uppercase;
  width: 60px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#content-right #news ul li a,
#content-right #no-local-tours,
#content-right #tour-dates ul li a {
  display: block;
  padding: 4px 0;
}
#content-right #news ul li a:hover,
#content-right #no-local-tours:hover,
#content-right #tour-dates ul li a:hover {
  text-decoration: none;
}
#content-right #songkick a:hover,
#content-right #tour-dates a:hover,
#content-right #tour-dates ul li a:hover .city,
#content-right #tour-dates ul li a:hover .perf {
  color: #0063dc;
  text-decoration: underline;
}
#content-right #songkick a {
  color: #000000;
  display: block;
  height: 20px;
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#content-right #songkick a:hover span {
  /*background: #fef2eb url(//static.hypem.com/images/logo-songkick.png) no-repeat;*/
}
#content-right #songkick span {
  /*background: #fef2eb url(//static.hypem.com/images/logo-songkick.png) no-repeat;*/
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 109px;
}
#content-right #songkick a:hover {
  background: none;
  color: #000000;
  text-decoration: underline;
}
#content-right .fav-stuff {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  clear: both;
  margin-bottom: 10px;
}
#content-right .fav-stuff ul li {
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
}
#content-right .fav-stuff ul li .me {
  margin-left: 23px;
}
#content-right ul li.show_more_link {
  border-bottom: 0;
}
#content-right .fav-stuff li {
  color: #bbb;
  font-size: 11px;
  text-align: right;
}
#content-right .fav-stuff h3 {
  display: inline;
}
#content-right .section {
  margin-top: 10px;
  padding: 10px;
}
#content-right #showall-toggle {
  clear: both;
  display: block;
  float: right;
  margin: 0 10px 0 0;
  position: relative;
  top: -5px;
}
#content-right #sidebar-spy-countries img,
#content-right .spy-countries a img {
  margin-right: 7px;
}
#content-right .user-stats li {
  line-height: 1em;
  text-align: center;
  width: 62px;
  vertical-align: middle;
}
#content-right .social-summary.night {
  background-color: #1f2c3d;
}
#content-right .social-summary {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #63903a;
  position: relative;
  overflow: hidden;
  font-family: DINWeb-Medium;
}
#content-right .social-summary .summary-item {
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}
#content-right .social-summary .summary-title {
  color: #b9cda5;
  float: left;
  position: relative;
  margin-top: 8px;
  margin-right: 10px;
}
#content-right .social-summary .summary-content {
  position: relative;
  float: left;
}
#content-right .social-summary .summary-content a {
  float: left;
  color: #fff;
  margin-right: 8px;
  line-height: 32px;
  font-size: 25px;
}
#content-right .social-summary .summary-content a.icon-sc {
  font-size: 20px;
}
#content-right .social-summary .summary-other {
  position: relative;
  color: #b9cca0;
}
#content-right .social-summary .summary-other a {
  color: #b9cda5;
}
#content-right .social-summary.stick {
  position: fixed;
  top: 52px;
  z-index: 300;
}
#content-right #user-rec {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#content-right #user-rec h1 {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
#content-right #user-rec h1 span {
  background: #ed2023;
  color: #fff;
  padding: 3px 5px;
  line-height: 100%;
  display: inline-block;
  float: right;
}
#content-right #user-rec a {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 3px;
  overflow: hidden;
  line-height: 125%;
}
#content-right #user-rec a:hover span {
  text-decoration: none;
}
#content-right #user-rec a span {
  color: #aaa;
  width: 225px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#content-right #user-rec img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
#content-right #user-rec .hide {
  font-size: 11px;
  float: right;
  margin: 5px 0 0 0;
  display: block;
  width: auto;
}
body#about_team,
body#supportus {
  min-width: 0;
}
#supportus .lead {
  width: 100%;
}
#supportus .contribute-monthly {
  margin: 0;
  border: 2px solid #83c441;
  padding: 10px;
  background-color: #ffffff;
}
#supportus .readmore_mobile {
  display: none;
}
#supportus .mobile_only {
  display: none;
}
#supportus .contribute-intro-mobile {
  display: none;
}
#supportus .contribute-progress {
  padding: 0 10px;
  margin-bottom: 10px;
}
#supportus .contribute-progress h1 {
  margin: 10px 0 5px 0;
  font-size: 18px;
}
#supportus .contribute-progress p {
  font-size: 15px;
}
#supportus .contribute-progress .progress-outer {
  background: rgba(131, 196, 65, 0.3);
  width: 100%;
  height: 7px;
  border-bottom: 1px #83c441 solid;
}
#supportus .contribute-progress .progress-inner {
  width: 0%;
  background-color: #83c441;
  height: 7px;
}
#supportus .contribute-progress p {
  font-size: 14px;
}
#supportus .contribute-share {
  padding: 10px;
}
#supportus .contribute-share p {
  margin-top: 0;
}
#supportus .contribute-share .icons {
  position: relative;
  overflow: hidden;
}
#supportus .contribute-share .icons .fire-share-modal {
  line-height: 125%;
  float: left;
  margin-right: 20px;
  font-size: 40px;
  color: #000000;
}
#supportus .contribute-read {
  padding: 10px;
  background: #fff;
  display: block;
  text-align: center;
  border: 1px #ccc solid;
}
#supportus .contribute-read:hover {
  text-decoration: none;
  border: 1px #000000 solid;
}
.contribute_list.one-time {
  display: none;
}
.contrib-details {
  display: none;
  border-left: 2px solid #83c441;
  list-style-type: none;
  padding: 7px 10px;
}
ul.contribute_list {
  margin-left: 20px;
  list-style-type: disc;
  line-height: 150%;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}
.contribute_mobile {
  padding: 15px 0px;
  background-color: #83c441;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: DINWeb-Medium;
}
.contribute_mobile:hover {
  background: #000000;
  text-decoration: none;
}
.contribute-right h1 {
  color: #000000;
  margin: 5px 0 0 0;
  font-size: 20px;
  font-family: DINWeb-Medium;
  text-align: center;
}
.contribute_header_link {
  padding: 15px 20px;
  background-color: #83c441;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: DINWeb-Medium;
  float: right;
  line-height: 150%;
}
.contribute_header_link:hover {
  background-color: #000000;
  text-decoration: none;
}
blockquote.testimonial {
  display: inline-block;
  padding: 16px;
  margin: 0 0;
  min-width: 286px;
  border: #e1e8ed 1px solid;
  border-radius: 5px;
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
blockquote.testimonial img {
  width: 25px;
  height: 25px;
  float: left;
  margin: -3px 10px 0 0;
}
blockquote.testimonial p {
  font: normal 14px/18px Helvetica, Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}
blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  border: #e1e8ed 1px solid;
  border-radius: 5px;
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
blockquote.twitter-tweet p {
  font: normal 14px/18px Helvetica, Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}
.full_page blockquote.twitter-tweet {
  margin: 0;
}
.contribute-tweets {
  margin-top: 10px;
}
.contribute-tweets .tweet_container {
  width: 300px;
}
.contribute-tweets blockquote.testimonial {
  min-width: initial;
}
.status-label {
  width: 140px;
}
.mono {
  font-family: Courier;
}
.hidden-amount-select {
  display: none;
}
.column_set {
  padding: 0 20px 20px 20px;
  -webkit-columns: 320px 3;
  -webkit-column-gap: 10px;
  -moz-columns: 320px 3;
  -moz-column-gap: 10px;
  columns: 320px 3;
  column-gap: 10px;
}
.tweet_container {
  width: 320px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.tweet_container twitterwidget {
  display: inline !important;
}
#supporter-cancelled {
  display: none;
}
#supporter-error {
  display: none;
}
.contrib-merch {
  display: none;
  width: 275px;
  margin: 5px 0 0 0;
}
.contribute-main {
  width: 275px;
  /* Base Button */
  /* Gold */
}
.contribute-main .contrib-type {
  margin-top: 10px;
}
.contribute-main .contrib-select {
  overflow: hidden;
}
.contribute-main .contrib-select .amount-wrap {
  display: block;
  float: left;
}
.contribute-main .contrib-select p {
  /*display: inline-block;*/
  display: block;
  float: left;
}
.contribute-main .contrib-select label {
  float: left;
  display: block;
  width: 56px;
  font-size: 16px;
  padding: 20px 6px 20px 6px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.contribute-main .contrib-select .contrib-type label {
  width: 124px;
  padding: 10px 6px 10px 6px;
}
.contribute-main .contrib-select .contrib-type p {
  margin: 0;
}
.contribute-main .contrib-select input[type="number"] {
  font-size: 16px;
  width: 32px;
  -moz-appearance: textfield;
}
.contribute-main .contrib-select input::-webkit-outer-spin-button,
.contribute-main .contrib-select input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.contribute-main .contrib-select input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  /*margin: 0;*/
  margin: 0 -4px 0 0;
}
.contribute-main .contrib-select input[type="radio"]:active ~ label {
  opacity: 1;
}
.contribute-main .contrib-select input[type="radio"]:hover ~ label {
  background-color: #000000;
  color: #ffffff;
}
.contribute-main .contrib-select input[type="radio"]:checked ~ label {
  opacity: 1;
  background-color: #83c441;
  color: #ffffff;
}
.contribute-main .contrib-select .amount-custom-container label {
  padding-top: 19px;
  padding-bottom: 18px;
}
.contribute-main .contrib-select .span {
  top: -5px;
}
.contribute-main .contrib-alert {
  padding: 10px;
  border: 1px #f00 solid;
  color: #f00;
  margin: 0px 0 10px 0;
  font-size: 12px;
  display: none;
}
.contribute-main .paypal-button {
  white-space: nowrap;
  margin: 10px 0 0 0;
  background: 0;
  border: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  cursor: pointer;
  z-index: 0;
  width: 100%;
  min-width: 80px;
  min-height: 22px;
  box-sizing: border-box;
  outline: none;
}
.contribute-main .paypal-button span {
  top: -5px;
  font-size: 15px;
}
.contribute-main .paypal-button .paypal-button-content {
  padding: 10px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  text-align: center;
}
.contribute-main .paypal-button .paypal-button-content .logo {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  width: auto;
}
.contribute-main .paypal-button .paypal-button-content .logo.logo-paypal {
  margin-right: 2px;
  height: 20px;
}
.contribute-main .paypal-button .paypal-button-content .logo.logo-pp {
  margin-right: 2px;
  height: 24px;
}
.contribute-main .paypal-button .paypal-button-content .text {
  display: inline-block;
  white-space: pre;
}
.contribute-main .paypal-button .paypal-button-content .logo,
.contribute-main .paypal-button .paypal-button-content .text {
  position: relative;
  text-align: left;
}
.contribute-main .paypal-button .paypal-button-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contribute-main .paypal-button .paypal-button-tag-content {
  max-width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #003366;
  display: block;
  text-align: center;
  width: auto;
  font-size: 9px;
  margin-top: 2px;
}
.contribute-main .paypal-button.paypal-color-gold .paypal-button-content {
  background: #ffc439;
  color: #000;
}
.contribute-main .paypal-button.paypal-style-pay {
  min-width: 148px;
  min-height: 42px;
}
#apple-pay-button {
  display: none;
  background-color: black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  border-radius: 10px;
}
.supportus {
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #333;
  border: 2px #83c441 solid;
  margin-bottom: 10px;
}
.supportus h3 {
  text-align: center;
  font-size: 1 em;
  padding-top: 20px;
}
.supportus .supportus-inner {
  padding: 20px;
}
.supportus-button {
  background-color: #fff;
  text-align: center;
  font-family: DINWeb-Medium;
  line-height: 150%;
  color: #63903a;
  margin: 0 auto;
  padding: 5px 0 1px 0;
}
.supporter-list h1 {
  margin: 20px 0 20px 0;
}
.supporter-list ul {
  overflow: hidden;
}
.supporter-list li {
  float: left;
  margin-right: 10px;
}
.supporter-list li:nth-child(6n+0) {
  margin-right: 0;
}
.supporter-list img {
  width: 38px;
  height: 38px;
}
#events #artists-h3,
#tracks-h3 {
  color: #000000;
  display: inline;
  font-size: 20px;
  margin: 0 0 0 365px;
  padding: 0;
}
#events .section {
  border: 0;
  float: right;
  height: 60px;
  margin: 12px 0 0;
  padding-top: 0;
  position: relative;
  width: 510px;
}
#events .section h3 {
  margin: 0 0 0 60px;
  padding: 0;
}
#events h2 {
  background: none;
  border: 0;
  color: #000000;
  float: none;
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
  margin: 12px 0 0;
  padding: 0;
  text-align: right;
  width: 450px;
}
#events h2 a {
  color: #0063dc;
  font-size: 21px;
  margin: 0;
}
#events h2.stage {
  background: #83c441;
  color: #ffffff;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#events h2.stage.sxsw {
  background: #151515;
}
#events {
  width: 100%;
}
.sxsw-info a {
  color: #0063dc;
}
#events #player {
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}
#events #tracks-h3 {
  margin: 0 0 0 148px;
}
#events .fav-off,
#events .fav-on {
  margin-right: 3px;
}
#events .meta {
  background: none;
  color: #999;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
}
#events .meta a {
  color: #999;
}
#events .sxsw-artist {
  clear: left;
  float: left;
  height: 50px;
  margin: 12px 0 0;
  text-align: right;
  width: 450px;
}
#events .sxsw-artist .time {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  left: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 35px;
}
#events .sxsw-artist h3 {
  font-size: 14px;
  padding: 4px 0 0;
}
#events .sxsw-event {
  border-bottom: 1px solid #aaa;
  height: 85px;
  padding: 10px 0 0;
  position: relative;
}
#events .sxsw-event.last {
  border-bottom: none;
}
#content-left .sxsw-event .section a:active {
  position: absolute;
}
#events-remote {
  padding: 5px 0 0;
}
#fav_blogs_rest,
#fav_searches_rest {
  border: 1px solid transparent;
}
#fav_searches_rest a {
  color: #0063dc;
}
#top-notice {
  background: #ffffe1;
  border-bottom: 2px #CCC solid;
  text-align: center;
  display: none;
  font-size: 16px;
  padding: 10px;
  height: 23px;
  position: relative;
  line-height: 24px;
}
#top-notice.enabled {
  display: block;
}
#top-notice.disabled {
  display: none;
}
#top-notice #hide-this {
  clear: none;
  float: right;
  padding-right: 5px;
  position: relative;
  top: 0;
  font-size: 30px;
}
#top-notice .close {
  line-height: 24px;
  color: #000000;
}
#top-notice .close:hover {
  text-decoration: none;
  color: #999;
}
#top-notice .close img {
  margin-right: 7px;
  margin-top: 5px;
  float: left;
}
/*#top-notice a { color: @black; text-decoration:underline; }*/
#contact input {
  /*
    border: 1px solid @boring-gray;
    border-bottom-color: @border-gray;
    border-right-color: @border-gray;*/
  font-size: inherit;
  padding-left: 5px;
  vertical-align: top;
}
#active-users li a:hover img,
#sidebar-spy li a:hover img,
#twitter-board li a:hover img {
  border: 1px solid #0063dc;
}
.user-menu {
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  z-index: 200;
}
.user-menu.logged-out {
  height: 33px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  margin-left: 5px;
}
.user-menu a {
  position: relative;
  z-index: 200;
  font-size: 15px;
  line-height: 40px;
}
.user-menu a.user {
  display: inline-block;
  height: 33px;
  color: #000000;
}
.user-menu a.user:hover {
  background-position: 65px 0;
  text-decoration: none;
}
.user-menu a.user img {
  display: inline-block;
  margin: 6px 12px 0 5px;
  vertical-align: top;
}
#menu-out a {
  /*line-height: 33px;*/
  /* height: 33px; */
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  padding: 1px 7px;
  color: #000000;
}
#menu-out a:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
#menu-friends,
#menu-username {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
}
#menu-username {
  text-align: right;
  cursor: pointer;
}
#menu-username ul {
  right: 0;
  top: 42px;
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #ffffff;
}
#menu-username ul li a {
  /*border-bottom: 1px solid #272727;
      border-top: 0px;*/
  display: block;
  /*font-size: 15px;*/
  line-height: 2.5em;
  padding: 0 10px;
  text-align: left;
  width: 100px;
  color: #000000;
}
#menu-username:hover {
  background-color: #222;
}
#menu-username:hover a.user {
  color: #ffffff;
}
.unread-notification-icon {
  font-size: 20px;
  color: red;
  right: 10px;
  top: 1px;
  position: absolute;
}
#menu-friends {
  width: 197px;
  line-height: 16px;
  cursor: pointer;
}
#menu-friends ul {
  float: left;
  z-index: 200;
  line-height: 16px;
  width: 200px;
  display: none;
  margin: -6px 0 0;
  /* weird: Chrome update suddenly impacted rendering, again(!)  */
}
#menu-friends ul li {
  position: relative;
}
#menu-friends ul li a {
  border: 1px solid #272727;
  border-top: 0;
  display: block;
  padding: 3px 0 3px 35px;
  text-align: left;
}
#menu-friends ul li a img {
  position: absolute;
  left: 5px;
  top: 5px;
}
#menu-friends:hover ul {
  display: inline-block;
  background-color: #222;
  color: #ffffff;
}
#menu-friends .friends-name {
  font-weight: bold;
  display: inline-block;
}
#menu-friends .friends-when {
  font-size: 10px;
  color: #d5d5d5;
  display: inline-block;
  position: absolute;
  right: 5px;
}
#menu-friends .friends-what {
  font-size: 11px;
  color: #ccc;
  display: block;
}
#menu-item-friends {
  background: none;
  border-left: 1px solid #272727;
  padding-left: 10px;
  overflow: hidden;
}
#menu-item-friends img {
  margin-right: 2px;
  margin-left: 0;
}
#menu-item-friends .friends-text {
  margin-right: 4px;
}
#player-inner .count {
  color: white;
  background: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  vertical-align: middle;
  display: none;
  padding: 0 3px;
}
#menu-item-search {
  display: none;
}
#menu-item-genres {
  text-transform: capitalize;
}
#menu-username:hover ul {
  display: block;
}
#menu-item-username {
  background-color: transparent;
  width: 88px;
}
#menu-item-stack span {
  font-size: 20px;
  font-family: "Arial Unicode MS";
  line-height: 100%;
}
#map {
  display: block;
  height: 313px;
  position: relative;
  width: 631px;
}
#map #map-s1 {
  height: 23px;
  left: 268px;
  top: 179px;
  width: 204px;
}
#map #map-s2 {
  height: 23px;
  left: 276px;
  top: 214px;
  width: 238px;
}
#map #map-t {
  height: 114px;
  left: 5px;
  top: 48px;
  width: 617px;
}
#map #map-u {
  height: 56px;
  left: 83px;
  top: 249px;
  width: 235px;
}
#map #map-s1:hover,
#map #map-s2:hover,
#map #map-t:hover,
#map #map-u:hover {
  background: transparent;
  border: 2px solid #97cf5b;
}
#map a {
  display: block;
  position: absolute;
}
#message #player {
  display: none;
  float: left;
  margin: 42px 0 0;
}
#message .blog-minilink {
  font-style: normal;
  font-weight: normal;
}
a.fav-button {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 9px 10px 7px;
  position: relative;
  margin-top: 18px;
  float: right;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.icon-plus-minus {
  margin-right: 5px;
  font-size: 15px;
}
a.fav-button:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #83c441;
}
#find_friends a.fav-button,
#user_list a.fav-button {
  color: #0063dc;
  border: 1px solid #dedede;
  float: left;
}
#find_friends a.fav-button:hover,
#user_list a.fav-button:hover {
  color: #ffffff;
  background: #999;
  border: 1px solid #999;
}
#message,
#message-refer {
  font-weight: 700;
}
#player:hover span,
.play:hover span {
  background-position: 0 -48px;
}
#player:hover span.pause,
.pause:hover span {
  background-position: 48px -48px;
}
#player:hover,
.play-ctrl:hover {
  background: none;
  border: 0;
}
#random span {
  background: url("/images/heart.png");
  bottom: 70px;
  display: block;
  height: 118px;
  position: absolute;
  right: 15px;
  width: 150px;
}
#read-post {
  line-height: 33px;
}
#read-post img {
  margin-top: 4px;
}
#sidebar-spy img {
  border: 1px solid #aaa;
  margin-right: 4px;
  margin-top: 3px;
  height: 40px;
  width: 40px;
}
#sidebar-spy li,
#sidebar-spy-countries li {
  float: left;
  line-height: 1em;
}
#sidebar-spy,
#sidebar-spy-countries {
  border-top: 0;
  margin-bottom: 5px;
}
#active-users,
#twitter-board {
  padding: 10px;
}
#active-users li a,
#twitter-board li a {
  display: block;
  float: left;
  height: 35px;
  padding: 5px 0;
  width: 140px;
  line-height: 18px;
}
#active-users li a:hover,
#twitter-board li a:hover {
  text-decoration: none;
}
#active-users li a:hover em,
#twitter-board li a:hover em {
  text-decoration: underline;
}
#active-users li em,
#twitter-board li em {
  font-style: normal;
  color: #0063dc;
  font-size: 13px;
  font-weight: 700;
  left: 42px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  width: 95px;
}
#active-users li img,
#twitter-board li img {
  background: url("/images/bg-twitter-med.jpg");
  border: 1px solid #999;
  float: left;
  margin-right: 5px;
}
#active-users li span,
#twitter-board li span {
  border: 1px solid #ffffff;
  color: #999;
  font-size: 11px;
  font-weight: 400;
}
#active-users li,
#twitter-board li {
  float: left;
  font-size: 13px;
  position: relative;
}
#twitter_score_dyn {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
#twitter_score_name {
  margin: 10px 5px 5px 0;
  width: 130px;
}
.act_info_tweets li .tweet_points_total {
  color: #222;
  display: block;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.act_info_tweets li .twitter_user {
  font-size: 14px;
  font-weight: 700;
}
.act_info_tweets li img {
  float: left;
  margin: 0 5px 0 0;
}
#directory-message {
  font-size: 24px;
  margin: 0;
  text-align: left;
  width: 915px;
}
#listall h2 {
  margin: 20px 20px 15px;
}
#directory {
  margin-top: 10px;
  border: none;
  width: 840px;
  float: left;
}
#directory_picker {
  background: #fff;
  padding: 20px;
}
#directory_picker li {
  width: 165px;
}
#directory_picker h2 {
  margin-left: 0;
  font-family: DINWeb-Medium;
}
#directory_picker .recommended {
  float: right;
  padding: 5px 10px;
  border: 1px #ccc solid;
}
#directory-countries,
#directory-tags {
  margin: 15px 0;
}
#directory-search {
  text-align: left;
  display: inline-block;
}
#directory-search label {
  font-weight: 800;
}
#directory-search input[type="text"],
#directory-search label,
#directory-search input[type="text"],
#directory-search input[type="submit"] {
  font-family: 'Helvetica', 'Arial', sans-serif;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#directory-search input[type="text"] {
  font-size: 16px;
  line-height: 125%;
  height: 28px;
  width: 330px;
  line-height: 28px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
#directory-search input[type="submit"] {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  background: #ddd;
}
span#directory-options {
  font-size: 20px;
}
span#directory-options a {
  display: inline-block;
  margin-left: 20px;
}
.directory-explain {
  margin-bottom: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  width: 900px;
}
.no-results {
  font-size: 1.1em;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
h1.inline {
  display: inline-block;
  width: auto;
}
#directory-tags h3 {
  clear: both;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
#directory-message {
  font-weight: 700;
  margin-top: -120px;
  padding: 0 10px;
}
#directory-pager {
  clear: both;
  display: block;
  margin: 50px auto;
  text-align: right;
}
#directory-pager a,
#directory-pager span {
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #ddd;
  font-size: 18px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  width: auto;
  height: auto;
  position: relative;
}
.directory-blog {
  background: #000000;
  display: inline-block;
  height: 275px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 320px;
  margin: 8px;
  line-height: 18px;
  vertical-align: top;
}
.directory-blog h3 a {
  display: block;
  font-size: 20px;
  position: relative;
  text-align: left;
}
.directory-blog h3 a .play-button {
  background: url("/images/button-play-blog.png") left top no-repeat;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 120px;
  top: 80px;
  z-index: 20;
  display: none;
}
.directory-blog h3 a:hover .play-button {
  display: block;
}
.directory-blog h3 a span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.directory-blog img {
  position: relative;
  z-index: 10;
}
.directory-blog-artists {
  background-color: #000000;
  bottom: 0;
  color: #ddd;
  display: block;
  left: 0;
  padding: 3px 0;
  position: absolute;
  text-align: left;
  text-shadow: #000000 0 1px 0;
  width: 100%;
  z-index: 10;
}
.directory-blog-artists div {
  margin: 0 5px;
}
.directory-blog-artists a {
  color: #ffffff;
  font-weight: bold;
}
#browse-genres ul {
  padding-top: 5px;
}
#directory {
  line-height: 18px;
}
#directory-tag-navigation {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 40px;
  font-size: 1.4em;
}
.msg img {
  float: left;
  height: 35px;
}
.notice {
  background: #c1e5f6;
  border: 3px solid #43B0E4;
  border-width: 3px 0;
  color: #222;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
  padding: 10px 8px;
  text-transform: uppercase;
  text-align: center;
}
.notice em {
  color: #ED2024;
  font-style: normal;
}
#content-left .spy-filter .section:hover,
.notice:hover {
  background: #c1e5f6;
}
.person-loved {
  background: #ffffff;
  border: 2px solid #ffffff;
  left: 2px;
  position: absolute;
  top: 20px;
  z-index: 100;
}
#content-left .section h3 .track:hover {
  text-decoration: none;
}
#content-left .section h3 a:hover .base-title {
  text-decoration: underline;
}
#content-left .section h3 .remix-link {
  color: #76b438;
  text-decoration: none;
}
#content-left .section h3 a:hover .remix-link {
  text-decoration: none;
}
#content-left .section h3 .remix-count {
  color: #76b438;
  font-weight: normal;
  font-size: 18px;
}
#content-left .section h3 .remix-icon {
  background: url("/images/icon-remix.png") no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
.original-heading,
.remix-heading {
  margin-top: 40px;
  margin-left: 20px;
}
#content-left h2 .remix-icon {
  background: url("/images/icon-remix.png") no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin: -1px 5px 0 0;
}
.section a.more-tracks {
  font-size: 14px;
}
.section.same a.posted-by-others {
  border: 0;
  margin: 0;
}
.section em {
  color: #ccc;
  font-weight: 700;
  font-size: 16px;
}
.section em.section-tags {
  color: #222;
}
.section h4 em a {
  color: #bbb;
  font-size: 13px;
}
#content-left .section h3 .search_match,
.section p a.blog-fav-on {
  background: #ffffcc;
}
#content-right a.fav-off span,
.section p a.fav-off span,
.twitter-meta a.fav-off span {
  background: url("/images/icon-sub-small.png") 0 1px no-repeat;
}
.section p a.fav-on span,
.twitter-meta a.fav-on span {
  background: url("/images/icon-sub-small.png") 0 -27px no-repeat;
  color: #e94914;
}
.section p a.fav-off,
.section p a.fav-on,
.twitter-meta a.fav-off span,
.twitter-meta a.fav-on span {
  float: left;
  height: 13px;
  margin-right: 5px;
  top: 2px;
  width: 15px;
}
.section p a:hover.fav-off span,
.twitter-meta a:hover.fav-off span {
  background: url("/images/icon-sub-small.png") 0 -13px no-repeat;
  color: #277be1;
}
#content-left #previous-mentions .section p,
.section p {
  color: #000000;
  font-size: 14px;
}
.section-odd .meta .show {
  background: #ffffff;
}
#events .sxsw-song .album-art,
.tabberlive .tabbertabhide {
  display: none;
}
#events .sxsw-song {
  background: transparent;
}
.tooltip {
  background: transparent url("/images/tooltip.png") top center no-repeat;
  color: #ffffff;
  display: none;
  font-size: 11px;
  height: 20px;
  line-height: 21px;
  overflow: hidden;
  padding: 0 6px 8px;
  width: auto;
  position: relative;
  z-index: 9999;
}
.tweet-position {
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 50px;
  left: 5px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 50px;
}
.tweet-position em {
  background: url("/images/points.gif") bottom center no-repeat;
  color: #999;
  display: block;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 2px;
  width: 50px;
}
.tweets_extra {
  background: #f9f9f9;
  border: 1px solid #ddd;
  clear: both;
  margin-top: 10px;
  max-height: 240px;
  overflow-y: auto;
  padding: 0 5px;
  position: relative;
}
.tweets_extra li {
  border-bottom: 1px solid #ddd;
  clear: both;
  color: #999;
  display: block;
  font-size: 11px;
  line-height: 25px;
  padding: 5px 2px;
  position: relative;
}
.tweets_extra_toggle {
  background: none;
  font-weight: 700;
  padding: 0;
}
.twitter-meta {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 11px;
  margin-left: 65px;
  padding: 3px;
  width: 500px;
}
.twitter_contributors {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0;
}
.twitter_contributors a {
  border: 1px solid #999;
  display: block;
  float: left;
  height: 25px;
  margin-right: 5px;
  position: relative;
  width: 25px;
}
.twitter_contributors a.tweets_extra_toggle {
  border: 0;
  height: 25px;
  line-height: 25px;
  width: 170px;
  font-size: 14px;
}
.twitter_contributors a img {
  background: url("/images/bg-twitter-small.jpg");
  height: 25px;
  width: 25px;
}
.user-stats #avatar {
  float: left;
  margin: 0 10px 10px 0;
}
#content-left.mostbloggedbands {
  /*
    .section .rank {
        border: none;
        position: relative;
        top: 4px;
        left: @space;
        display: inline-block;
        float: left;
        padding-top: 3px;
        font-size: 22px;
        line-height: 22px;
        margin-right: @space;
    }
    */
}
#content-left.mostbloggedbands p {
  margin-top: 0;
}
#content-left.mostbloggedbands h3 a {
  color: #666;
}
#content-left.mostbloggedbands .section-track {
  border: none;
}
#content-left.mostbloggedbands .section-player {
  margin-top: 17px;
}
#content-left.mostbloggedbands .section h2 {
  padding: 20px 5px 0 20px;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
#content-left.mostbloggedbands .section h2 a {
  line-height: 34px;
  font-size: 30px;
  color: #000000;
}
#content-left.mostbloggedbands .section .playlist-ctrls,
#content-left.mostbloggedbands .section .track-info {
  display: none;
}
#content-left.mostbloggedbands .section .readpost span {
  top: 10px;
  left: 20px;
}
#content-left.mostbloggedbands .section.artist {
  padding: 0;
}
#content-left.mostbloggedbands .section {
  /*background: @white;*/
  padding: 0 0 20px;
}
#content-left.mostbloggedbands .section.even {
  background: #ffffff;
}
#content-left .blogs-picked {
  display: inline-block;
}
#content-left .blogs-picked-item img {
  border: 1px solid #222;
  width: 20px;
  height: 20px;
  margin: 0 3px;
}
#content-left .show-date {
  display: block;
  margin: 5px 0 0 25px;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
#content-left .show-date:hover {
  text-decoration: underline;
}
.section .loved-by-avatar {
  display: block;
  height: 50px;
  left: 3px;
  position: absolute;
  top: 18px;
  width: 50px;
}
.section .loved-by-avatar img {
  border: 1px solid #eee;
  height: 50px;
  width: 50px;
}
em#spy-status {
  font-style: normal;
  color: #ccc;
}
#content-left #list h2 span a:hover,
.section h3 a.artist,
.section.same h4 a.artist,
h3 a.artist {
  color: #222;
}
#badge-wrapper {
  font-size: 14px;
  text-align: left;
  background: #fff;
  padding: 20px;
}
#badge #message h1,
#logos #message h1 {
  width: 100% !important;
  text-transform: none !important;
}
#badge-wrapper #preview-div {
  margin: 0 auto;
}
#badge-wrapper p {
  margin: 5px 10px 10px;
}
#badge-code {
  clear: both;
}
#badge-wrapper #codebox {
  background: #ffffe1;
  height: 80px;
  margin: 10px 0 50px;
  overflow: hidden;
  padding: 5px;
  width: 710px;
}
#badge-color {
  float: left;
  width: 300px;
}
#badge-color .tabbertab li a img {
  border: 1px solid #eee;
  padding: 5px;
}
#badge-color .tabbertab li a:hover img {
  background: #ee2125;
}
#badge-color h2 {
  padding-right: 0;
}
#badge-color .tabbertab li a:hover {
  background: none;
  border: 0;
}
#badge-color .tabbertab li {
  display: inline;
}
#badge-color table td {
  padding: 3px;
}
#badge #colorpicker {
  margin: 10px 0 0 45px;
}
#badge-content {
  float: left;
  margin: 0 25px 0 0;
  width: 310px;
}
#badge-content #blogpick {
  width: 250px;
}
#badge-content #numberpick-text {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px;
}
#badge-content label {
  padding: 2px 0;
}
#badge-content label#stuff-by-user {
  padding: 10px 0 0;
}
#badge-content label#stuff-by-user,
#badge-content label#tracks-posted-by {
  padding: 2px 0 0;
}
#badge-wrapper #search_keyword {
  margin: 0 0 5px 35px;
}
#badge-wrapper form label {
  display: block;
  margin: 0 10px 5px;
}
#badge-wrapper form select {
  margin: 0 0 0 35px;
}
#badge-right {
  width: 320px;
  float: right;
}
#badge-right h2 {
  margin-bottom: 10px;
}
#badge-content #numberpick-text select {
  display: inline;
}
ul.tabbernav {
  font-weight: 700;
  padding: 3px 0;
}
ul.tabbernav li {
  display: inline;
}
ul.tabbernav li a {
  background: #eee;
  border: 1px solid #eee;
  border-bottom: 1px solid #ffffff;
  margin-left: 6px;
  padding: 3px 0.5em;
  text-decoration: none;
}
ul.tabbernav li a:hover {
  background: #ccc;
  border-color: #222;
  color: #000000;
}
ul.tabbernav li.tabberactive a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
ul.tabbernav li.tabberactive a:hover {
  background: white;
  border-bottom: 1px solid white;
  color: #000000;
}
.tabberlive {
  margin-top: 1em;
}
.tabberlive .tabbertab {
  height: 340px;
  overflow: hidden;
}
.tabberlive .tabbertab table {
  margin: 10px 0 0;
}
#content-right #ad-rectangle a:hover,
#content-right .spy-countries a img,
#content-right .spy-countries a:hover img,
#preview-div a:hover,
#sidebar-spy li a:hover,
.section.same .buy,
a.view-more:hover {
  border: 0;
}
#twitter-board li a:hover,
.blog a:hover {
  text-decoration: none;
}
#play-by-tweeting {
  clear: both;
  height: 7px;
  margin: 5px 0 20px;
}
#play_links #play_stream {
  font-size: 13px;
  line-height: 1.8em;
}
#play_links #player {
  float: left;
  margin-right: 10px;
}
#play_stream #player {
  position: relative;
  top: 0;
}
#player,
.content-wrapper .play-ctrl {
  display: block;
  font-size: 1px;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
}
#msg1,
#msg2,
#msg3 {
  font-size: 11px;
}
.title {
  /*  font-size: 14px;*/
}
#badge #color p,
#code p,
#contact p {
  margin: 10px 0;
}
#content-left #player #controls,
#message p.radio #loudcity,
#play-by-tweeting img,
.radio h2 a#radio-dl {
  float: right;
}
#message-intro-new {
  border-bottom: 1px solid #999;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  text-align: left;
  margin: 0 0 15px;
  padding: 20px 0;
}
#message-intro-new p {
  font-size: 22px;
  line-height: 37px;
  margin: none;
}
.section-track.haarp-active {
  background: #ffffcc;
}
#location_suggestions {
  background: #000000;
  text-indent: 5px;
  position: relative;
  z-index: 9999;
  width: 180px;
  max-height: 150px;
  overflow-y: scroll;
  display: none;
}
#location_suggestions li {
  text-align: left;
  display: block;
  width: 100%;
}
#location_suggestions li:hover {
  background: #666;
  cursor: pointer;
}
#examples {
  margin: 10px auto;
  font-size: 16px;
  line-height: 1.3em;
  background-color: white;
  padding-top: 20px;
}
#examples img {
  display: block;
  margin: 20px auto;
  padding-bottom: 40px;
}
.example-title {
  font-size: 1.2em;
}
.example-center {
  font-size: 1em;
  text-align: center;
  padding-bottom: 20px;
}
.promo-swap {
  margin: 10px 0;
  display: block;
}
.example-box {
  float: left;
  font-size: 16px;
  line-height: 1.3em;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
}
.example-box span {
  display: inline;
  color: #222;
  font-weight: 400;
  margin: 0 0 10px;
}
.example-box span a {
  color: #000000;
  text-decoration: underline;
}
.example-box span img {
  border: 5px solid #9a9a9a;
}
.example-box .num {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  width: 40px;
  line-height: 1.5em;
  text-align: center;
}
/* About site for the weird edge case where G picks up the wrong description string */
#about-site {
  position: fixed;
  top: 0;
  left: 10px;
  display: none;
}
.about-anchor {
  /*padding-top: -60px; */
}
/* toast notification prompt */
#toast-prompt {
  position: fixed;
  top: 0;
  left: 10px;
  background-color: #ffffe1;
  z-index: 9999;
  text-align: left;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 2px #222;
  -webkit-box-shadow: 0 0 2px #222;
  box-shadow: 0 0 2px #222;
  display: none;
}
#toast-prompt h5,
#toast-prompt p {
  padding: 0 33px;
  margin: 15px auto;
}
#toast-prompt h5 {
  font-size: 14px;
  font-weight: bold;
}
/* inline notice */
.inline-notice {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
  height: 80px;
  line-height: 80px;
  /* background-image: url("/images/sprouts/pause.png"); */
  background-position: 580px center;
  background-repeat: no-repeat;
}
/*

    track items on left side

    because we have .secton classes on the right side too, we need
    to specify everything with #content-left

    there is probably still too much css here @ian

 */
.track_name {
  margin: 0;
  top: 1px;
}
.track-info {
  color: #AAA;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  vertical-align: middle;
  margin-left: 138px;
  margin-right: 120px;
  position: relative;
  top: -11px;
}
.track-info.night {
  color: #243347;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -21px;
  display: none;
  vertical-align: middle;
  margin-left: 88px;
  /* 52px for thumb + 25px space on each */
  margin-right: 120px;
  /* for # of hearts and jquery flot */
  /*line-height: 1.5em;*/
}
.stack-featured {
  position: absolute;
  top: 14px;
  left: 0px;
  z-index: 10;
}
.stack-featured a {
  padding: 5px 5px 4px 5px;
  color: #ffffff;
  background-color: #83c441;
  display: block;
  font-family: DINWeb-Medium;
  font-size: 13px;
}
.single .stack-featured {
  top: 30px;
  z-index: 5;
}
.mostbloggedbands .stack-featured {
  top: 53px;
  z-index: 100;
}
#profile .track-info {
  display: block;
}
#supporters .track-info {
  display: block;
}
.track-info img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.track-info .tinyflag {
  font-size: 13px;
  margin-right: 5px;
}
.section-track {
  margin-top: 10px;
  padding: 30px 0;
  display: block;
  overflow: hidden;
  min-height: 100px;
  /*&:hover {
        background: #F9F9F9;
    }*/
}
.section.same.section-moreinpost {
  padding: 0 0 20px 20px;
  display: block;
  min-height: 0px;
}
.more {
  margin-left: 98px;
  display: block;
  background: #ffffff;
  border: 1px solid #dedede;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
}
.favcountlist {
  position: relative;
}
.section-player {
  padding-left: 138px;
  /* 52px for thumb + 25px space on each */
  padding-right: 130px;
  /* for # of hearts and jquery flot */
  position: relative;
}
.section-player .favcountlist h4,
.section-player .friendslist h4 {
  clear: both;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}
.section-player .favcountlist li {
  display: inline-block;
  width: 170px;
  margin: 0 0 5px;
  vertical-align: middle;
}
.section-player .favcountlist li.friend {
  background: #f4f7af;
}
.section-player .favcountlist li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}
.section-player .favcountlist li a img {
  float: left;
  margin-right: 5px;
}
.section-player .favcountlist li a:hover {
  border: 0;
  text-decoration: underline;
}
.section-player .favcountlist li span.heart {
  color: #be0000;
}
.section-player .friendslist h4 {
  display: inline-block;
  margin: 0 0 0 5px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.section-player .friendslist ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
}
.section-player .friendslist li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.section-player .friendslist li a:hover {
  text-decoration: none;
}
.section-player .friendslist li a img {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.section-player .friendslist li a span {
  display: none;
}
.section-player .friendslist a.fav-paging {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.section-player .act-info-loading,
.section-player .favcountlist,
.section-player .friendslist {
  border-top: 1px solid #dedede;
  clear: both;
  padding-top: 10px;
  margin-top: 10px;
}
.section-player .friendslist {
  position: relative;
}
.section-player .act-info-loading h4 {
  background: url("/images/icon-loading.gif") center left no-repeat;
  padding-left: 20px;
}
.section-player p {
  margin-bottom: 0;
}
.section-player .tags {
  margin: 10px 0;
}
.section a.fav-paging {
  background: #ffffff;
  border: 1px solid #dedede;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 15px;
}
.section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
/*
.section.odd {
  background: @white;
}
*/
/* first item on normal pages */
.section.first {
  border: none;
}
.section .album-art:hover {
  z-index: 100;
}
hr {
  margin: 10px 0;
  height: 1px;
  background-color: #999;
  display: block;
  border: 0;
}
hr.space {
  background-color: transparent;
}
hr.large {
  margin: 20px 0;
}
hr.small {
  margin: 5px 0;
}
.section .meta .fans {
  background: #E0F3FB;
  display: none;
  height: 100%;
  left: 0;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: 5px;
  top: 0;
  width: 100%;
  z-index: 5;
}
.section .meta .show {
  background: #ffffff;
  position: absolute;
  right: 5px;
}
.section .meta .show-dl {
  background: #E0F3FB;
}
.section .meta a.show:hover,
a:hover#soundcloud {
  border: 0;
  text-decoration: underline;
}
.section .flot {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.section .flot,
.section .flot .content {
  height: 150px;
}
.section .flot .legend .legendColorBox,
.section .flot .legend .legendLabel {
  vertical-align: middle;
}
.section .flot .legend .legendColorBox {
  padding-right: 6px;
}
.section .flot .legend .legendColorBox div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section .rank {
  color: #ffffff;
  font-size: 30px;
  left: 55px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 40px;
  z-index: 5;
  width: 50px;
  font-family: DINWeb-Medium;
}
.section .thumb {
  /*border: 1px solid #555;*/
  display: block;
  height: 100%;
  /*  padding: 0px 0 0px 0;*/
  /*  max-height: 110px;*/
  left: 20px;
  position: absolute;
  /*top: -1px;*/
  width: 100px;
  height: 100px;
  /*.rounded(4px);*/
}
.section.same {
  position: relative;
  border-top: 0;
  min-height: 90px;
  margin: 0;
}
.section.same .rank {
  left: -67px;
  top: 0;
}
.section.same a.fav-off,
.section.same a.fav-on {
  letter-spacing: 1px;
  position: relative;
  vertical-align: top;
}
.section.same span.number {
  left: -65px;
  position: absolute;
  top: 10px;
}
.section .tools {
  position: absolute;
  right: 20px;
  text-align: right;
  top: -4px;
  z-index: 10;
  /*  width: 150px;*/
}
.section .tools a.play-ctrl {
  color: black;
  display: block;
  position: relative;
  line-height: 1.3em;
  font-size: 20px;
  padding: 7px 6px 3px 6px;
}
.play-track .play:before,
.section .tools a.play-ctrl:before {
  content: "x";
}
.section .tools a.play-ctrl:hover {
  color: #0063dc;
  background-color: #ccc;
}
#section-active .tools a.play-ctrl:before {
  content: "z";
}
.play-track .pause:before,
.section .tools a.pause:before {
  content: "z";
}
.section .tools a.pause:hover {
  color: #0063dc;
  background-color: #ccc;
}
.section .tools .playdiv {
  float: right;
}
.section .tools .favdiv {
  float: right;
  position: relative;
}
.section .sparkdiv {
  position: absolute;
  top: 62px;
  left: 25px;
  border: 1px solid #ddd;
  width: 47px;
  height: 20px;
  padding: 2px;
  text-align: right;
}
.section .sparkdiv:hover {
  cursor: pointer;
  background: #fdf0c9;
  border-color: #e0d4b2;
}
.section .tools .favdiv a {
  float: left;
}
.section .meta {
  display: block;
  font-size: 13px;
  margin: 5px 0;
}
.section .share-links {
  position: absolute;
  right: -16px;
  top: 37px;
  width: 68px;
}
.section .share-links a {
  float: none;
  line-height: 14px;
}
.section .playlist-ctrls {
  width: 110px;
  height: 30px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.section .playlist-ctrls.playlist-on {
  display: block;
}
.section .playlist-ctrls:hover a.playlist-option {
  display: block;
}
.section .playlist-ctrls:hover a.playlist-selected {
  display: none;
}
.section .playlist-ctrls a {
  font-size: 14px;
  display: block;
  float: right;
  color: #ffffff;
  padding: 4px 10px 1px 10px;
  line-height: 25px;
  opacity: 0.4;
  font-family: "machine_bitsregular";
}
.section .playlist-ctrls a.playlist-selected {
  display: block;
  background-color: #ccc;
  opacity: 1;
}
.section .playlist-ctrls a.playlist-selected:before {
  content: "+";
}
.section .playlist-ctrls a.playlist-1 {
  background-color: #E17B3F;
  /* EA7E32 */
}
.section .playlist-ctrls a.playlist-2 {
  background-color: #6F4094;
  /* 704497 */
}
.section .playlist-ctrls a.playlist-3 {
  background-color: #DCE253;
  /* DEE03D */
}
.section .playlist-ctrls a.playlist-option {
  display: none;
}
.section .playlist-ctrls a.playlist-option:before {
  content: "+";
}
.section .playlist-ctrls a.active {
  padding: 6px 8px 0 7px;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}
.section .playlist-ctrls a.active:before {
  content: "\221A";
}
.section .playlist-ctrls a.active:hover {
  opacity: 1;
}
.section .playlist-ctrls a:hover {
  text-decoration: none;
  opacity: 1;
}
/* the little x next to list of people who favorited */
.close-this {
  position: absolute;
  top: 10px;
  right: 0;
  background: url("/images/close-gray.gif") left top no-repeat;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
/* sharing */
.facebook-share {
  display: none;
  color: #375697;
  margin: 10px 0 0 4px;
  position: relative;
  cursor: pointer;
}
.facebook-share:hover {
  text-decoration: none;
}
.facebook-share:hover {
  opacity: 0.8;
}
.twitter-share {
  display: none;
  color: #00A9EC;
  margin: 10px 0 0;
  cursor: pointer;
}
.twitter-share:hover {
  opacity: 0.8;
}
#item .section .share-links a,
.haarp-active .share-links a,
.section:hover .share-links a {
  display: inline-block;
}
#item #track-list {
  /*margin-top:10px;*/
  margin-bottom: 20px;
}
.section-track.single {
  margin-top: 0;
}
.single {
  /*.readpost { float: right; }*/
}
.single .thumb {
  height: 300px;
  width: 300px;
  left: 0;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.single .track-info {
  margin-left: 20px;
}
.single .section-player {
  margin: 0 20px;
  padding: 0;
  overflow: hidden;
  min-height: 361px;
  /*padding-left: 192px;
      padding-right: 20px; */
}
.single #content-left .section p.more-excerpts {
  margin-top: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
.single .track_name {
  top: -5px;
  margin-bottom: 20px;
  margin-left: 320px;
}
.single .track_name a {
  font-size: 32px;
  line-height: 125%;
}
.single .track_name .artist {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.single .track_name .divider {
  display: none;
}
.single .meta {
  /*clear: both;*/
  line-height: 150%;
  /*margin-left: 69px;
        margin-right: 110px;*/
  margin: 20px 0 0 320px;
}
.single .tags {
  margin: 20px 20px 0 320px;
  clear: none;
}
.single .share-links {
  position: relative;
  top: 0;
  left: 20px;
}
.single .tools {
  position: relative;
  float: right;
  top: 0;
  right: auto;
}
.single .act_info,
.single .post_info {
  /*clear: both;*/
  margin-top: 20px;
  margin-left: 320px;
  /*margin-left: 69px;
        margin-right: 110px;*/
}
.single p.act_removed {
  margin-left: 320px;
}
.single .play_more {
  position: absolute;
  top: 320px;
  left: 0;
  padding: 10px 15px;
  width: 270px;
  background: #83c441;
  color: #fff;
  line-height: 125%;
  font-family: DINWeb-Medium;
}
.single .play_more span.play_more_text {
  font-size: 17px;
}
.single .play_more span.play_more_icon {
  font-size: 21px;
}
.single .play_more:hover {
  text-decoration: none;
  background: #000000;
}
.single .icon-twitter {
  color: #b3b3b3;
}
.single .icon-twitter:hover {
  color: #00a9ec;
  opacity: 1;
}
.single .icon-facebook {
  color: #b3b3b3;
}
.single .icon-facebook:hover {
  color: #375697;
  opacity: 1;
}
/* modal */
#box {
  font-size: 13px;
  text-align: left;
  z-index: 10000 !important;
  border: 5px solid #83c441;
  background-color: #ffffff;
}
#boxContents {
  overflow: hidden;
  /*background-image: url("/images/iframe-loader.gif");*/
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.sub_prompt p {
  font-size: 16px;
  /*margin: 20px;*/
}
.sub_prompt .contribute {
  background: #83c441;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  display: block;
  line-height: 150%;
  text-align: center;
}
.sub_prompt .contribute:hover {
  background-color: #000;
  text-decoration: none;
}
#box #close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9999;
}
#box-inner {
  background-color: #ffffff;
  line-height: 14px;
  /* signup*/
}
#box-inner h2 {
  margin: 10px 0;
}
#box-inner h3 {
  line-height: 32px;
  background-color: #83c441;
  font-weight: bold;
  padding-left: 10px;
  font-size: 18px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #4D8119;*/
  margin: 0;
}
#box-inner h3#logo-txt:hover {
  color: #000;
  cursor: initial;
}
#box-inner .input-wrap {
  margin: 10px 0;
  line-height: 1.5em;
}
#box-inner .signup-terms {
  clear: both;
  padding-top: 10px;
  display: block;
  text-align: center;
}
#box-inner .email-checkboxes a {
  line-height: 18px;
}
#box-inner .box-content {
  margin: 10px;
  font-size: 12px;
}
#box-inner .box-content .tabs {
  border-bottom: 1px solid #efefef;
  display: block;
  margin-bottom: 10px;
}
#box-inner .box-content .tabs li {
  display: inline-block;
  margin-right: 8px;
  padding-bottom: 10px;
}
#box-inner .box-content .tabs li:last-child {
  margin-right: 0;
}
#box-inner .external {
  margin: 5px 0 5px 10px;
  position: relative;
  height: 27px;
}
#box-inner #login .fb-login-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 153px !important;
}
#box-inner #forgot-link {
  float: left;
}
#box-inner #signup-link {
  margin: 20px auto;
  width: 230px;
}
#box-inner #forgot-link,
#box-inner #signup-link {
  line-height: 20px;
  font-size: 13px;
  display: block;
  text-align: center;
}
#box-inner .facebook-login,
#box-inner .twitter-login {
  display: block;
  /*unclear why there is an extra 3px*/
}
#box-inner .facebook-login img,
#box-inner .twitter-login img {
  margin-bottom: 7px;
}
#box-inner #formmsg {
  margin: 10px 0;
  background-color: #c44040;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  display: none;
  line-height: 1.5em;
}
#box-inner #formmsg.good {
  background-color: #ffffff;
  color: #222;
}
#box-inner #formmsg a {
  color: #efefef;
  text-decoration: underline;
}
#box-inner #formmsg.good a {
  color: #222;
}
#box-inner #formmsg a:hover {
  text-decoration: none;
}
#box-inner #user_news {
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}
#box-inner small {
  display: block;
  margin: 3px 0;
}
#box-inner #recaptcha_area {
  position: relative;
  margin-left: -2px;
}
#box-inner #current_img {
  float: left;
  margin-right: 10px;
}
#box-inner .fileinputs {
  float: left;
}
#box-inner .fb-login-button {
  width: 270px;
  height: 110px;
}
#box-inner .fb_iframe_widget iframe {
  opacity: 0;
}
#box-inner .fb_iframe_widget {
  background-image: url("/images/login-fb-lg3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#box-inner .sub_prompt p {
  font-size: 15px;
}
#defaultform input {
  display: block;
  background-color: #efefef;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px;
  line-height: 16px;
}
#defaultform input[type=password],
#defaultform input[type=text] {
  width: 280px;
}
#defaultform input[type=submit] {
  /*.fancy-button;*/
  float: right;
  padding: 5px 30px;
  background-color: #efefef;
}
#defaultform input[type=checkbox] {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
}
#defaultform label {
  display: block;
  font-weight: bold;
  margin: 0 5px 0 0;
  width: auto;
}
/* account */
body#lightbox {
  min-width: auto;
}
#account_area input {
  padding: 2px;
}
#lb_active {
  font-weight: bold;
}
#picture_upload {
  float: left;
  width: 200px;
}
#img_upload_btn {
  margin-top: 5px;
}
/* prompt */
#box #big {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
/* confirm new */
.superbig {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}
.ad-breakout .ad-remove {
  position: relative;
  display: block;
  height: 0;
  left: -60px;
  bottom: -3px;
  z-index: 100;
}
.ad-breakout .ad-report {
  position: relative;
  display: block;
  height: 0;
  bottom: -3px;
  left: 60px;
  z-index: 100;
}
.header-spacer {
  height: 10px;
}
/* ad stuff */
.ad-wrapper {
  position: relative;
  margin: 0;
}
.ad-remove {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.ad-report {
  position: absolute;
  right: 0;
  bottom: -10px;
}
/*.ad-report a { cursor:pointer; }*/
.ad-leaderboard {
  z-index: 10;
  /*  min-height:90px; */
  width: 1150px;
  height: 250px;
  overflow: hidden;
}
.ad-leaderboard-frame {
  /* used by non Google DFP systems */
}
.ad-leaderboard-midpage {
  width: 840px;
  height: 200px;
}
.ad-leaderboard-tracks {
  margin-top: 10px;
  width: 840px;
  height: 200px;
}
.ad-rectangle {
  z-index: 10;
  min-height: 250px;
}
.ad-rectangle-modern {
  /*margin-bottom: 20px;*/
}
.ad-rectangleB-midpage {
  margin-top: 10px;
}
.ad-rectangleB-midpage.stick {
  position: fixed;
  top: 42px;
  z-index: 300;
}
.ad-rectangle-frame {
  /* used by non Google DFP systems */
  width: 300px;
  min-height: 250px;
}
#ad-rectangleB {
  margin-top: 10px;
}
.ad-rectangleC.stick {
  position: fixed;
  top: 42px;
  z-index: 300;
}
.ad-leaderboard-midpage {
  /*float: left;*/
}
.ad-rectangleA-midpage {
  margin-top: 10px;
}
.tsad-skin {
  display: none;
}
/* ad breakout (top of page) */
.ad-breakout {
  display: block;
  padding: 10px 0;
  /*border-bottom: 1px solid @ian-gray;*/
  /*
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  */
  text-align: center;
  /*font-size:0;*/
  /* hack to remove extra spacing from inline-block */
}
.ad-breakout.nopad {
  padding: 0;
  transition: padding 0.5s;
}
.ad-breakout .ad-leaderboard {
  margin: 0 auto;
  display: block;
}
.sliding {
  z-index: 10;
}
.followers_visual {
  display: inline-block;
  /*margin-top: -@space-small;
  margin-right: -@space-small;*/
  float: right;
  width: 100%;
}
.followers_visual li {
  float: right;
  margin-left: 10px;
}
.followers_visual li:last-child {
  margin-left: 0;
}
.followers_visual li img {
  width: 30px;
  height: 30px;
}
.artist-container {
  display: inline-block;
  margin-left: -10px;
}
.no-search-results {
  position: relative;
  min-height: 600px;
  background-color: #fff;
}
.no-search-results img,
.no-search-results p {
  position: absolute;
}
.no-search-results p {
  top: 180px;
  left: 90px;
  font-size: 20px;
}
.no-search-results img {
  left: 360px;
  top: 30px;
}
.no-search-results .no-results-graphic {
  left: 420px;
  top: 90px;
  width: 169px;
  height: 412px;
  background-image: url("/images/search-scope.png");
  position: absolute;
}
#featured #submenu {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
#featured hr {
  margin: 40px 0;
}
#featured h2 {
  font-weight: normal;
}
.featured-album .album-premiere-info {
  padding-left: 10px;
}
.featured-album .album-premiere-title {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
}
.featured-album p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.featured-album img.square {
  width: 320px;
  height: 320px;
}
.list-artists .left-right {
  margin: 10px 0;
  padding: 20px;
  background-color: #ffffff;
}
.list-artists .left-right .left,
.list-artists .left-right .right {
  font-size: 18px;
  color: #222;
}
.list-artists .left-right .right {
  /*width: 48%;
            padding-right: 2%;*/
}
/*
    BEGIN IAN REFACTOR

    -----------

    Code below this line has been refactored.

*/
.logo-txt {
  float: left;
  height: 42px;
  padding-right: 10px;
  width: 222px;
  color: #222;
  font-size: 38px;
  line-height: 34px;
}
.logo-txt:hover {
  color: #83c441;
}
#player-inner .logo-txt {
  display: none;
}
/* search box */
#search-form {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  position: relative;
  margin-top: 8px;
  vertical-align: top;
  z-index: 200;
  float: right;
  margin-right: 110px;
}
#search-form * {
  float: left;
  margin-left: 5px;
}
#search-form input {
  font-family: DINWeb-Medium;
}
#search-form #q {
  color: #999;
  height: 22px;
  padding: 2px 0 0 5px;
  width: 120px;
  font-size: inherit;
}
#search-form #q:focus {
  color: #222;
}
#search-form #g {
  cursor: pointer;
  height: 26px;
  padding: 3px 5px 3px 5px;
  border: none;
  background: #ddd;
  font-size: inherit;
}
#search-form #shuf {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
}
#search-form #shuf:hover {
  color: #83c441;
}
@media (hover: none) {
  #menu-item-more {
    font-size: 10px;
  }
  #search-form #q {
    width: 110px;
  }
}
#header.linux_workaround #search-form #q {
  width: 120px;
}
#header.linux_workaround #menu-item-more a b {
  font-size: 10px;
}
/* menu */
.menu {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-size: 0;
  text-align: left;
}
.menu li {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  font-size: 15px;
  position: relative;
}
.menu li a {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  color: #222;
  padding: 0 15px;
}
.menu li a:hover {
  color: #ffffff;
  background-color: #222;
  text-decoration: none;
}
.menu li ul {
  background: #ffffff;
  display: none;
  font-weight: normal;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 42px;
}
.menu li ul li {
  display: block;
  font-size: 15px;
  line-height: 38px;
}
.menu li ul li a {
  color: #222;
  width: 150px;
}
.menu li#menu-item-more ul li a {
  width: 200px;
}
.menu li#menu-item-supportus a {
  color: #fff;
  background-color: #e42626;
}
.menu li#menu-item-supportus.supporter a {
  color: #ffffff;
  background-color: #83c441;
}
.menu li#menu-item-supportus.supporter a:hover {
  color: #ffffff;
  background-color: #000000;
}
.menu li.active:hover ul,
.menu li:hover ul {
  display: inline-block;
}
.menu li.active {
  background: #222;
}
.menu li.active a {
  color: #e0e0e0;
}
.menu .menu-divider {
  color: #e0e0e0;
  font-weight: bold;
  text-align: center;
}
.menu .red-star {
  color: red;
  margin-right: 5px;
}
.menu #menu-item-back {
  display: none;
}
#footer {
  font-size: 15px;
  background-color: #ffffff;
  position: relative;
  text-align: left;
  /*z-index: 2; */
  padding-bottom: 80px;
}
#footer p {
  clear: both;
  padding: 15px 0 0;
  text-align: left;
  margin: 0;
}
#footer p a {
  text-decoration: underline;
  color: #000000;
  font-weight: 700;
}
/*#footer-inner { margin-bottom: 50px; }*/
#footer-menu {
  border-top: 2px #83c441 solid;
  background-color: #ffffff;
  line-height: 150%;
  vertical-align: top;
  /*z-index: 2;*/
  position: relative;
  font-family: DINWeb-Medium;
}
#footer-menu #footer-menu-inner {
  position: relative;
  overflow: hidden;
}
#footer-menu #footer-menu-inner .menu {
  float: left;
}
#footer-menu #footer-menu-inner .menu a {
  padding: 10px 15px;
  color: #000000;
}
#footer-menu #footer-menu-inner .menu a:hover {
  background-color: #000000;
  color: #ffffff;
}
/* follow pills (+ follow) */
.follow-pill {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.follow-pill span {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 14px;
  background-color: #0068d7;
  line-height: 16px;
  padding: 1px 3px 1px 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.follow-pill:hover {
  background-color: #0068d7;
  color: #ffffff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 #ccc;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
}
.follow-pill:hover span {
  display: inline-block;
  -moz-box-shadow: 0 1px 0 #ccc;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
}
.follow-pill.follow em,
.follow-pill.unfollow em {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  left: 2px;
}
.follow-pill.follow em {
  background: url("/images/icon-follow-small.png") top left no-repeat;
}
.follow-pill.follow:hover em {
  background: url("/images/icon-follow-small.png") top right no-repeat;
}
.follow-pill.unfollow em {
  background: url("/images/icon-follow-small.png") bottom left no-repeat;
}
.follow-pill.unfollow:hover em {
  background: url("/images/icon-follow-small.png") bottom right no-repeat;
}
/* flash-messages */
#flash-message {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  background-color: #ffffe1;
  color: black;
  display: none;
  top: 42px;
  position: absolute;
  width: 100%;
  z-index: 30;
}
#flash-message.info {
  background-color: #86BAFA;
  color: #03234b;
  border-bottom: 1px solid #03234b;
}
#flash-message.error {
  background-color: #fcb5b6;
  color: #7a0507;
  border-bottom: 1px solid #7a0507;
}
#flash-message.success {
  background-color: #d2efb6;
  color: #395e15;
  border-bottom: 1px solid #395e15;
}
.header-box {
  padding: 10px 0;
  position: relative;
}
.header-box a {
  color: #000000;
}
.header-box h3 {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  margin: 10px 0 2px;
}
.header-box .chocolate-bar {
  float: right;
}
.header-box .chocolate-bar .infoslices {
  width: 140px;
}
.header-box .chocolate-bar .bite {
  /*height: 38px;*/
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  margin-right: 10px;
}
.header-box .chocolate-bar .bite.empty {
  border: none;
}
.header-box .chocolate-bar .bite:last-child {
  margin-right: 0;
}
.header-box .chocolate-bar .slice {
  width: 140px;
  font-size: 12px;
  display: block;
}
.header-box .chocolate-bar .slice.empty {
  border: none;
}
.header-box .chocolate-bar .slice:last-child {
  margin-right: 0;
}
.header-box .chocolate-bar .slice [class^="icon-"],
.header-box .chocolate-bar .slice [class*=" icon-"] {
  font-size: 12px;
  color: #999;
  display: inline;
  margin-right: 5px;
}
.header-box .chocolate-bar [class^="icon-"],
.header-box .chocolate-bar [class*=" icon-"] {
  position: relative;
  /*top: 8px;
      margin-bottom: 9px;*/
}
.header-box .chocolate-bar a {
  color: #222;
}
.header-box .chocolate-bar a:hover {
  color: #0063dc;
  text-decoration: none;
}
.header-box.blog {
  height: 180px;
  padding-left: 260px;
  width: 580px;
  background-color: #ffffff;
}
.header-box.blog h1 {
  font-family: DINWeb-Medium;
  font-size: 26px;
  margin: 0;
}
.header-box.blog h1 a {
  color: #000000;
}
.header-box.blog .icon-twitter {
  font-size: 20px;
}
.header-box.blog .blog-image {
  height: 180px;
  width: 240px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-box.blog .infoslices {
  width: 160px;
  float: right;
  margin-bottom: 10px;
}
.header-box.blog .infoslices .desc {
  float: left;
  margin-top: 3px;
}
.header-box.blog .infoslices .slice {
  width: 160px;
  font-size: 16px;
}
.header-box.blog .infoslices .big-num {
  font-size: 16px;
}
.header-box.blog .infoslices [class^="icon-"],
.header-box.blog .infoslices [class*=" icon-"] {
  font-size: 14px;
}
.header-box.blog .tags {
  overflow: hidden;
  height: 50px;
}
.header-box.blog .followers_visual {
  overflow: hidden;
}
.header-box.blog .chocolate-bar {
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.header-box.blog .visit-blog {
  margin: -2px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.blog .visit-blog a:hover {
  text-decoration: underline;
}
.header-box.blog .recommended-because {
  margin-right: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.user {
  height: 110px;
  padding-left: 280px;
  width: 560px;
  background-color: #ffffff;
}
.header-box.user .user-information {
  font-size: 14px;
  width: 430px;
  position: absolute;
  left: 0;
  top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-box.user .user-information p {
  display: block;
  float: none;
  margin: 0;
}
.header-box.user .user-information p.username {
  font-weight: bold;
  font-size: 18px;
}
.header-box.user .user-information p.username a.icon-twitter,
.header-box.user .user-information p.username a.icon-facebook,
.header-box.user .user-information p.username a.icon-lastfm {
  display: inline;
  font-size: 22px;
}
.header-box.user .user-information p a {
  float: left;
  margin-right: 5px;
}
.header-box.user .user-information p.join-date,
.header-box.user .user-information p.location,
.header-box.user .user-information p.username,
.header-box.user .user-information p.website {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-box.user .avatar {
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.header-box.user .follow-information {
  margin: 0 10px 0 0;
  text-align: right;
  color: #222;
  line-height: 35px;
}
.header-box.user.small {
  height: 55px;
}
.header-box.user.small .avatar {
  width: 55px;
  height: 55px;
}
.header-box.user.small .user-information p.username {
  font-size: 14px;
}
.header-box.search .chocolate-bar {
  text-align: left;
}
.header-box.search .chocolate-bar .single {
  /*  width: 20%; */
}
.header-box.search .chocolate-bar .spy-suggestion {
  line-height: 35px;
  width: 80%;
  font-size: 13px;
  text-transform: capitalize;
}
.header-box.search .chocolate-bar .spy-suggestion .suggested {
  color: #0063dc;
  font-weight: bold;
}
.header-box.search .chocolate-bar .spy-suggestion:hover {
  color: #222;
}
.header-box.search .chocolate-bar .spy-suggestion:hover .suggested {
  text-decoration: underline;
}
.header-box.artist {
  padding-left: 100px;
  height: 80px;
  float: left;
  width: 249px;
  margin: 0 0 0 10px;
}
.header-box.artist .artist-image {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.header-box.artist .artist-image img {
  width: 80px;
  height: 80px;
}
.header-box.artist .artist-name {
  color: #222;
  font-weight: bold;
  font-size: 16px;
}
.header-box.artist .details {
  line-height: 1.8em;
}
.header-box .big-num {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 150%;
  width: 60px;
  text-align: right;
}
.header-box .desc {
  width: 60px;
  display: inline-block;
  text-align: left;
}
a.supporter-badge {
  font-family: DINWeb-Medium;
  font-size: 13px;
  padding: 7px 10px 4px 10px;
  background: #83c441;
  color: #fff;
  line-height: 100%;
  margin-top: 1px;
}
a.supporter-badge .icon-heart-bubble {
  font-size: 15px;
  display: block;
  float: right;
  margin-left: 3px;
  margin-top: -3px;
}
a.supporter-badge:hover {
  text-decoration: none;
  background: #000000;
}
#listall .header-box.blog,
#user_list .header-box.blog,
#recommended .header-box.blog {
  margin-top: 10px;
}
.find-friends-list .user,
#track-list .user {
  margin-top: 10px;
}
#submenu {
  width: 840px;
  float: left;
  line-height: 36px;
  height: 36px;
  font-size: 0;
  position: relative;
  background-color: #63903a;
  color: #b9cda5;
  /*  border-bottom: 1px solid @border-gray;*/
  font-family: DINWeb-Medium;
}
#submenu li {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  position: relative;
}
#submenu li#nav-favorites a {
  border-right: 0;
}
#submenu li#nav-playlist-1 a {
  color: #f3ad82;
  background-color: #E17B3F;
  padding: 0 20px;
  border: none;
}
#submenu li#nav-playlist-1 a.selected {
  color: #ffffff;
}
#submenu li#nav-playlist-2 a {
  color: #aa99c0;
  background-color: #6F4094;
  padding: 0 20px;
  border: none;
}
#submenu li#nav-playlist-2 a.selected {
  color: #ffffff;
}
#submenu li#nav-playlist-3 a {
  color: #f0f1b4;
  background-color: #DCE253;
  padding: 0 20px;
  border: none;
}
#submenu li#nav-playlist-3 a.selected {
  color: #ffffff;
}
#submenu a,
#submenu i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  /*z-index: 1;*/
}
#submenu a {
  color: #b9cda5;
  padding: 0 20px;
}
#submenu a.selected {
  color: #ffffff;
}
#submenu a .emoji-inner {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-bottom;
}
#submenu #shuffle-songs {
  border: none;
  display: block;
  position: relative;
  right: 0;
  padding-right: 27px;
}
#submenu #submenu-filter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 14px;
}
#submenu #submenu-filter #submenu-filter-title {
  padding: 0 10px;
  margin-left: 10px;
  color: #ffffff;
}
#submenu #submenu-filter:hover ul {
  display: block;
}
#submenu #submenu-filter ul {
  background: #63903a;
  /*border: 1px solid @border-gray;
            border-width: 1px 1px 0px;*/
  position: absolute;
  z-index: 999;
  width: 151px;
  top: 35px;
  right: 0;
  display: none;
}
#submenu #submenu-filter li {
  display: block;
}
#submenu #submenu-filter li a {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
#submenu #submenu-filter li a:hover {
  text-decoration: underline;
}
#submenu #submenu-filter li a .checkmark {
  float: right;
  font-weight: bold;
  font-size: 18px;
}
#submenu #submenu-filter li a#submenu-filter-active {
  background: url("/images/check.png") right center no-repeat;
  font-weight: 700;
}
#submenu #submenu-filter li a#submenu-filter-active:hover {
  text-decoration: none;
}
#submenu.profile {
  background-color: #9c2669;
}
#submenu.profile a {
  color: #ca8aae;
}
#submenu.profile a.selected {
  color: #ffffff;
}
#submenu.profile span.title {
  color: #ca8aae;
}
#submenu.profile #submenu-filter ul {
  background-color: #9c2669;
}
#spy #submenu {
  float: none;
}
#spy .track-info {
  display: block;
}
#sponsored_tracks {
  background-color: #fff;
  padding: 20px 20px 20px 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* paginator */
.paginator {
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  background-color: #ffffff;
}
.paginator a,
.paginator span {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin: 10px 5px 0 0;
  padding: 0 10px;
}
.paginator a.break,
.paginator span.break {
  /*background: @white;*/
  border: 0;
  width: auto;
  padding: 0;
}
.paginator a {
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.paginator a:hover {
  background: #EEE;
  border: 1px solid #999;
  text-decoration: none;
}
.paginator a.next {
  position: absolute;
  right: 0px;
  width: auto;
  padding: 0 10px;
  margin: 10px 0 0 0;
}
.paginator span .this-page {
  border: none;
}
.paginator strong {
  font-size: 14px;
  left: 45px;
  position: absolute;
  top: 28px;
}
.paginator #infinite-tracks-button {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
}
.paginator #shuffle-again-button {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 36px;
}
.infinite {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.connect-unit {
  border: 1px solid #efefef;
  background-color: #ffffff;
  margin: 10px 0;
}
.connect-unit .bottom,
.connect-unit .top {
  padding: 0 10px;
  display: block;
  margin: 0;
}
.connect-unit .top .service-logo {
  width: 75px;
  display: block;
}
.connect-unit .top .service-logo img {
  width: 75px;
}
.connect-unit .top img,
.connect-unit .top ul {
  margin: 10px 0;
  display: block;
}
.connect-unit .top ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-position: inside;
}
.connect-unit .top .mini-icon {
  font-size: 24px;
  display: block;
  padding: 0 10px 0 0;
  float: left;
}
.connect-unit .bottom {
  background-color: #dedede;
  position: relative;
  color: #555;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
}
.connect-unit .bottom .without-friends-button .disconnect {
  margin: 10px 0 0 0;
}
.connect-unit .bottom .toggle {
  float: left;
  margin-top: 5px;
}
.connect-unit .bottom .find-friends {
  float: right;
}
.connect-unit .bottom .disconnect {
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: right;
}
.connect-unit .bottom .disconnect a {
  color: #666;
  cursor: pointer;
}
.connect-unit .bottom .connect-button {
  margin: 10px 0;
  text-align: right;
  width: 100%;
}
.connect-unit .bottom .fancy-button {
  color: #0063dc;
  background-color: #ffffff;
  border: 1px solid #AAA;
}
.find-friends-list {
  float: left;
  width: 100%;
}
#link-sc #content-left,
#link-spotify #content-left {
  margin-top: 100px;
}
#link-sc p,
#link-spotify p {
  font-size: 16px;
}
#link-sc .mini-icon,
#link-spotify .mini-icon {
  font-size: 40px;
  display: block;
  padding: 12px;
  float: left;
}
#link-sc .link-logo,
#link-spotify .link-logo {
  width: 250px;
  border: 1px solid #000;
  padding: 15px;
}
#link-sc .link-logo:hover,
#link-spotify .link-logo:hover {
  background: #EEE;
}
.in-page-search {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.in-page-search .submit,
.in-page-search .text {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.in-page-search .submit input,
.in-page-search .text input {
  width: 100%;
  height: 30px;
}
.in-page-search .text {
  width: 79%;
  margin-right: 1%;
}
.in-page-search .text input {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  color: #898989;
  padding: 0 2%;
  width: 96%;
}
.in-page-search .text input:focus {
  color: #090909;
}
.in-page-search .submit {
  width: 20%;
  text-align: center;
}
.in-page-search .submit input {
  padding: 0;
  height: 32px;
}
.fb-login-button.fb_iframe_widget.fb_hide_iframes span {
  display: none;
}
.fb-not-connected {
  height: 42px;
}
#labs .features {
  margin-left: -10px;
}
#labs .features .feature {
  border: 1px solid #efefef;
  width: 231px;
  margin: 20px 0;
  min-height: 307px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  margin-left: 10px;
}
#labs .features .feature .info {
  padding: 0 10px;
}
#labs .features .feature a {
  color: #0063dc;
}
#labs .apps {
  display: inline-block;
  margin: 10px 0 10px -10px;
}
#labs .apps .app {
  margin-left: 10px;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  width: 270px;
  margin-bottom: 10px;
  padding-left: 75px;
  position: relative;
  height: 65px;
  padding-right: 10px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  background-color: #efefef;
  color: #222;
  display: inline-block;
}
#labs .apps .app:hover {
  text-decoration: none;
  background-color: #dbdbdb;
  border: 1px solid #d0d0d0;
}
#labs .apps .app span {
  line-height: 65px;
  font-weight: bold;
}
#labs .apps .app [class^="icon-"],
#labs .apps .app [class*=" icon-"] {
  width: 50px;
  height: 50px;
  line-height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 44px;
}
/* tags */
#content-left #tags {
  padding: 10px 10px 3px;
  margin: 4px 0;
  background-color: #ffffff;
}
#content-left #tags li {
  width: 170px;
}
.tags {
  text-align: left;
  clear: both;
}
.tags#tags_extra {
  display: none;
  margin-top: 5px;
}
.tags li {
  display: inline-block;
  font-size: 11px;
  margin: 0 4px 4px 0;
}
.tags li a {
  background-color: #e0e0e0;
  display: block;
  float: left;
  font-size: 11px;
  padding: 0 8px;
  color: #000000;
  text-transform: uppercase;
  line-height: 22px;
}
.tags li a:hover {
  color: #ffffff;
  background-color: #0063dc;
  text-decoration: none;
}
.tags li a.active {
  background: #83c441;
  color: #000000;
}
.tags li a.small li a {
  padding: 0 6px;
  line-height: 20px;
}
.tags li a#tags_show_more {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.tags li a#tags_show_more:hover {
  color: #0063dc;
  text-decoration: underline;
}
.tags li #showalltags {
  background: #ffffff;
  border: none;
}
.tags li #showalltags:hover {
  text-decoration: underline;
  color: #000000;
}
.locale-blogs-header {
  position: relative;
  margin-bottom: 10px;
  height: 230px;
}
.locale-blogs-header ul {
  background-color: #efefef;
  width: 698px;
  height: 200px;
}
.locale-blogs-header ul li {
  position: relative;
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
}
.locale-blogs-header ul li a {
  position: relative;
  float: left;
  padding: 4px 0 0 4px;
  margin: 0;
  width: 95px;
  height: 95px;
}
.locale-blogs-header #country-map {
  float: left;
  width: 200px;
  height: 200px;
}
.locale-blogs-header #locale-blogs-header-more {
  float: right;
}
.locale-blogs-header #locale-blogs-header-more a {
  width: 80px;
  height: 30px;
  display: block;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  background-color: #efefef;
  text-align: center;
  padding: 0;
}
.locale-blogs-header .blog-mini-icon {
  width: 95px;
  height: 95px;
}
#player-container {
  background: #222;
  color: #e0e0e0;
  height: 50px;
  left: 0;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
#player-container.disabled {
  display: none;
}
#player-container a {
  color: #e0e0e0;
}
#player-container #yt-container {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: none;
}
#player-container #player-inner #player-page {
  background: #83c441;
  position: absolute;
  left: 0;
  text-align: left;
  top: -20px;
  visibility: hidden;
  width: 180px;
}
#player-container #player-inner #player-page a {
  display: block;
  width: 100%;
  padding-left: 10px;
  color: #000;
  font-size: 13px;
}
#player-container #player-inner #player-controls {
  float: left;
  position: relative;
  width: 1050px;
  /*        .icon-bc {
          font-size: 33px;
          line-height: 24px;
          margin-top: 11px;
        }
*/
}
#player-container #player-inner #player-controls:hover #player-timebar {
  display: block;
}
#player-container #player-inner #player-controls.disabled {
  opacity: 0.5;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled a:hover {
  text-decoration: none;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled #player-nowplaying a:hover {
  color: #e0e0e0;
  text-decoration: none;
  cursor: default;
}
#player-container #player-inner #player-controls.disabled:hover #player-timebar {
  display: none;
}
#player-container #player-inner #player-controls #playerFav,
#player-container #player-inner #player-controls #playerNext,
#player-container #player-inner #player-controls #playerPlay,
#player-container #player-inner #player-controls #playerPrev,
#player-container #player-inner #player-controls #playerRepeat {
  /*border-right: 1px solid #f00;*/
  cursor: pointer;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
  top: 0;
  font-size: 13px;
  /*line-height: 36px;*/
  padding: 17px 16px 14px;
}
#player-container #player-inner #player-controls #playerFav.player-repeat-active,
#player-container #player-inner #player-controls #playerNext.player-repeat-active,
#player-container #player-inner #player-controls #playerPlay.player-repeat-active,
#player-container #player-inner #player-controls #playerPrev.player-repeat-active,
#player-container #player-inner #player-controls #playerRepeat.player-repeat-active {
  color: #83c441;
}
#player-container #player-inner #player-controls #playerPrev {
  /*border-left: 1px solid #f00;*/
}
#player-container #player-inner #player-controls #playerPrev:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerPlay {
  font-size: 15px;
  /*line-height: 37px;*/
}
#player-container #player-inner #player-controls #playerPlay:before {
  content: "x";
}
#player-container #player-inner #player-controls #playerPlay:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerPlay.pause:before {
  content: "z";
}
#player-container #player-inner #player-controls #playerPlay.pause:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerNext:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerFav {
  margin: 0;
  font-size: 14px;
}
#player-container #player-inner #player-controls #playerFav.fav-off:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerFav.fav-on {
  color: #ed2024;
}
#player-container #player-inner #player-controls #playerFav.fav-disabled {
  opacity: 0.3;
}
#player-container #player-inner #player-controls #playerRepeat {
  font-size: 16px;
}
#player-container #player-inner #player-controls #playerRepeat:hover {
  color: #277BE1;
}
#player-container #player-inner #player-controls #playerNext.playerNext-inactive,
#player-container #player-inner #player-controls #playerPrev.playerPrev-inactive {
  opacity: 0.1;
}
#player-container #player-inner #player-controls #player-nowplaying {
  float: left;
  text-align: center;
  font-size: 14px;
  height: 33px;
  line-height: 35px;
  position: relative;
  width: 600px;
  overflow: hidden;
  /*        padding-right: 10px;
        padding-left: @space;*/
  font-family: DINWeb-Medium;
}
#player-container #player-inner #player-controls #player-nowplaying > * {
  /*vertical-align: top;*/
}
#player-container #player-inner #player-controls #player-nowplaying a:hover {
  background: none;
  color: #0063dc;
  text-decoration: underline;
}
#player-container #player-inner #player-controls #player-nowplaying a.read-post {
  color: #e0e0e0;
  font-size: 11px;
  font-weight: 400;
  margin: 0 5px 0 10px;
}
#player-container #player-inner #player-controls #player-nowplaying.no_seek {
  top: 9px;
}
#player-container #player-inner #player-controls .share-icons {
  float: right;
  top: 15px;
}
#player-container #player-inner #player-controls .share-icons a {
  font-weight: normal;
  display: block;
  float: left;
  margin-left: 5px;
  font-size: 25px;
  margin-top: 11px;
  padding: 7px;
  margin-left: 7px;
}
#player-container #player-inner #player-controls .share-icons a:hover {
  text-decoration: none;
}
#player-container #player-inner #player-controls .share-icons a.read-post {
  font-size: 20px;
}
#player-container #player-inner #player-controls .share-icons a.icon-sc {
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  color: #ff5500;
}
#player-container #player-inner #player-controls .share-icons a.icon-bc {
  font-size: 18px;
  margin-top: 13px;
  display: inline-block;
  margin-left: 10px;
}
#player-container #player-inner #player-controls .share-icons a.img-icon-au {
  background: url("/images/audius-logo.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#player-container #player-inner #player-controls .share-icons a.img-icon-ca {
  background: url("/images/catalog-logo.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#player-container #player-inner #player-controls #player-timebar {
  background: #222;
  /*border: 1px solid #f00;*/
  font-size: 10px;
  line-height: 33px;
  position: relative;
  top: 0;
  width: 600px;
  margin-left: 245px;
  margin-top: 23px;
  /*display: none;*/
  z-index: 3;
}
#player-container #player-inner #player-controls #player-timebar #player-time-position {
  left: 0;
  position: absolute;
  text-align: right;
  width: 35px;
  z-index: 10;
  top: -3px;
}
#player-container #player-inner #player-controls #player-timebar #player-time-total {
  left: 525px;
  position: absolute;
  z-index: 10;
  top: -3px;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-container:hover #player-volume-outer {
  display: block;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-mute {
  height: 33px;
  margin-right: 0;
  position: absolute;
  top: -12px;
  font-size: 23px;
  right: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-outer {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  background: #222;
  top: -108px;
  right: 15px;
  height: 100px;
  border: 1px solid #222;
  width: 20px;
  line-height: 8px;
}
#player-container #player-inner #player-controls #player-timebar #player-volume-outer #player-volume-ctrl {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: orange;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer {
  border-bottom: 1px solid #83c441;
  height: 10px;
  left: 50px;
  position: absolute;
  top: 8px;
  width: 460px;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing {
  background: #83c441;
  height: 10px;
  left: 0;
  position: absolute;
  z-index: 9;
}
#player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
  background: #32481D;
  height: 10px;
  left: 0;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
#player-container #player-inner .user-menu ul li a:hover {
  background: #444;
  color: #ffffff;
  text-decoration: none;
}
#player-container #player-inner .user-menu ul li a.find-more {
  padding: 0;
  height: 30px;
  text-align: center;
  background-color: #efefef;
  line-height: 30px;
  color: #232323;
}
#player-container #player-inner .user-menu ul li a.find-more:hover {
  background-color: #f4f4f4;
}
.site_closed {
  font-family: DINWeb-Medium;
  font-size: 22px;
  padding: 20px;
  width: 688px;
  background: #ffffe1;
}
.subpage-text .supporters-only,
#track-list .supporters-only,
#stack-intro.supporters-only {
  background-color: #fff;
  padding: 20px 20px;
  font-size: 16px;
}
.subpage-text .supporters-only .supporters-join,
#track-list .supporters-only .supporters-join,
#stack-intro.supporters-only .supporters-join {
  background-color: #83c540;
  padding: 10px 15px;
  color: #fff;
}
.subpage-text .supporters-only .supporters-join:hover,
#track-list .supporters-only .supporters-join:hover,
#stack-intro.supporters-only .supporters-join:hover {
  background-color: #000;
  text-decoration: none;
}
.subpage-text .supporters-only {
  padding-left: 0;
}
.time-machine-logo {
  margin-top: 30px;
}
#time-machine {
  color: #222;
  display: inline-block;
  display: block;
  position: relative;
}
#time-machine #message h1 span {
  font-family: DINWeb-Medium, Helvetica;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: -1px;
}
#time-machine .time-machine-short-desc {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 25px;
}
#time-machine .time-machine-logo {
  margin-top: 30px;
  width: 217px;
  height: 30px;
  display: block;
}
#time-machine .shuffle {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  color: #222;
  float: left;
  padding: 1px 15px 4px;
}
#time-machine .shuffle .icon-shuffle {
  font-size: 20px;
  margin-top: 9px;
}
#time-machine .shuffle:hover {
  color: #ffffff;
  background-color: #222;
}
#time-machine #flux-capacitor {
  font-size: 12px;
}
#time-machine #flux-capacitor .year:last-child .month:last-child {
  border-right: 1px solid #e3e3e3 !important;
}
#time-machine #flux-capacitor .year:last-child .month:last-child:hover {
  border-right: 1px solid black !important;
}
#time-machine #flux-capacitor .month,
#time-machine #flux-capacitor .year {
  position: relative;
  line-height: 1em;
  background-color: #fcfcfc;
  border-right: 1px solid #fcfcfc;
}
#time-machine #flux-capacitor .month.year > a,
#time-machine #flux-capacitor .year.year > a {
  background-color: #83c441;
  border: 1px solid #69a032;
  border-right: 1px solid transparent;
  font-weight: bold;
  text-align: center;
}
#time-machine #flux-capacitor .month.year:hover > a,
#time-machine #flux-capacitor .year.year:hover > a {
  background-color: #9cd068;
  color: #0d0d0d;
}
#time-machine #flux-capacitor .month.year.selected > a,
#time-machine #flux-capacitor .year.year.selected > a {
  background-color: #b6dc8f;
  color: #0d0d0d;
  border-right: 1px solid #69a032;
}
#time-machine #flux-capacitor .month.year:last-child > a,
#time-machine #flux-capacitor .year.year:last-child > a {
  border-right: 1px solid #69a032;
}
#time-machine #flux-capacitor .month.year .month,
#time-machine #flux-capacitor .year.year .month {
  border: 1px solid #e3e3e3;
  border-left: 1px solid transparent;
  float: left;
  text-align: center;
  display: none;
}
#time-machine #flux-capacitor .month.year .month.selected,
#time-machine #flux-capacitor .year.year .month.selected {
  background-color: #ffffff;
  border: 1px solid #000 !important;
}
#time-machine #flux-capacitor .month.year .force,
#time-machine #flux-capacitor .year.year .force,
#time-machine #flux-capacitor .month.year .month:hover,
#time-machine #flux-capacitor .year.year .month:hover,
#time-machine #flux-capacitor .month.year .month:last-child:hover,
#time-machine #flux-capacitor .year.year .month:last-child:hover {
  background-color: #ffffff;
  border: 1px solid #222;
  border-bottom: 1px solid #ffffff;
}
#time-machine #flux-capacitor .month.year .force > a:not(.year),
#time-machine #flux-capacitor .year.year .force > a:not(.year),
#time-machine #flux-capacitor .month.year .month:hover > a:not(.year),
#time-machine #flux-capacitor .year.year .month:hover > a:not(.year),
#time-machine #flux-capacitor .month.year .month:last-child:hover > a:not(.year),
#time-machine #flux-capacitor .year.year .month:last-child:hover > a:not(.year) {
  color: #222;
}
#time-machine #flux-capacitor .month.year .force > a:not(.year):after,
#time-machine #flux-capacitor .year.year .force > a:not(.year):after,
#time-machine #flux-capacitor .month.year .month:hover > a:not(.year):after,
#time-machine #flux-capacitor .year.year .month:hover > a:not(.year):after,
#time-machine #flux-capacitor .month.year .month:last-child:hover > a:not(.year):after,
#time-machine #flux-capacitor .year.year .month:last-child:hover > a:not(.year):after {
  content: " ";
  left: -1px;
  height: 1px;
  background-color: #ffffff;
  top: 32px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 100%;
  z-index: 99999;
  position: absolute;
}
#time-machine #flux-capacitor .month.year .force .full,
#time-machine #flux-capacitor .year.year .force .full,
#time-machine #flux-capacitor .month.year .month:hover .full,
#time-machine #flux-capacitor .year.year .month:hover .full,
#time-machine #flux-capacitor .month.year .month:last-child:hover .full,
#time-machine #flux-capacitor .year.year .month:last-child:hover .full {
  display: block;
}
#time-machine #flux-capacitor .month.year .month:last-child,
#time-machine #flux-capacitor .year.year .month:last-child {
  border-right: 1px solid transparent;
}
#time-machine #flux-capacitor .month.year.selected,
#time-machine #flux-capacitor .year.year.selected {
  background-color: #b6dc8f;
}
#time-machine #flux-capacitor .month.year.selected:hover,
#time-machine #flux-capacitor .year.year.selected:hover {
  background-color: #c2e2a2;
}
#time-machine #flux-capacitor .month.year.selected:hover a,
#time-machine #flux-capacitor .year.year.selected:hover a {
  color: #0d0d0d;
}
#time-machine #flux-capacitor .month > a,
#time-machine #flux-capacitor .year > a {
  display: block;
  color: #000000;
  padding: 10px;
  float: left;
  width: 34px;
}
#time-machine #flux-capacitor .month > a:hover,
#time-machine #flux-capacitor .year > a:hover {
  text-decoration: none;
}
#time-machine #flux-capacitor .month .full,
#time-machine #flux-capacitor .year .full {
  display: none;
  position: absolute;
  left: -1px;
  background-color: #ffffff;
  top: 32px;
  border: 1px solid black;
  z-index: 1000;
}
#time-machine #flux-capacitor .month .full a,
#time-machine #flux-capacitor .year .full a {
  position: relative;
  width: 320px;
  display: block;
  color: #222;
  padding: 0 10px;
  line-height: 18px;
  overflow: auto;
}
#time-machine #flux-capacitor .month .full a.force,
#time-machine #flux-capacitor .year .full a.force,
#time-machine #flux-capacitor .month .full a:hover,
#time-machine #flux-capacitor .year .full a:hover {
  background-color: #222;
  text-decoration: none;
  color: #000000;
}
#time-machine #flux-capacitor .month .full a.force .artists,
#time-machine #flux-capacitor .year .full a.force .artists,
#time-machine #flux-capacitor .month .full a:hover .artists,
#time-machine #flux-capacitor .year .full a:hover .artists {
  display: block;
}
#time-machine #flux-capacitor .month .full a.force ul,
#time-machine #flux-capacitor .year .full a.force ul,
#time-machine #flux-capacitor .month .full a:hover ul,
#time-machine #flux-capacitor .year .full a:hover ul {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#time-machine #flux-capacitor .month .full a .date,
#time-machine #flux-capacitor .year .full a .date {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  margin: 10px 0;
  color: #ffffff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkQID/jFD2fyDNCOKAGSBBADZSAwNOQHx1AAAAAElFTkSuQmCC") repeat;
  line-height: 80px;
  font-weight: bold;
  font-size: 34px;
}
#time-machine #flux-capacitor .month .full a .artists,
#time-machine #flux-capacitor .year .full a .artists {
  top: 10px;
  position: absolute;
  z-index: 500;
  left: 90px;
  width: 230px;
  color: #ffffff;
  padding: 0 5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  height: 80px;
  overflow: hidden;
  line-height: 1.1em;
  display: none;
  text-align: left;
}
#time-machine #flux-capacitor .month .full a .artists span,
#time-machine #flux-capacitor .year .full a .artists span {
  display: block;
}
#time-machine #flux-capacitor .month .full a ul,
#time-machine #flux-capacitor .year .full a ul {
  font-size: 0;
  margin: 10px 0 10px 80px;
}
#time-machine #flux-capacitor .month .full a ul li,
#time-machine #flux-capacitor .year .full a ul li {
  background-position: center center;
  height: 80px;
  line-height: 40px;
  width: 80px;
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
#time-machine #flux-capacitor .month:hover,
#time-machine #flux-capacitor .year:hover {
  background-color: #ffffff;
  color: #222;
}
#time-machine #flux-capacitor .month:hover > .full,
#time-machine #flux-capacitor .year:hover > .full {
  display: block;
}
#premieres-all .content {
  width: 728px;
}
#premieres-all #content-left {
  min-height: auto;
}
#premieres-all .previous-premieres {
  width: 840px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#premieres-all .premiere-what {
  width: 175px;
}
#premieres-all .about-hype-machine {
  padding: 0 0 20px 0;
}
#premieres-all .about-hype-machine .logo {
  margin: 0;
  font-size: 80px;
  float: none;
}
.premiere-month h4 {
  font-size: 20px;
}
.premiere-what {
  line-height: 150%;
  font-size: 15px;
}
.premiere-mini-item {
  font-size: 16px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  background-color: #ffffff;
  min-height: 320px;
  width: 253px;
  overflow: hidden;
  position: relative;
}
.premiere-mini-item .premiere-when {
  margin-top: 5px;
}
.premiere-mini-item a {
  display: block;
}
.premiere-mini-item img {
  width: 253px;
}
.premiere-mini-item .album-header-title {
  font-style: italic;
}
.premiere-spacer {
  background-color: #DDD;
  text-align: center;
}
.premiere-spacer span {
  margin-top: 150px;
  display: block;
  font-size: 26px;
}
.premiere-mini-item:nth-child(3n+0) {
  margin-right: 0;
}
.previous-premieres {
  width: 960px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  text-align: left;
  display: block;
  overflow: hidden;
}
.previous-premieres h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.previous-premieres p {
  line-height: 30px;
  margin-top: 10px;
  margin-right: 40px;
}
.premiere-month-header {
  display: block;
  margin-bottom: 10px;
  padding-right: 150px;
}
#message .icon-bandcamp {
  display: inline;
  font-size: 45px;
  line-height: 5px;
  text-decoration: none;
}
.on-bandcamp {
  width: 728px;
  float: left;
  margin-top: 10px;
  background: #639aa9;
}
.on-bandcamp img {
  width: 149px;
}
.on-bandcamp .premiere-mini-item {
  width: 149px;
  min-height: 250px;
  margin-bottom: 0;
}
.on-bandcamp .premiere-mini-item:nth-child(3n+0) {
  margin-right: 10px;
}
.on-bandcamp .premiere-mini-item:nth-child(4n+0) {
  margin-right: 0;
  width: 150px;
}
.on-bandcamp .bandcamp-buy {
  color: #639aa9;
  padding: 5px;
  border: 1px solid #639aa9;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
}
.on-bandcamp .album-set {
  overflow: hidden;
  position: relative;
  background-color: #639aa9;
  padding: 0 10px;
}
.on-bandcamp .unit_head {
  position: relative;
  overflow: hidden;
  font-family: DINWeb-Medium;
  font-size: 17px;
  padding: 15px 10px;
  background: #639aa9;
  /*line-height:100%;*/
  /*width:708px;*/
  display: block;
  color: #fff;
}
.on-bandcamp .unit_head .icon-bandcamp {
  display: inline;
  font-size: 37px;
  line-height: 4px;
}
.on-bandcamp .unit_head .read_more {
  display: block;
  float: right;
  color: #fff;
}
.on-bandcamp.non-profile .unit_head .read_more {
  width: 270px;
  float: left;
  line-height: 125%;
}
.on-bandcamp .see_more {
  font-family: DINWeb-Medium;
  font-size: 17px;
  padding: 12px 10px 10px 10px;
  background: #639aa9;
  /*line-height:100%;
    width:688px;*/
  display: block;
  color: #fff;
  text-align: center;
  border: 1px #fff solid;
  margin: 10px auto 10px auto;
  width: 350px;
}
.on-bandcamp .see_more:hover {
  color: #639aa9;
  background-color: #fff;
  text-decoration: none;
}
.on-bandcamp.non-profile .see_more {
  float: right;
  margin: 0;
}
#zeitgeist-header-menu {
  position: relative;
  overflow: visible;
  width: 100%;
  font-family: DINWeb-Medium;
  margin: 0 0 20px;
}
#zeitgeist-header-menu #zeitgeist-title {
  font-size: 25px;
  padding: 14px 0 0;
  display: inline-block;
  color: #222;
}
#zeitgeist-header-menu #menu-zeitgeist {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 400px;
}
#zeitgeist-header-menu #menu-zeitgeist ul {
  display: none;
}
#zeitgeist-header-menu #menu-zeitgeist:hover ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#zeitgeist-header-menu #menu-zeitgeist a {
  font-size: 25px;
  margin: 14px 0 10px 0;
  display: inline-block;
  color: #222;
}
#zeitgeist-header-menu #menu-zeitgeist a:hover {
  text-decoration: none;
}
#zeitgeist-header-menu #menu-zeitgeist a .arr {
  font-size: 12px;
  top: -4px;
  position: relative;
}
#zeitgeist-header-menu #menu-zeitgeist-submenu li {
  position: relative;
  overflow: hidden;
}
#zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background-color: #222;
  color: #ffffff;
}
#zeitgeist-header-menu #menu-zeitgeist-submenu li a:hover {
  color: #d52b2c;
}
#zeitgeist-header-menu #menu-zeitgeist-submenu {
  position: absolute;
  left: 0;
  z-index: 20;
  height: 360px;
}
#zeitgeist-header-menu #menu-zeitgeist-submenu li a {
  padding: 10px 20px 10px 123px;
  margin: 0;
  background-color: #fff;
}
#zeitgeist-header-menu .icons,
#zeitgeist-header-menu .icons a {
  color: #222;
  font-size: 28px;
  font-weight: normal;
  float: right;
  margin-top: 8px;
}
#zeitgeist-header-menu .icons a {
  margin: 3px 0 0 10px;
}
#zeitgeist-header-menu .icons a:hover {
  color: #83c441;
}
#best2007albums #content,
#best2007bands #content,
#zeitgeist2007 #content,
#zeitgeist2008 #content,
#zeitgeist2008-albums #content,
#zeitgeist2008-artists #content,
#zeitgeist2009 #content,
#zeitgeist2010 #content,
#zeitgeist2011 #content,
#zeitgeist2011_albums #content,
#zeitgeist2011_artists #content,
#zeitgeist2011_intro #content,
#zeitgeist2011_songs #content,
#zeitgeist2012 #content,
#zeitgeist2013 #content,
#zeitgeist2014 #content,
#zeitgeist2015 #content,
#zeitgeist_artists #content,
#zeitgeist2018 #content,
#zeitgeist2019 #content,
#zeitgeist2021 #content {
  display: none;
}
#best2007albums #content-wrapper,
#best2007bands #content-wrapper,
#zeitgeist2007 #content-wrapper,
#zeitgeist2008 #content-wrapper,
#zeitgeist2008-albums #content-wrapper,
#zeitgeist2008-artists #content-wrapper,
#zeitgeist2009 #content-wrapper,
#zeitgeist2010 #content-wrapper,
#zeitgeist2011 #content-wrapper,
#zeitgeist2011_albums #content-wrapper,
#zeitgeist2011_artists #content-wrapper,
#zeitgeist2011_intro #content-wrapper,
#zeitgeist2011_songs #content-wrapper,
#zeitgeist2012 #content-wrapper,
#zeitgeist2013 #content-wrapper,
#zeitgeist2014 #content-wrapper,
#zeitgeist2015 #content-wrapper,
#zeitgeist_artists #content-wrapper,
#zeitgeist2018 #content-wrapper,
#zeitgeist2019 #content-wrapper,
#zeitgeist2021 #content-wrapper {
  background-color: #ffffff;
}
#zeitgeist2020 #content {
  display: none;
}
#zeitgeist2020 #content-wrapper {
  background-color: #11182d;
}
#zeitgeist2016 #content {
  display: none;
}
#zeitgeist2017 #content {
  display: none;
}
#tv #tv-controls {
  display: block;
}
#keyboard {
  display: none;
}
#keyboard .overlay {
  /*background: url(//static.hypem.com/images/ad-breakout.png) bottom;*/
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
#keyboard .popup {
  position: fixed;
  width: 265px;
  left: 50%;
  margin-left: -133px;
  top: 25%;
  z-index: 10001;
  background-color: white;
  display: block;
  padding: 20px;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  font-size: 12px;
}
#keyboard .popup #close-keyboard-shortcuts {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("/images/close-gray.gif") left top no-repeat;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
#keyboard .popup h1 {
  margin: 0 0 20px;
}
#keyboard .popup .function,
#keyboard .popup .keys {
  float: left;
  margin-bottom: 10px;
  line-height: 24px;
}
#keyboard .popup .function {
  width: 50%;
}
#keyboard .popup .keys {
  width: 50%;
}
#keyboard .popup .keys span {
  display: inline-block;
  zoom: 1;
  /*display: inline; // ie6 */
  vertical-align: top;
  margin-right: 5px;
  padding: 0 9px;
  background-color: black;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 24px;
  line-height: 24px;
}
body#twittercard {
  width: 435px;
  /* max width defined by twitter */
  overflow-x: hidden;
}
body#twittercard #content-left {
  width: 435px;
}
body#twittercard #content-left .share-links {
  display: none;
}
body#twittercard #content-left .section-player {
  padding-right: 130px;
}
body#twittercard #content-left .track-info {
  display: none;
}
body#twittercard #content-left .buy .download {
  display: none;
}
body#twittercard #content-left .section-track {
  padding-top: 30px;
}
body#twittercard #content-left .fav-off,
body#twittercard #content-left .fav-on {
  display: none;
}
body#twittercard #content-left .toggle-favorites {
  margin-right: 10px;
  margin-top: 1px;
}
#dev-indicator {
  position: fixed;
  right: 16px;
  bottom: 0;
  line-height: 24px;
  padding: 0 4px;
  font-size: 12px;
  background-color: white;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  opacity: 0.8;
  cursor: pointer;
}
#dev-indicator:hover {
  opacity: 1;
  text-decoration: none;
}
#dev-indicator img {
  position: relative;
  top: 4px;
  margin-right: 2px;
}
#content-left .section h3 .admin-tools {
  color: black;
  font-size: 20px;
  text-transform: none;
}
#content-left .section h3 .admin-tools a {
  border-bottom: 2px solid;
  color: black;
  font-size: 20px;
}
/* STACK EXPERIMENT */
#stack #top-notice,
#stacklive #top-notice {
  display: none;
}
#stack .playlist-ctrls,
#stacklive .playlist-ctrls {
  display: none;
}
#stack #message,
#stacklive #message {
  float: none;
  margin: 0px auto 0;
  background: transparent;
  width: 820px;
}
#stack .header-spacer,
#stacklive .header-spacer {
  height: 0;
}
#stack #content-left,
#stacklive #content-left {
  width: 820px;
  margin: 0 auto;
  float: none;
}
#stack #content-left .album .section h3,
#stacklive #content-left .album .section h3 {
  max-width: 600px;
}
#stack #content-left .section,
#stacklive #content-left .section {
  border: none;
}
#stack #content-left .section .haarp-fav-count,
#stacklive #content-left .section .haarp-fav-count,
#stack #content-left .section .meta,
#stacklive #content-left .section .meta,
#stack #content-left .section .track-info,
#stacklive #content-left .section .track-info,
#stack #content-left .section h3 .remix-icon,
#stacklive #content-left .section h3 .remix-icon,
#stack #content-left .section p,
#stacklive #content-left .section p {
  display: none;
}
#stack #content-left .section h3,
#stacklive #content-left .section h3 {
  font-size: 24px;
  line-height: 130%;
  margin-top: 15px;
  display: inline-block;
  max-width: 480px;
  letter-spacing: normal;
}
#stack #content-left .section h3 a,
#stacklive #content-left .section h3 a {
  font-size: inherit;
  font-weight: inherit;
}
#stack #content-left .section .tools,
#stacklive #content-left .section .tools {
  top: 15px;
  right: 0;
}
#stack #content-left .section .haarp-fav-count,
#stacklive #content-left .section .haarp-fav-count {
  display: block;
}
#stack #content-left .section-track,
#stacklive #content-left .section-track {
  /* border: 4px solid #000; */
  padding: 0px 20px 0 0;
}
#stack #content-left .section-player,
#stacklive #content-left .section-player {
  padding-left: 0;
  padding-right: 100px;
}
#stack #content-left .haarp-active .share-links a,
#stacklive #content-left .haarp-active .share-links a,
#stack #content-left .section:hover .share-links a,
#stacklive #content-left .section:hover .share-links a {
  display: none;
}
#stack #stack-header,
#stacklive #stack-header {
  font-family: DINWeb-Medium, Helvetica;
  width: 820px;
  /*height: 210px;*/
  margin: 0px auto 0px;
  position: relative;
  overflow: hidden;
}
#stack #stack-header #header-canvas,
#stacklive #stack-header #header-canvas {
  width: 260px;
  float: left;
  /*height: 100px;*/
}
#stack #stack-header #header-canvas canvas,
#stacklive #stack-header #header-canvas canvas {
  width: 260px;
  height: 200px;
  /*background-image: linear-gradient(45deg, #DDD 25%, transparent 25%), linear-gradient(-45deg, #DDD 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #DDD 75%), linear-gradient(-45deg, transparent 75%, #DDD 75%);
                background-size: 20px 20px;
                background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
}
#stack #stack-header #header-canvas-all,
#stacklive #stack-header #header-canvas-all {
  width: 820px;
  float: left;
  /*height: 100px;*/
}
#stack #stack-header #header-canvas-all canvas,
#stacklive #stack-header #header-canvas-all canvas {
  width: 820px;
  height: 250px;
  /*background-image: linear-gradient(45deg, #DDD 25%, transparent 25%), linear-gradient(-45deg, #DDD 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #DDD 75%), linear-gradient(-45deg, transparent 75%, #DDD 75%);
                background-size: 20px 20px;
                background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
}
#stack #stack-header #canvas-debug,
#stacklive #stack-header #canvas-debug {
  font-size: 12px;
  color: #000;
  font-family: Courier;
  font-weight: normal;
}
#stack #stack-header #header-canvas-bg,
#stacklive #stack-header #header-canvas-bg {
  background-color: #84c441;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 75px;
  top: 60px;
}
#stack #stack-header #header-intro,
#stacklive #stack-header #header-intro {
  color: #000;
  width: 420px;
  text-align: right;
  font-size: 16px;
  font-family: Roboto;
  font-weight: normal;
  line-height: 150%;
  /* hax hax */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-70%);
}
#stack #stack-header img.intro,
#stacklive #stack-header img.intro {
  width: 750px;
}
#stack #stack-header span.issue,
#stacklive #stack-header span.issue {
  top: 85px;
  display: block;
  position: absolute;
  font-size: 30px;
  left: 15px;
  font-weight: normal;
}
#stack #stack-info,
#stacklive #stack-info {
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow: hidden;
}
#stack #info-left,
#stacklive #info-left {
  width: 240px;
  padding: 0px 10px 0 20px;
  background: #fff;
  float: left;
  display: block;
}
#stack #info-left li,
#stacklive #info-left li {
  margin: 18px 0;
}
#stack #info-left p,
#stacklive #info-left p {
  display: inline-block;
  margin: 12px 0 0 55px;
  min-height: 40px;
}
#stack #info-left img,
#stacklive #info-left img {
  position: absolute;
  margin-top: 5px;
  width: 40px;
}
#stack #cta-right,
#stacklive #cta-right {
  font-family: Roboto;
  font-weight: normal;
}
#stack #cta-right,
#stacklive #cta-right {
  line-height: 150%;
}
#stack #cta-paid,
#stacklive #cta-paid {
  padding: 10px 10px 10px 40px;
  float: right;
  display: block;
  width: 490px;
  background: #83c441;
}
#stack #cta-paid h4,
#stacklive #cta-paid h4 {
  margin: 0px;
  font-size: 22px;
  font-family: DINWeb-Medium;
}
#stack #cta-paid img,
#stacklive #cta-paid img {
  display: block;
  float: left;
  margin: 0 15px 0px 60px;
}
#stack #cta-paid a,
#stacklive #cta-paid a {
  padding: 5px;
  background: #fff;
  color: #000;
  display: inline-block;
  width: 175px;
  margin-top: 10px;
  text-align: center;
}
#stack #cta-paid a:hover,
#stacklive #cta-paid a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
#stack #cta-free,
#stacklive #cta-free {
  margin-top: 10px;
  padding: 11px 10px 11px 40px;
  float: right;
  display: block;
  width: 490px;
  background: #fff;
}
#stack #cta-free h4,
#stacklive #cta-free h4 {
  margin: 0px;
  font-size: 22px;
  font-family: DINWeb-Medium;
}
#stack #cta-free img,
#stacklive #cta-free img {
  display: block;
  float: left;
  margin: 0 15px 10px 60px;
}
#stack #cta-free a,
#stacklive #cta-free a {
  padding: 5px;
  display: inline-block;
  border: 1px solid #83c441;
  color: #000;
  width: 175px;
  margin-top: 10px;
  text-align: center;
}
#stack #cta-free a:hover,
#stacklive #cta-free a:hover {
  text-decoration: none;
  background: #83c441;
  color: #fff;
}
#stack #cta-free #mc_embed_signup,
#stacklive #cta-free #mc_embed_signup {
  margin-left: 63px;
  padding: 0;
}
#stack #cta-free #mce-EMAIL,
#stacklive #cta-free #mce-EMAIL {
  height: 25px;
  font-size: 15px;
  width: 180px;
}
#stack #cta-free #mc-embedded-subscribe,
#stacklive #cta-free #mc-embedded-subscribe {
  background: #83c441;
  color: #fff;
  font-family: Roboto;
  padding: 8px 15px 9px 15px;
  font-size: 15px;
}
#stack #numbers-canvas,
#stacklive #numbers-canvas {
  margin-top: 15px;
  width: 820px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
#stack #numbers-canvas canvas,
#stacklive #numbers-canvas canvas {
  width: 820px;
  height: 150px;
  /*background-image: linear-gradient(45deg, #DDD 25%, transparent 25%), linear-gradient(-45deg, #DDD 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #DDD 75%), linear-gradient(-45deg, transparent 75%, #DDD 75%);
            background-size: 20px 20px;
            background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
}
#stack #numbers-canvas span.date,
#stacklive #numbers-canvas span.date {
  color: #000;
  top: 63px;
  display: block;
  position: absolute;
  font-size: 26px;
  right: 0px;
  font-weight: normal;
}
#stack #stack-intro,
#stacklive #stack-intro {
  width: 740px;
  margin: 20px auto;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  background: #fff;
  color: #000;
  font-family: Roboto;
}
#stack .stack-button,
#stacklive .stack-button {
  color: #222;
  background-color: #83c441;
  padding: 6px 14px;
  margin-top: 15px;
  /*margin-right:165px;*/
  font-size: 16px;
  display: inline-block;
  /*float:right;*/
  /*position: absolute;
        bottom: 15px;
        right: 0px; */
  z-index: 10;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#stack .stack-button:hover,
#stacklive .stack-button:hover {
  text-decoration: none;
  background: #222;
  color: #EEE;
}
#stack #stack-inapp,
#stacklive #stack-inapp {
  font-size: 36px;
  margin: 40px auto 10px;
  display: block;
  width: 270px;
  line-height: 150%;
  font-weight: normal;
  padding: 6px 12px 6px 16px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#stack .stack-content,
#stacklive .stack-content {
  margin: 0;
  padding: 15px;
  font-size: 16px;
  font-family: Merriweather;
  font-weight: 300;
  line-height: 150%;
  background: #ffffff;
}
#stack .stack-content .quote,
#stacklive .stack-content .quote {
  font-family: Merriweather;
  font-weight: 300;
}
#stack .thumb,
#stacklive .thumb {
  margin-right: 20px;
  width: 200px;
  height: 200px;
  position: relative;
  float: left;
  left: auto;
  top: auto;
}
#stack .stack-desc,
#stacklive .stack-desc {
  font-family: Merriweather, Roboto;
  font-weight: 300;
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  line-height: 150%;
}
#stack .narrow .stack-desc,
#stacklive .narrow .stack-desc {
  margin-left: 210px;
}
#stack .stack-premiere,
#stacklive .stack-premiere {
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  background: #ffffff;
}
#stack .stack-premiere.album .thumb,
#stacklive .stack-premiere.album .thumb {
  display: none;
}
#stack .stack-premiere.album .section-track,
#stacklive .stack-premiere.album .section-track {
  margin: 0 0 0 20px;
}
#stack .stack-premiere.mix .section-track,
#stacklive .stack-premiere.mix .section-track {
  margin: 0 0 0 0;
}
#stack .stack-premiere .special-header,
#stacklive .stack-premiere .special-header {
  font-family: DINWeb-Medium, Helvetica;
  padding: 8px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
#stack .stack-premiere .special-header svg,
#stacklive .stack-premiere .special-header svg {
  float: left;
}
#stack .stack-premiere .special-header span,
#stacklive .stack-premiere .special-header span {
  top: 9px;
  position: relative;
  margin-left: 12px;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}
#stack .stack-premiere .album-premiere,
#stacklive .stack-premiere .album-premiere {
  background-color: #42aee4;
}
#stack .stack-premiere .longread,
#stacklive .stack-premiere .longread {
  background-color: #faea07;
}
#stack .stack-premiere .goodmix,
#stacklive .stack-premiere .goodmix {
  background-color: #f26a21;
}
#stack .stack-premiere .premiere-image-wrap,
#stacklive .stack-premiere .premiere-image-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
#stack .stack-premiere .premiere-image,
#stacklive .stack-premiere .premiere-image {
  width: 100%;
  /*height: 219px;*/
  float: left;
  margin: 0;
}
#stack .stack-reader-pick,
#stacklive .stack-reader-pick {
  top: -105px;
  left: -105px;
  clear: none;
  font-size: 16px;
  color: #222;
  background-color: #83c441;
  padding: 5px;
  position: relative;
  display: inline;
}
#stack .quote,
#stacklive .quote {
  font-size: 22px;
  line-height: 150%;
  font-style: italic;
}
#stack .stack-footer,
#stacklive .stack-footer {
  font-size: 16px;
  margin: 10px 20px 20px;
  line-height: 150%;
}
#stack .stack-footer img,
#stacklive .stack-footer img {
  width: 40px;
  height: 40px;
}
#stack #subscribe-share-top,
#stacklive #subscribe-share-top {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#stack #subscribe-share-top a,
#stacklive #subscribe-share-top a {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin: 0 10px;
  float: right;
}
#stack #subscribe-share-top .icons,
#stacklive #subscribe-share-top .icons,
#stack #subscribe-share-top .icons a,
#stacklive #subscribe-share-top .icons a {
  font-size: 28px;
  font-weight: normal;
  display: block;
  float: right;
}
#stack #subscribe-share-top .icons a,
#stacklive #subscribe-share-top .icons a {
  margin: 3px 0 0 10px;
}
#stack #subscribe-share-top .icons a:hover,
#stacklive #subscribe-share-top .icons a:hover {
  color: #83c441;
}
#stack .pager,
#stacklive .pager {
  padding: 25px;
  font-size: 26px;
  background: #83c441;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  font-family: DINWeb-Medium, Helvetica;
}
#stack .pager a,
#stacklive .pager a {
  color: #222;
}
#stack .pager a:last-child,
#stacklive .pager a:last-child {
  float: right;
}
#stack .pager a#shuf,
#stacklive .pager a#shuf {
  position: absolute;
  left: 390px;
}
#stack .pager a:first-child,
#stacklive .pager a:first-child {
  float: left;
}
#stack .share,
#stacklive .share {
  text-align: center;
  position: relative;
  float: right;
  width: 300px;
  height: 300px;
}
#stack .share a:hover,
#stacklive .share a:hover {
  color: #83c441;
}
#stack .share .icon-facebook,
#stacklive .share .icon-facebook,
#stack .share .icon-twitter,
#stacklive .share .icon-twitter {
  font-size: 73px;
  position: relative;
  color: #222;
  display: inline-block;
  line-height: 97px;
  margin-left: 9px;
}
#stack .archives,
#stacklive .archives {
  background: #fff;
  padding: 15px;
}
#stack .archives h2,
#stacklive .archives h2 {
  font-family: DINWeb-Medium;
  margin: 0 0 10px 0;
}
#stack .archives .tracks,
#stacklive .archives .tracks {
  background-color: #83c541;
}
#stack .archives .mixes,
#stacklive .archives .mixes {
  background-color: #f26a21;
}
#stack .archives .reads,
#stacklive .archives .reads {
  background-color: #fde90c;
}
#stack .archives p,
#stacklive .archives p {
  margin: 15px 0 0 0;
}
#stack .archives-opts,
#stacklive .archives-opts {
  font-family: DINWeb-Medium;
  display: inline-block;
  padding: 14px 15px 10px 15px;
  margin: 10px 10px 10px 0;
  color: #000;
  text-decoration: none;
}
.playlist-header {
  font-size: 25px;
  font-weight: normal;
  margin: 20px 20px 15px;
  line-height: 150%;
  display: inline-block;
}
.playlist-header .edit-pencil {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  transform: scale(-1);
  display: inline-block;
  margin-left: 10px;
  height: 35px;
  color: #ffffff;
  opacity: 0.5;
}
.playlist-header .edit-pencil:hover {
  opacity: 1;
}
.playlist-header .playlist-name {
  display: inline;
}
.playlist-name .emoji-inner {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: text-bottom;
}
.playlist-name input {
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  top: 3px;
  left: -3px;
  margin-right: 2px;
  position: relative;
  float: left;
}
.playlist-name button {
  background-color: #e0e0e0;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  top: -5px;
  padding: 6px 10px;
  position: relative;
}
#debug-inner {
  font-family: Courier;
  font-size: 13px;
  line-height: 125%;
  word-wrap: break-word;
}
#debug-top {
  font-family: Courier;
  font-size: 13px;
  line-height: 125%;
  word-wrap: break-word;
}
#form-2016 #content-left #submenu a,
#moogfest-2016 #content-left #submenu a,
#otw_2014 #content-left #submenu a,
#otw_2015 #content-left #submenu a,
#otw_2015_2 #content-left #submenu a,
#otw_bbc6_2014 #content-left #submenu a {
  font-size: 17px;
}
#form-2016 #content-left.blog-quotes .playlist-ctrls,
#moogfest-2016 #content-left.blog-quotes .playlist-ctrls,
#otw_2014 #content-left.blog-quotes .playlist-ctrls,
#otw_2015 #content-left.blog-quotes .playlist-ctrls,
#otw_2015_2 #content-left.blog-quotes .playlist-ctrls,
#otw_bbc6_2014 #content-left.blog-quotes .playlist-ctrls,
#form-2016 #content-left.blog-quotes .section .meta,
#moogfest-2016 #content-left.blog-quotes .section .meta,
#otw_2014 #content-left.blog-quotes .section .meta,
#otw_2015 #content-left.blog-quotes .section .meta,
#otw_2015_2 #content-left.blog-quotes .section .meta,
#otw_bbc6_2014 #content-left.blog-quotes .section .meta,
#form-2016 #content-left.blog-quotes .section .thumb,
#moogfest-2016 #content-left.blog-quotes .section .thumb,
#otw_2014 #content-left.blog-quotes .section .thumb,
#otw_2015 #content-left.blog-quotes .section .thumb,
#otw_2015_2 #content-left.blog-quotes .section .thumb,
#otw_bbc6_2014 #content-left.blog-quotes .section .thumb,
#form-2016 #content-left.blog-quotes .track-info,
#moogfest-2016 #content-left.blog-quotes .track-info,
#otw_2014 #content-left.blog-quotes .track-info,
#otw_2015 #content-left.blog-quotes .track-info,
#otw_2015_2 #content-left.blog-quotes .track-info,
#otw_bbc6_2014 #content-left.blog-quotes .track-info,
#form-2016 #content-left.blog-quotes p,
#moogfest-2016 #content-left.blog-quotes p,
#otw_2014 #content-left.blog-quotes p,
#otw_2015 #content-left.blog-quotes p,
#otw_2015_2 #content-left.blog-quotes p,
#otw_bbc6_2014 #content-left.blog-quotes p {
  display: none;
}
#form-2016 #content-left.blog-quotes .section-player,
#moogfest-2016 #content-left.blog-quotes .section-player,
#otw_2014 #content-left.blog-quotes .section-player,
#otw_2015 #content-left.blog-quotes .section-player,
#otw_2015_2 #content-left.blog-quotes .section-player,
#otw_bbc6_2014 #content-left.blog-quotes .section-player {
  padding-left: 128px;
  margin-top: 5px;
}
#form-2016 #content-left.blog-quotes .section,
#moogfest-2016 #content-left.blog-quotes .section,
#otw_2014 #content-left.blog-quotes .section,
#otw_2015 #content-left.blog-quotes .section,
#otw_2015_2 #content-left.blog-quotes .section,
#otw_bbc6_2014 #content-left.blog-quotes .section {
  padding: 0 0 20px;
  border-top: none;
}
#form-2016 #content-left.blog-quotes .section.even,
#moogfest-2016 #content-left.blog-quotes .section.even,
#otw_2014 #content-left.blog-quotes .section.even,
#otw_2015 #content-left.blog-quotes .section.even,
#otw_2015_2 #content-left.blog-quotes .section.even,
#otw_bbc6_2014 #content-left.blog-quotes .section.even {
  background: #ffffff;
}
#form-2016 #content-left.blog-quotes .section h2,
#moogfest-2016 #content-left.blog-quotes .section h2,
#otw_2014 #content-left.blog-quotes .section h2,
#otw_2015 #content-left.blog-quotes .section h2,
#otw_2015_2 #content-left.blog-quotes .section h2,
#otw_bbc6_2014 #content-left.blog-quotes .section h2 {
  padding: 30px 5px 10px 0;
}
#form-2016 #content-left.blog-quotes .section h2 a,
#moogfest-2016 #content-left.blog-quotes .section h2 a,
#otw_2014 #content-left.blog-quotes .section h2 a,
#otw_2015 #content-left.blog-quotes .section h2 a,
#otw_2015_2 #content-left.blog-quotes .section h2 a,
#otw_bbc6_2014 #content-left.blog-quotes .section h2 a {
  line-height: 34px;
  margin-left: 0;
  font-size: 40px;
  color: #4A8083;
}
#form-2016 #content-left.blog-quotes .section .share-links,
#moogfest-2016 #content-left.blog-quotes .section .share-links,
#otw_2014 #content-left.blog-quotes .section .share-links,
#otw_2015 #content-left.blog-quotes .section .share-links,
#otw_2015_2 #content-left.blog-quotes .section .share-links,
#otw_bbc6_2014 #content-left.blog-quotes .section .share-links {
  display: none;
}
#form-2016 #content-left.blog-quotes .blogs-picked-item,
#moogfest-2016 #content-left.blog-quotes .blogs-picked-item,
#otw_2014 #content-left.blog-quotes .blogs-picked-item,
#otw_2015 #content-left.blog-quotes .blogs-picked-item,
#otw_2015_2 #content-left.blog-quotes .blogs-picked-item,
#otw_bbc6_2014 #content-left.blog-quotes .blogs-picked-item {
  float: left;
}
#form-2016 #content-left.blog-quotes .blogs-picked-item img,
#moogfest-2016 #content-left.blog-quotes .blogs-picked-item img,
#otw_2014 #content-left.blog-quotes .blogs-picked-item img,
#otw_2015 #content-left.blog-quotes .blogs-picked-item img,
#otw_2015_2 #content-left.blog-quotes .blogs-picked-item img,
#otw_bbc6_2014 #content-left.blog-quotes .blogs-picked-item img {
  width: 100px;
  height: 100px;
  border: 1px solid #4A8083;
}
#form-2016 #content-left.blog-quotes .blog-blurb,
#moogfest-2016 #content-left.blog-quotes .blog-blurb,
#otw_2014 #content-left.blog-quotes .blog-blurb,
#otw_2015 #content-left.blog-quotes .blog-blurb,
#otw_2015_2 #content-left.blog-quotes .blog-blurb,
#otw_bbc6_2014 #content-left.blog-quotes .blog-blurb {
  display: block;
  float: left;
  width: 580px;
  background: #efefef;
  margin: 0;
  font-style: italic;
  font-size: 18px;
  min-height: 83px;
  padding: 10px;
}
#form-2016 #content-left.blog-quotes .blog-blurb a,
#moogfest-2016 #content-left.blog-quotes .blog-blurb a,
#otw_2014 #content-left.blog-quotes .blog-blurb a,
#otw_2015 #content-left.blog-quotes .blog-blurb a,
#otw_2015_2 #content-left.blog-quotes .blog-blurb a,
#otw_bbc6_2014 #content-left.blog-quotes .blog-blurb a {
  font-style: normal;
  color: #4A8083;
}
#form-2016 #content-left.blog-quotes .speech-arrow,
#moogfest-2016 #content-left.blog-quotes .speech-arrow,
#otw_2014 #content-left.blog-quotes .speech-arrow,
#otw_2015 #content-left.blog-quotes .speech-arrow,
#otw_2015_2 #content-left.blog-quotes .speech-arrow,
#otw_bbc6_2014 #content-left.blog-quotes .speech-arrow {
  display: block;
  float: left;
  background: url("/images/speech_arrow.png") no-repeat;
  width: 20px;
  height: 50px;
  margin: 10px 0 0;
}
#form-2016 #schedule_h1,
#moogfest-2016 #schedule_h1,
#otw_2014 #schedule_h1,
#otw_2015 #schedule_h1,
#otw_2015_2 #schedule_h1,
#otw_bbc6_2014 #schedule_h1 {
  font-size: 28px;
  padding: 20px 0 20px 25px;
  margin: 10px 0 0;
  text-transform: none;
}
#form-2016 #schedule_h1 p,
#moogfest-2016 #schedule_h1 p,
#otw_2014 #schedule_h1 p,
#otw_2015 #schedule_h1 p,
#otw_2015_2 #schedule_h1 p,
#otw_bbc6_2014 #schedule_h1 p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: normal;
  width: 708px;
  text-transform: none;
}
#form-2016 #event-special-header,
#moogfest-2016 #event-special-header,
#otw_2014 #event-special-header,
#otw_2015 #event-special-header,
#otw_2015_2 #event-special-header,
#otw_bbc6_2014 #event-special-header {
  width: 100%;
  height: 200px;
  margin: 20px 0 0;
}
#form-2016 #event-special-header p,
#moogfest-2016 #event-special-header p,
#otw_2014 #event-special-header p,
#otw_2015 #event-special-header p,
#otw_2015_2 #event-special-header p,
#otw_bbc6_2014 #event-special-header p {
  width: 1034px;
  display: block;
  float: left;
  font-size: 18px;
  margin: 30px 0 10px;
}
#form-2016 #event-special-logo,
#moogfest-2016 #event-special-logo,
#otw_2014 #event-special-logo,
#otw_2015 #event-special-logo,
#otw_2015_2 #event-special-logo,
#otw_bbc6_2014 #event-special-logo {
  display: block;
  width: 728px;
  height: 120px;
  float: left;
}
#form-2016 #event-special-sidebar,
#moogfest-2016 #event-special-sidebar,
#otw_2014 #event-special-sidebar,
#otw_2015 #event-special-sidebar,
#otw_2015_2 #event-special-sidebar,
#otw_bbc6_2014 #event-special-sidebar {
  background-color: #4A8083;
  color: #ffffff;
  float: right;
  width: 280px;
  padding: 15px;
  font-size: 17px;
  line-height: 23px;
}
#stacklive #top-notice {
  display: none;
}
#stacklive #stack-header {
  margin-bottom: 10px;
}
#stacklive #stack-intro {
  margin: 20px auto 10px;
}
#stacklive .narrow h1 {
  color: #cb2026;
  font-weight: bold;
  margin: 40px 0 20px;
}
#stacklive .show_date {
  font-size: 26px;
  font-weight: bold;
}
#stacklive .show_date span {
  /*color: #cb2026; */
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
}
#stacklive .presented_by {
  font-size: 20px;
  font-style: italic;
  margin-top: 10px;
}
#stacklive .more_info {
  margin-bottom: 40px;
}
#stacklive .info_link {
  padding: 10px;
  background-color: #83c441;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
#stacklive #content-left {
  width: 640px;
}
#stacklive #content-left .section-track {
  padding: 10px 20px 10px 0;
}
#stacklive #content-left .favdiv {
  display: none;
}
.wb-hypem-ad-grid-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 7px 50px;
  margin-left: 0;
  margin-top: 50px;
  background: url("/images/wavo-boost-icon.png") 0 50% no-repeat;
}
.wb-ad-grid .wb-ad-unit {
  padding: 10px 0 15px 0 !important;
}
#player-container #player-inner #player-controls #player-timebar.disabled {
  display: none;
}
#videos .section {
  border: none;
}
#videos .section .thumb_video {
  border: 1px solid #555;
  display: block;
  height: 90px;
  left: 20px;
  position: absolute;
  top: 0px;
  width: 120px;
  background-position: center;
}
#videos .section .thumb_video:hover {
  border: 1px solid #0063dc;
}
#videos .section .thumb_video:active {
  top: 0 !important;
  position: absolute !important;
}
#videos .section-track {
  padding: 0 0 20px 0;
  min-height: 110px;
}
#videos .section-player {
  padding-left: 160px;
  padding-right: 0;
}
#videos .play-track a:before {
  display: none;
}
#videos #content-left .section p {
  margin-top: 5px;
}
#videos #content-left #previous-mentions .section h3,
#videos #content-left .section h3,
#videos #content-left .section h3 a {
  color: #222;
  margin: 20px 0 0 0;
}
#videos .post_info.hidden {
  display: none;
}
#videos .readpost {
  margin-right: 20px;
}
#videos .thumb_video .icon-play {
  left: 50px;
  position: absolute;
  top: 33px;
  text-decoration: none;
  color: #fff;
  display: none;
}
#videos .thumb_video:hover .icon-play {
  display: block;
}
#supportus .photo_credit {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
  margin-top: -24px;
  color: #fff;
  opacity: 0.7;
}
body#kkb-2016 {
  background-color: #9ce47d;
}
#kkb-2016 #top-notice.disabled,
#kkb-2016 #top-notice.enabled {
  display: none;
}
#kkb-2016 #event-special-header {
  position: relative;
  overflow: hidden;
}
#kkb-2016 .event-image {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  width: 725px;
}
#kkb-2016 .info {
  width: 900px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}
#kkb-2016 .info p {
  float: left;
  font-size: 24px;
  width: 752px;
}
#kkb-2016 .info .icons {
  float: right;
  margin: 25px 0 0 30px;
}
#kkb-2016 .info .icons .social {
  float: left;
  margin-right: 10px;
  color: #000000;
  font-size: 46px;
}
#kkb-2016 .shows {
  width: 900px;
  margin: 20px auto;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
#kkb-2016 .shows .show_item {
  display: inline-block;
  margin: 15px 10px;
}
#kkb-2016 .shows a {
  color: #000000;
}
#kkb-2016 .shows span {
  color: #ffffff;
}
#kkb-2016 #content-wrapper {
  margin-top: 43px;
}
#kkb-2016 #footer {
  background-color: #9ce47d;
}
#kkb-2016 #footer-menu,
#kkb-2016 .section {
  background-color: transparent;
}
#kkb-2016 #content-left {
  float: none;
  margin: 0 auto;
}
#kkb-2016 .post_info {
  display: none;
}
#kkb-2016 .section-player {
  padding-left: 0;
}
#kkb-2016 .section-player a.fav-off {
  color: #608e4d;
}
#kkb-2016 .section-player .thumb {
  display: none;
}
#kkb-2016 .section-player .share-links {
  display: none;
}
#kkb-2016 .section-player .remix-count {
  display: none;
}
#kkb-2016 .section-player h3 {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}
#kkb-2016 .section-player h3 a {
  color: #000000;
}
#kkb-2016 .section-player h3 .remix-link {
  color: #000000;
  font-style: italic;
}
#kkb-2016 .event-footer {
  padding: 10px 20px;
  margin: 80px auto;
  display: block;
  width: 375px;
}
#message.whitebg {
  background-color: #ffffff;
  color: #000000;
  /*padding: 20px 0;*/
  margin-bottom: 0px;
}
#message.whitebg h1 {
  font-size: 28px;
}
#message.whitebg h1 a {
  color: #0063dc;
}
#message.whitebg h2 {
  font-family: Roboto;
  margin: 10px 0 20px 20px;
  font-size: 18px;
}
#message.premieres {
  background-color: #49b1e2;
}
#message.premieres h2 {
  font-family: Roboto;
  margin: 10px 0 0px 0px;
  padding: 20px;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
}
#mc_subscribed {
  line-height: 125%;
  margin-right: 20px;
  margin-top: 10px;
  color: #000;
  font-size: 15px;
}
#mc_subscribed span {
  color: #84c441;
  font-size: 25px;
  display: block;
  padding: 1px 10px 0 0;
  float: left;
  line-height: 125%;
  margin-top: -5px;
}
#mc_embed_signup,
#mc_embed_signup_bottom {
  padding: 5px 0;
  font-size: 13px;
  width: 350px;
  float: left;
}
#mc_embed_signup #mce-EMAIL,
#mc_embed_signup_bottom #mce-EMAIL {
  width: 180px;
  font-size: 13px;
  margin-right: 10px;
  border: 1px solid #83c441;
}
#mc_embed_signup #mc-embedded-subscribe,
#mc_embed_signup_bottom #mc-embedded-subscribe {
  font-size: 13px;
  background: #83c441;
  font-family: DINWeb-Medium;
  line-height: 14px;
  border: none;
  padding: 6px 10px 2px;
}
#mc_embed_signup #mc-embedded-subscribe:hover,
#mc_embed_signup_bottom #mc-embedded-subscribe:hover {
  color: #ffffff;
  background: #222;
}
#mc_embed_signup_bottom {
  width: 300px;
  margin: 0 280px 0 0;
}
#reads #message {
  width: 1150px;
}
#reads .ad-leaderboard-midpage {
  margin-top: 10px;
}
#reads #mc_embed_signup,
#reads #mc_subscribed {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#mixes #message {
  width: 1150px;
}
#mixes .ad-leaderboard-midpage {
  margin-top: 10px;
}
#mixes #message #mc_embed_signup,
#mixes #message #mc_subscribed {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#mixes .social-summary {
  margin-top: 10px;
}
#mixes {
  /* 182 + 80 */
}
#mixes #filter.mixes-xl {
  float: left;
  position: relative;
  overflow: auto;
  background: none;
  margin-top: 10px;
}
#mixes #filter.mixes-xl a {
  width: 130px;
  height: 20px;
  float: left;
  padding: 15px 40px 10px;
  display: block;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  font-family: DINWeb-Medium;
}
#mixes #filter.mixes-xl a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#mixes #filter.mixes-xl .all {
  background: #648f3a;
  color: #b9cda5;
}
#mixes #filter.mixes-xl .all.active {
  background: #83c441;
  color: #fff;
}
#mixes .stack-featured {
  top: 7px;
}
#mixes .up {
  background: #E17B3F;
  color: #f3ad82;
}
#mixes .up.active {
  background: #e17b3f;
  color: #fff;
}
#mixes .down {
  background: #6f4094;
  color: #aa99c0;
}
#mixes .down.active {
  background: #6f4094;
  color: #fff;
}
#mixes .weird {
  background: #dce253;
  color: #f0f1b4;
}
#mixes .weird.active {
  background: #dce253;
  color: #fff;
}
#mixes .tags {
  clear: none;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}
#mixes .tags li a {
  color: #fff;
}
#mixes .mixes span {
  color: #CCC;
}
.mixes .thumb {
  width: 150px;
  height: 150px;
  background-size: cover;
  position: relative;
  display: block;
  margin-left: 20px;
  left: auto;
  float: left;
}
.mixes p {
  margin-left: 190px;
  margin-right: 60px;
}
.mixes h4 {
  margin: 0;
  width: 485px;
  font-size: 18px;
  float: left;
}
.mixes h4 a {
  color: #000;
}
.mixes .section-player {
  padding-left: 20px;
  padding-right: 0px;
  overflow: hidden;
  width: 520px;
}
.mixes .play-track {
  float: right;
  margin-top: 2px;
}
#content-left.reads {
  width: 100%;
}
#content-left.reads .item-block {
  display: block;
  width: 224px;
  height: 550px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
  background-color: #fff;
  padding: 10px;
  /*&:hover { background-color: #EEE; }*/
}
#content-left.reads .item-block h2 {
  margin: 0px 0 10px;
  font-size: 16px;
  float: none;
  width: auto;
}
#content-left.reads .item-block h2 a {
  color: #CCC;
}
#content-left.reads .story_thumb {
  display: block;
  width: 224px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #CCC;
  background-position: center;
}
#content-left.reads h4 a {
  color: #000;
  font-size: 20px;
}
#content-left.reads p {
  font-size: 14px;
}
#playlist-tracker #tracker-special-header {
  padding: 10px 20px 20px 20px;
  background-color: #fff;
}
#playlist-tracker .stats {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}
#playlist-tracker .stat {
  width: 125px;
  height: 70px;
  border: 3px solid #DDD;
  text-align: center;
  float: left;
  margin-right: 6px;
  padding: 10px 0;
}
#playlist-tracker .stat span {
  clear: both;
  font-size: 35px;
  display: block;
}
#playlist-tracker .larger {
  font-size: 22px;
}
#playlist-tracker #main-list {
  padding: 0;
}
#playlist-tracker #main-list .playlist {
  margin: 10px 0;
  padding: 0 0 10px 0;
}
#playlist-tracker .playlist-img-wrap {
  position: absolute;
}
#playlist-tracker .playlist-img {
  width: 100px;
}
#playlist-tracker .position {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 250%;
}
#playlist-tracker .new {
  border: 3px #83c540 solid;
}
#playlist-tracker .removed {
  border: 3px red solid;
}
#playlist-tracker .playlist-name {
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
  height: 100px;
}
#playlist-tracker .playlist-name h2,
#playlist-tracker .playlist-name span {
  margin-left: 120px;
}
#playlist-tracker .playlist-name a {
  color: #000;
}
#playlist-tracker .playlist-name h2 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#playlist-tracker .playlist-name span {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
#playlist-tracker .update-head {
  padding: 20px 20px 10px;
}
#playlist-tracker .update-head span {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
#playlist-tracker .playlist-track {
  margin: 10px 10px 10px 20px;
  position: relative;
  overflow: hidden;
}
#playlist-tracker .playlist-track h3 {
  margin: 2px;
}
#playlist-tracker .playlist-track h3 a {
  line-height: 100%;
  color: #000;
}
#playlist-tracker .playlist-track .extra {
  font-size: 12px;
  color: #AAA;
}
#playlist-tracker .playlist-track .extra a {
  color: #AAA;
  text-decoration: underline;
}
#playlist-tracker .playlist .removed-set {
  display: none;
}
#playlist-tracker .playlist .removed-set h3 {
  margin-top: 10px;
}
#playlist-tracker .removed-show {
  padding: 0px 0px 0px 0px;
  display: inline-block;
  margin: 10px 0px 10px 140px;
}
#bc_shop {
  font-family: 'Roboto';
}
#bc_shop #content {
  width: 1200px;
}
#bc_shop #content-left {
  width: 750px;
  min-height: 811px;
  background-color: #fff;
  margin-right: 0;
}
#bc_shop #content-left .about {
  padding: 20px 0 5px 20px;
  width: 660px;
  line-height: 150%;
}
#bc_shop #content-right {
  background-color: #fff;
  width: 450px;
}
#bc_shop #message {
  width: 1200px;
}
#bc_shop #message #your-collection {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto';
  width: 200px;
  position: absolute;
  right: 5px;
  bottom: 69px;
  background: #fff;
  color: #000;
  border: 3px solid #000;
  padding: 9px 11px;
  transform: rotate(3deg);
  line-height: 125%;
}
#bc_shop #message #your-collection:hover {
  background: #fee907;
  text-decoration: none;
}
#bc_shop #message {
  background-color: transparent;
}
#bc_shop h2 {
  margin: 0;
  padding: 30px 0 0 20px;
  font-size: 26px;
  font-family: DINWeb-Medium;
  color: #000;
  background: #fff;
}
#bc_shop #message a.shop-header {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(//static.hypem.com/images/merch_table_new_narrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1200px;
  height: 200px;
}
#bc_shop #playlist-authed,
#bc_shop #playlist-standard {
  position: relative;
  overflow: hidden;
}
#bc_shop #playlist-standard {
  margin-top: 10px;
}
#bc_shop #shop_form {
  padding: 0 20px;
  line-height: 125%;
}
#bc_shop .shop-submit {
  float: left;
  display: block;
  padding: 7px 10px 4px 10px;
  font-family: DINWeb-Medium;
  background: #dddddd;
  border: 1px solid #ccc;
  color: #222;
  margin-left: 20px;
  line-height: 125%;
  font-size: 15px;
}
#bc_shop .shop-submit:hover {
  color: #222;
  background: #CCC;
  text-decoration: none;
}
#bc_shop #find-releases {
  margin: 10px 0 0 0;
}
#bc_shop #found_count {
  padding-bottom: 20px;
  font-weight: normal;
}
#bc_shop #about-more {
  margin: 20px 0 0 20px;
}
#bc_shop #about-more h2 {
  padding-left: 0;
}
#bc_shop #about-more span.new {
  background: #f00;
  color: #fff;
  border-radius: 2px;
  padding: 0 0 0 3px;
  transform: rotate(-5deg);
  width: 38px;
  display: inline-block;
}
#bc_shop .albums {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#bc_shop .albums .item {
  margin: 0px 0px 20px 20px;
  width: 380px;
  float: left;
}
#bc_shop .albums a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}
#bc_shop .albums a:hover {
  background-color: #f4f4f4;
}
#bc_shop .albums h3 {
  position: relative;
  font-size: 20px;
  margin: 25px 0 10px 0;
  line-height: 100%;
}
#bc_shop .albums span {
  position: relative;
  display: block;
  font-size: 16px;
}
#bc_shop .albums img {
  width: 125px;
  height: 125px;
  float: left;
  margin-right: 20px;
}
#bc_shop .albums a:hover .buy-album {
  display: block;
}
#bc_shop .albums a:hover .release-date {
  display: none;
}
#bc_shop .albums .release-date {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
  color: #999;
}
#bc_shop .albums .buy-album {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
  color: #1ea1c3;
}
#bc_shop #shop_form {
  width: 660px;
  position: relative;
  overflow: hidden;
}
#bc_shop #shop_form label {
  display: inline;
  margin-top: 3px;
}
#bc_shop #shop_form #playlist_url {
  display: inline;
  font-family: DINWeb-Medium;
  font-size: 14px;
  width: 500px;
}
#bc_shop #shop_form_msg {
  color: #f00;
  display: none;
}
#bc_shop #extra-cta {
  margin: 20px 20px 40px 20px;
}
#bc_shop #status-text {
  font-size: 16px;
  margin: 20px;
  line-height: 150%;
}
#bc_shop #status-img {
  display: none;
}
#bc_shop #status-img.loading {
  background-image: url(//static.hypem.com/images/ajax-loader-directory.gif);
  width: 16px;
  height: 16px;
  margin: 25px 10px 10px 25px;
  float: left;
  display: inline;
}
#bc_collection {
  font-family: 'Roboto';
}
#bc_collection #message {
  font-family: 'Roboto';
}
#bc_collection #message h2 {
  margin: 20px;
}
#bc_collection #content-left {
  background: #fff;
  line-height: 125%;
}
#bc_collection img.qr {
  margin: 0 10px;
}
#bc_collection .about,
#bc_collection form#bc_info {
  margin: 20px 20px 10px 20px;
}
#bc_collection form#bc_info .about {
  margin: 0 0 20px 0;
}
#bc_collection form a {
  text-decoration: underline;
  color: #fff;
}
#bc_collection #ar-menu {
  display: none;
}
#bc_collection #ar-list {
  text-align: center;
}
#bc_collection #ar-list img {
  width: 130px;
  background-color: #f00;
  border: 3px solid #000;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* NIGHT MODE */
.night {
  background: #11172d;
  color: #ededed;
  /* header */
  /* footer */
  /* latest */
  /* sidebar */
  /* player */
  /* profile */
  /* tracks */
  /* popular */
  /* sites */
  /* albums */
  /* longreads */
  /* mixes */
  /* spy */
  /* connect */
  /* about faq support */
  /* light boxes */
}
.night a {
  color: #7892f0;
}
.night #top-notice {
  background: #666d85;
}
.night #top-notice a {
  color: #ededed;
  font-weight: bold;
  background: #0d1120;
  padding: 4px;
}
.night #container {
  background: #11172d;
}
.night #header {
  background-color: #0d1120;
  color: #ededed;
  border-bottom: 2px solid #ededed;
}
.night #header a {
  color: #ededed;
}
.night #header #search-form {
  background-color: #0d1120;
}
.night #search-form #shuf {
  color: #ededed;
}
.night .menu li.active a {
  background: #1a223f;
}
.night .menu li a:hover {
  background: #1a223f;
}
.night .menu li#menu-item-supportus.supporter a {
  background: #63903a;
}
.night .menu li#menu-item-more ul li a {
  background: #0d1120;
  color: #ededed;
}
.night .menu li#menu-item-more ul li a:hover {
  background: #1a223f;
}
.night #menu-username ul {
  background: #0d1120;
}
.night #menu-username ul li a:hover {
  background: #1a223f;
  color: #ededed;
  text-decoration: none;
}
.night #menu-username ul li a {
  background: #0d1120;
  color: #ededed;
}
.night #menu-username:hover a.user {
  background: #1a223f;
}
.night #footer,
.night #footer-menu {
  background-color: #0d1120;
  color: #ededed;
}
.night #footer-menu {
  border-top: 2px #ededed solid;
}
.night #footer-menu #footer-menu-inner .menu a {
  color: #7892f0;
}
.night #footer p a {
  color: #7892f0;
}
.night .locale-blogs-header ul {
  background: transparent;
}
.night .locale-blogs-header #locale-blogs-header-more a {
  background: transparent;
  border: none;
  color: #7892f0;
}
.night #content-left #tags {
  background: #1a223f;
}
.night ul#submenu {
  background: #0f1324;
}
.night ul#submenu a,
.night ul#submenu span.title {
  color: #666d85;
}
.night ul#submenu a.selected {
  color: #ededed;
}
.night ul#submenu #submenu-filter ul {
  background-color: #0f1324;
}
.night ul#submenu #submenu-filter submenu-filter-title {
  color: #ededed;
}
.night #message {
  background: #1a223f;
  color: #ededed;
}
.night #message h1 a {
  color: #ededed;
}
.night .paginator #infinite-tracks-button,
.night .paginator a {
  background: transparent;
  border: 1px #666d85 solid;
}
.night #content-right .social-summary {
  background-color: #63903a;
}
.night #content-right #tour-dates {
  background: #1a223f;
  color: #ededed;
}
.night #content-right #tour-dates h3 {
  color: #ededed;
}
.night #content-right #tour-dates ul li a .city {
  color: #ededed;
}
.night #content-right #tour-dates ul li a .perf {
  color: #ededed;
}
.night #content-right h3,
.night #content-right h3 a {
  color: #7892f0;
}
.night #content-right #news ul li a .title {
  color: #ededed;
}
.night #content-right #news ul li a:hover .title {
  text-decoration: underline;
}
.night .no-search-results {
  background: transparent;
}
.night .no-search-results .no-results-graphic {
  background-image: url("/images/search-scope-night.png");
}
.night #player-loading {
  opacity: 0;
  left: 50%;
  position: fixed;
  width: 200px;
  top: 50%;
  margin-left: -121px;
  margin-top: -60px;
  z-index: 100;
  text-align: center;
}
.night #player-loading span {
  color: #ededed;
  font-size: 22px;
  position: absolute;
  display: block;
  padding: 20px 50px 20px 80px;
  background: #11172d url("/images/hourglass-night.gif") 40px 15px no-repeat;
  text-align: center;
  border: 1px #0d1120 solid;
}
.night #player-container {
  background-color: #0d1120;
}
.night #player-container #player-inner #player-controls a:hover {
  color: #7892f0;
}
.night #player-container #player-inner #player-controls .share-icons a:hover {
  color: #7892f0;
}
.night .header-box.user {
  background: #1a223f;
}
.night .header-box .chocolate-bar a {
  color: #ededed;
}
.night .header-box .chocolate-bar a:hover {
  color: #7892f0;
}
.night .supporter-badge {
  background: #63903a;
  color: #ededed;
}
.night .section .playlist-ctrls a.playlist-selected:not(.active) {
  background: #666d85;
}
.night .list-artists .left-right {
  background: #1a223f;
}
.night .list-artists .left-right .left,
.night .list-artists .left-right .right {
  color: #ededed;
}
.night .header-box .chocolate-bar .slice [class^="icon-"],
.night .header-box .chocolate-bar .slice [class*=" icon-"] {
  color: #666d85;
}
.night .in-page-search .submit input {
  background: transparent;
}
.night #content-right #user-rec {
  background: transparent;
}
.night .section {
  background: #1a223f;
  color: #ededed;
}
.night .section p {
  color: #ededed;
}
.night .section h3 a.artist,
.night .section h3 a.track {
  color: #ededed;
}
.night .section .tools a.play-ctrl {
  color: #ededed;
}
.night .section .tools a.play-ctrl:hover {
  background: transparent;
  color: #556fcf;
}
.night .section .tools .favdiv a {
  color: #666d85;
}
.night .section .tools .favdiv a:hover {
  color: #7892f0;
}
.night .section .more {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #7892f0;
}
.night .section .rank {
  color: #dedede;
}
.night .section a.fav-paging {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #7892f0;
}
.night .section a.icon-heart.fav-on {
  color: #ed2024;
}
.night .section-track.haarp-active {
  background: #11172d;
}
.night .stack-featured a {
  background: #62903a;
  color: #ededed;
}
.night .track-info {
  color: #666d85;
}
.night #content-left .section p {
  color: #ededed;
}
.night #content-left .section h3 .remix-link {
  color: #63903a;
  opacity: 0.8;
}
.night #content-left .section h3 .remix-count {
  color: #63903a;
  opacity: 0.8;
}
.night #content-left .section h3 .search_match,
.night .section p a.blog-fav-on {
  background: #666d85;
  color: #ededed;
}
.night .follow-pill:hover {
  background: #7892f0;
}
.night .follow-pill span {
  background: #7892f0;
  color: #ededed;
}
.night .follow-pill:hover em {
  color: #7892f0;
}
.night .follow-pill.follow em {
  background: url("/images/icon-follow-small-night.png") top left no-repeat;
}
.night .follow-pill.follow:hover em {
  background: url("/images/icon-follow-small-night.png") top right no-repeat;
}
.night .single .play_more {
  background: #63903a;
}
.night .single .play_more:hover {
  background: #11172d;
}
.night #content-left.mostbloggedbands .section h2 a {
  color: #ededed;
}
.night #content-left.mostbloggedbands .section h3 a {
  color: #ededed;
}
.night #end-of-infinity {
  background: #63903a;
}
.night #time-machine .shuffle .icon-shuffle {
  color: #ededed;
}
.night #time-machine .shuffle:hover {
  background: #1a223f;
}
.night #time-machine #flux-capacitor .month.year > a,
.night #time-machine #flux-capacitor .year.year > a {
  background: #63903a;
  /* border-left: 1px solid #0d1120; */
  border-right: 1px solid transparent;
}
.night #time-machine #flux-capacitor .month > a,
.night #time-machine #flux-capacitor .year > a {
  background: #ededed;
}
.night #time-machine #flux-capacitor .month.year > a:hover,
.night #time-machine #flux-capacitor .year.year > a:hover {
  background: #ededed;
}
.night #time-machine #flux-capacitor .month .full,
.night #time-machine #flux-capacitor .year .full {
  background: #ededed;
}
.night #time-machine #flux-capacitor .month .full:hover,
.night #time-machine #flux-capacitor .year .full:hover {
  background: #ededed;
}
.night #time-machine #flux-capacitor .year:hover .month .full a {
  background: #0d1120;
}
.night #time-machine #flux-capacitor .month.year .month:hover,
.night #time-machine #flux-capacitor .year.year .month:hover {
  background: #ededed;
}
.night #directory_picker {
  background: #1a223f;
}
.night .header-box.blog {
  background: #1a223f;
}
.night .header-box.blog h1 a {
  color: #7892f0;
}
.night .tags li a {
  background: #666d85;
  color: #ededed;
}
.night .tags li a#tags_show_more {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #7892f0;
}
.night #directory-pager a,
.night #directory-pager span {
  background: #11172d;
  border: 1px solid #666d85;
  color: #7892f0;
}
.night a.fav-button {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #7892f0;
}
.night a.fav-button:hover {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #ededed;
}
.night .header-box.blog h1 a {
  color: #7892f0;
}
.night .site_closed {
  background: #666d85;
}
.night .premiere-mini-item {
  background: #1a223f;
  color: #ededed;
}
.night .reads .item-block {
  background: #1a223f;
  color: #ededed;
}
.night #content-left.reads h4 a {
  color: #7892f0;
}
.night #content-left.reads .item-block {
  background: transparent;
}
.night .reads h4 a {
  color: #7892f0;
}
.night #mc_subscribed {
  color: #ededed;
}
.night .mixes h4 a {
  color: #7892f0;
}
.night .sonos-spy {
  background-color: #1a223f;
}
.night .sonos-spy h1,
.night .sonos-spy h2 {
  color: #ededed;
}
.night #content-right #just-searched {
  background: #1a223f;
}
.night #content-right #just-searched li {
  color: #666d85;
}
.night #active-users li span,
.night #twitter-board li span {
  border: none;
}
.night .connect-unit {
  background: #1a223f;
  border: 1px solid #ededed;
}
.night .connect-unit .bottom {
  background: #11172d;
}
.night .connect-unit .bottom .fancy-button {
  background: #1a223f;
  border: 1px solid #666d85;
  color: #ededed;
}
.night .connect-unit .bottom .disconnect a {
  color: #7892f0;
}
.night .connect-unit .bottom .toggle {
  color: #ededed;
}
.night #subpage,
.night #subpage form {
  background-color: #1a223f;
}
.night .whitebg,
.night .subpage-text {
  background-color: #1a223f;
}
.night #page-title {
  color: #ededed;
}
.night .whitebg h3 {
  color: #ededed;
}
.night .contribute_header_link {
  background: #1a223f;
  border: 2px solid #666d85;
  color: #ededed;
}
.night .contribute-main #amount-select label {
  color: #ededed;
}
.night .contribute-main .contrib-select label {
  color: #ededed;
}
.night .contribute-main #amount-select input[type="radio"]:checked ~ label {
  background: #63903a;
}
.night .contribute-main .contrib-select input[type="radio"]:checked ~ label {
  background: #63903a;
}
.night .contribute_mobile {
  background: #63903a;
  color: #ededed;
}
.night .contribute-right h1 {
  color: #ededed;
}
.night #box-inner {
  background: #1a223f;
}
.night #box-inner h3 {
  background: #11172d;
}
.night #box-inner .box-content {
  background: #1a223f;
}
.night #box {
  border: 2px solid #666d85;
  background: #1a223f;
}
/* support */
#supportus.night .contribute-read {
  background: #11172d;
  border: 1px solid #666d85;
  color: #7892f0;
}
#supportus.night .contribute-monthly {
  background: #1a223f;
}
#supportus.night .contribute-right h1 {
  color: #ededed;
}
#supportus.night blockquote.testimonial {
  background: #1a223f;
  color: #ededed;
  border: #666d85;
}
#supportus.night .contribute-share .icons .fire-share-modal {
  color: #7892f0;
}
#supportus.night .contribute-share .icons .fire-share-modal:hover {
  color: #556fcf;
}
/* stack */
#stack.night #numbers-canvas span.date {
  color: #ededed;
}
#stack.night #message #stack-intro {
  background: #1a223f;
  color: #ededed;
}
#stack.night #stack-header #header-intro {
  color: #ededed;
}
#stack.night #mc_subscribed {
  color: #ededed;
}
#stack.night #subscribe-share-top a {
  color: #7892f0;
}
#stack.night #subscribe-share-top a:hover {
  color: #556fcf;
}
#stack.night #content-left .section-track {
  background: #1a223f;
}
#stack.night .stack-content,
#stack.night .stack-premiere {
  background: #1a223f;
}
#stack.night .longread {
  background: #ccc01a;
}
#stack.night .pager {
  background: #63903a;
}
#stack.night .share .icon-facebook,
#stack.night #stacklive .share .icon-facebook,
#stack.night .share .icon-twitter,
#stack.night #stacklive .share .icon-twitter {
  color: #7892f0;
  opacity: 0.8;
}
#stack.night .share .icon-facebook:hover,
#stack.night #stacklive .share .icon-facebook:hover,
#stack.night .share .icon-twitter:hover,
#stack.night #stacklive .share .icon-twitter a:hover {
  color: #556fcf;
  opacity: 0.8;
}
#stack.night #mc_embed_signup #mc-embedded-subscribe,
#stack.night #mc_embed_signup_bottom #mc-embedded-subscribe {
  background: #63903a;
  color: #ededed;
}
#stack.night .stack-button {
  background: #63903a;
  color: #ededed;
}
#stack.night .stack-button:hover {
  background: #11172d;
}
#stack.night .archives {
  background: #1b223f;
}
/* merch table */
#bc_shop.night #content-left {
  background-color: #1a223f;
}
#bc_shop.night .albums {
  background-color: #1a223f;
}
#bc_shop.night .albums a:hover {
  background-color: #11172d;
}
#bc_shop.night .albums span,
#bc_shop.night .albums h3,
#bc_shop.night .albums {
  color: #fff;
}
/* zeitgeist */
#zeitgeist2021.night {
  background-color: #11172d;
}
#zeitgeist2021.night #container {
  background-color: #11172d;
}
#zeitgeist2021.night #zartists {
  color: #fff;
}
#zeitgeist2021.night #playall {
  color: #ededed;
}
#zeitgeist2021.night #zartists .artist-player a.artist,
#zeitgeist2021.night h4,
#zeitgeist2021.night artist {
  color: #ededed;
}
#zeitgeist2021.night .text-nav a {
  color: #ededed;
}
#zeitgeist2021.night .text-nav a:hover {
  background: #1a223f;
}
#zeitgeist2021.night .details h3.album {
  color: #ededed;
}
#zeitgeist2021.night .item-block .artist-player .play-track .icon-play {
  color: #ededed;
}
#zeitgeist2021.night #zartists .section h3 a.artist,
#zeitgeist2021.night #zartists .section h3 a.track,
#zeitgeist2021.night #zartists .section .tools a.play-ctrl {
  color: #ededed;
}
#zeitgeist2021.night #zeitgeist-header-menu #menu-zeitgeist a {
  color: #7892f0;
}
#zeitgeist2021.night #zeitgeist-header-menu #menu-zeitgeist-submenu {
  background: #1a223f;
}
#zeitgeist2021.night #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background: #11172d;
}
#zeitgeist2021.night #zeitgeist-header-menu .icons,
#zeitgeist2021.night #zeitgeist-header-menu .icons a {
  color: #7892f0;
}
#zeitgeist2021.night #zeitgeist-header-menu .icons,
#zeitgeist2021.night #zeitgeist-header-menu .icons a:hover {
  color: #556fcf;
}
#zeitgeist2021.night .item-block .details h3.album a {
  color: #ededed;
}
#zeitgeist2019.night {
  background-color: #11172d;
}
#zeitgeist2019.night #zartists {
  background: #1a223f;
  color: #fff;
}
#zeitgeist2019.night #zartists .artist-player a.artist,
#zeitgeist2019.night h4,
#zeitgeist2019.night artist {
  color: #ededed;
}
#zeitgeist2019.night .text-nav a {
  color: #ededed;
}
#zeitgeist2019.night .text-nav a:hover {
  background: #1a223f;
}
#zeitgeist2019.night .details h3.album {
  color: #ededed;
}
#zeitgeist2019.night .item-block .artist-player .play-track .icon-play {
  color: #ededed;
}
#zeitgeist2019.night #zartists .section h3 a.artist,
#zeitgeist2019.night #zartists .section h3 a.track,
#zeitgeist2019.night #zartists .section .tools a.play-ctrl {
  color: #ededed;
}
#zeitgeist2019.night #zeitgeist-header-menu #menu-zeitgeist a {
  color: #7892f0;
}
#zeitgeist2019.night #zeitgeist-header-menu #menu-zeitgeist-submenu {
  background: #1a223f;
}
#zeitgeist2019.night #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background: #11172d;
}
#zeitgeist2019.night #zeitgeist-header-menu .icons,
#zeitgeist2019.night #zeitgeist-header-menu .icons a {
  color: #7892f0;
}
#zeitgeist2019.night #zeitgeist-header-menu .icons,
#zeitgeist2019.night #zeitgeist-header-menu .icons a:hover {
  color: #556fcf;
}
#zeitgeist2018.night {
  background-color: #11172d;
}
#zeitgeist2018.night #zheader .title-nav {
  color: #ededed;
}
#zeitgeist2018.night .text-nav .supporters,
#zeitgeist2018.night .supporters-list .thanks {
  background: #63903a;
}
#zeitgeist2018.night #zreads h4 a,
#zeitgeist2018.night #zreads .item-block h2 a {
  color: #7892f0;
}
#zeitgeist2018.night #zeitgeist-header-menu #menu-zeitgeist a {
  color: #7892f0;
}
#zeitgeist2018.night #zeitgeist-header-menu #menu-zeitgeist-submenu {
  background: #1a223f;
}
#zeitgeist2018.night #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background: #11172d;
}
#zeitgeist2018.night #zeitgeist-header-menu .icons,
#zeitgeist2018.night #zeitgeist-header-menu .icons a {
  color: #7892f0;
}
#zeitgeist2018.night #zeitgeist-header-menu .icons,
#zeitgeist2018.night #zeitgeist-header-menu .icons a:hover {
  color: #556fcf;
}
#zeitgeist2018.night .text-nav .mixes,
#zeitgeist2018.night .text-nav .artists,
#zeitgeist2018.night .text-nav .reads {
  background: #11172d;
}
#zeitgeist2018.night .text-nav a.active {
  background: none;
}
#zeitgeist2018.night .text-nav a {
  color: #ededed;
}
#zeitgeist2018.night .text-nav a:hover {
  background: #1a223f;
}
#zeitgeist2018.night #zmixes .artist-player a.artist,
#zeitgeist2018.night h4,
#zeitgeist2018.night artist {
  color: #ededed;
}
#zeitgeist2018.night #zmixes .details {
  color: #ededed;
}
#zeitgeist2018.night #zmixes .item-block .artist-player .play-track .icon-play {
  color: #ededed;
}
#zeitgeist2018.night #ztracks .section h3 a.artist,
#zeitgeist2018.night #ztracks .section h3 a.track,
#zeitgeist2018.night #ztracks .section .tools a.play-ctrl {
  color: #ededed;
}
#zeitgeist2017.night {
  background-color: #11172d;
}
#zeitgeist2017.night #zheader .title-nav {
  color: #ededed;
}
#zeitgeist2017.night .text-nav .supporters,
#zeitgeist2017.night .supporters-list .thanks {
  background: #63903a;
}
#zeitgeist2017.night .stacks-list .stack-group {
  background-image: none !important;
}
#zeitgeist2017.night .stack-group .pick,
#zeitgeist2017.night .stack-group .pick-bg {
  background: #11172d;
  border: 2px solid #666d85;
}
#zeitgeist2017.night .stack-group .play-track {
  background: transparent;
  border: 1px solid #666d85;
}
#zeitgeist2017.night .stack-group .artist-info .artist-name a,
#zeitgeist2017.night .stack-group .artist-info .artist-sharing a,
#zeitgeist2017.night .stack-group .artist-info .artist-stack a {
  color: #7892f0;
}
#zeitgeist2017.night .stack-group .artist-stack a {
  border: 1px solid #666d85;
  background: transparent;
}
#zeitgeist2017.night .stack-group .card-title {
  color: #7892f0;
}
#zeitgeist2017.night .stack-group .card-desc {
  color: #ededed;
}
#zeitgeist2017.night #zreads h4 a,
#zeitgeist2017.night #zreads .item-block h2 a {
  color: #7892f0;
}
#zeitgeist2017.night .video-item .video-title {
  color: #ededed;
}
#zeitgeist2017.night #zeitgeist-header-menu #menu-zeitgeist a {
  color: #7892f0;
}
#zeitgeist2017.night #zeitgeist-header-menu #menu-zeitgeist-submenu {
  background: #1a223f;
}
#zeitgeist2017.night #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background: #11172d;
}
#zeitgeist2017.night #zeitgeist-header-menu .icons,
#zeitgeist2017.night #zeitgeist-header-menu .icons a {
  color: #7892f0;
}
#zeitgeist2017.night #zeitgeist-header-menu .icons,
#zeitgeist2017.night #zeitgeist-header-menu .icons a:hover {
  color: #556fcf;
}
#zeitgeist2017.night #zeitgeist2017 #zheader .title-nav {
  color: #ededed;
}
#zeitgeist2017.night .text-nav a.active {
  background: #1a223f;
}
#zeitgeist2017.night .text-nav a {
  color: #ededed;
}
#zeitgeist2017.night .text-nav a:hover {
  background: #1a223f;
}
#zeitgeist2017.night #zheader .title-nav:hover {
  color: #7892f0;
}
#zeitgeist2017.night .section-intro-block p {
  background: #1a223f;
}
#zeitgeist2017.night .album-item-block,
#zeitgeist2017.night .album-item-block .play-track {
  background: #1a223f;
  color: #ededed;
}
#zeitgeist2017.night .album-item-block .play-track h4 {
  color: #ededed;
}
#zeitgeist2017.night .item-block {
  background: #1a223f;
}
#zeitgeist2017.night .item-block .artist-player a.artist,
#zeitgeist2017.night h4 {
  color: #ededed;
}
#zeitgeist2017.night .item-block h2 .ranking,
#zeitgeist2017.night .item-block .released,
#zeitgeist2017.night .item-block h3.album a {
  color: #ededed;
}
#zeitgeist2017.night .item-block .artist-player {
  border-bottom: 3px solid #ededed;
}
#zeitgeist2017.night .item-block .share .icon-twitter,
#zeitgeist2017.night .item-block .share .icon-facebook {
  color: #7892f0;
}
#zeitgeist2017.night .item-block .share .icon-twitter:hover,
#zeitgeist2017.night .item-block .share .icon-facebook:hover {
  color: #556fcf;
}
#zeitgeist2016.night {
  background-color: #11172d;
  color: #ededed;
}
#zeitgeist2016.night #zeitgeist-header-menu #menu-zeitgeist a {
  color: #7892f0;
}
#zeitgeist2016.night #zeitgeist-header-menu #menu-zeitgeist-submenu {
  background: #1a223f;
}
#zeitgeist2016.night #zeitgeist-header-menu #menu-zeitgeist-submenu li.current a {
  background: #11172d;
}
#zeitgeist2016.night #zeitgeist-header-menu .icons,
#zeitgeist2016.night #zeitgeist-header-menu .icons a {
  color: #7892f0;
}
#zeitgeist2016.night #zeitgeist-header-menu .icons,
#zeitgeist2016.night #zeitgeist-header-menu .icons a:hover {
  color: #556fcf;
}
#zeitgeist2016.night #zheader .title-nav {
  color: #ededed;
}
#zeitgeist2016.night .text-nav a.active {
  background: #1a223f;
}
#zeitgeist2016.night .text-nav a {
  color: #ededed;
}
#zeitgeist2016.night .text-nav a:hover {
  background: #1a223f;
}
#zeitgeist2016.night #zheader .title-nav:hover {
  color: #7892f0;
}
#zeitgeist2016.night .section-intro-block p {
  background: #1a223f;
}
#zeitgeist2016.night .album-item-block,
#zeitgeist2016.night .album-item-block .play-track {
  background: #1a223f;
  color: #ededed;
}
#zeitgeist2016.night .album-item-block .play-track h4 {
  color: #ededed;
}
#zeitgeist2016.night .item-block {
  background: #1a223f;
}
#zeitgeist2016.night .item-block .artist-player a.artist,
#zeitgeist2016.night h4 {
  color: #ededed;
}
#zeitgeist2016.night .item-block h2 .ranking,
#zeitgeist2016.night .item-block .released,
#zeitgeist2016.night .item-block h3.album a {
  color: #ededed;
}
#zeitgeist2016.night .item-block .artist-player {
  border-bottom: 3px solid #ededed;
}
#zeitgeist2016.night #zreads h4 a,
#zeitgeist2016.night #zreads .item-block h2 a {
  color: #7892f0;
}
#zeitgeist2016.night .item-block .share .icon-twitter,
#zeitgeist2016.night .item-block .share .icon-facebook {
  color: #7892f0;
}
#zeitgeist2016.night .item-block .share .icon-twitter:hover,
#zeitgeist2016.night .item-block .share .icon-facebook:hover {
  color: #556fcf;
}
#zeitgeist2015.night h1,
#zeitgeist2015.night .text-nav,
#zeitgeist2015.night p.summary {
  color: #000;
}
#zeitgeist2015.night .play-track .icon-play {
  color: #000;
}
#zeitgeist2014.night p.summary,
#zeitgeist2014.night .album-item-block .moment,
#zeitgeist2014.night .album-item-block .why,
#zeitgeist2014.night .album-item-block .poster p {
  color: #222;
}
#zeitgeist2014.night .play-track .icon-play {
  color: #222;
}
#zeitgeist2013.night #zindex .copy,
#zeitgeist2013.night h3,
#zeitgeist2013.night .item-block h3.album {
  color: #222;
}
#zeitgeist2013.night .play-track .icon-play {
  color: #222;
}
#zeitgeist2012.night #zindex .copy,
#zeitgeist2012.night h3,
#zeitgeist2012.night .item-block h3.album,
#zeitgeist2012.night .item-block .credits {
  color: #222;
}
#zeitgeist2012.night .play-track .icon-play {
  color: #222;
}
/* videos */
#videos.night a {
  color: #ededed;
}
#videos.night #content-left .section h3 {
  color: #ededed;
}
#playlist-tracker.night #tracker-special-header {
  background-color: #1a223f;
}
#playlist-tracker.night .new {
  border: 3px #63903a solid;
}
#playlist-tracker.night .playlist-name a,
#playlist-tracker.night .playlist-track h3 a {
  color: #ededed;
}
/* END NIGHT MODE */
/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #content-wrapper {
    overflow: initial;
  }
}
.olark-launch-button .olark-size-md {
  bottom: 60px !important;
}
@media all and (max-width: 321px) {
  #ad-report,
  #content-right,
  #content-right .section.fast-forward-launch,
  #footer #debug-inner,
  #footer #debug-top,
  #footer .hide_mobile,
  #footer-menu-inner .menu .hide_mobile,
  #header .menu li#menu-item-latest,
  #header .menu li#menu-item-back,
  #header .menu li#menu-item-directory,
  #header .menu li#menu-item-more,
  #header .menu li#menu-item-spy,
  #logo .image,
  #menu-friends,
  #menu-friends,
  #menu-item-featured #menu-item-featured-submenu li,
  #menu-item-featured ul,
  #menu-item-featured:hover ul,
  #menu-item-findblogs,
  #menu-item-findfriends,
  #menu-item-genres,
  #menu-item-latest #menu-item-latest-submenu li,
  #menu-item-latest ul,
  #menu-item-latest:hover ul,
  #menu-item-myfeed,
  #menu-item-myhistory,
  #menu-item-mytracks,
  #menu-item-popular #menu-item-latest-submenu li,
  #menu-item-popular ul,
  #menu-item-popular:hover ul,
  #phonograph,
  #player-container #player-inner #player-controls #player-timebar #player-volume-mute,
  #player-container #player-inner #player-controls #player-timebar #player-volume-outer,
  #player-container #player-inner #player-controls #playerFav,
  #player-container #player-inner #player-controls #playerRepeat,
  #player-page,
  #search-tip,
  #shuf,
  #stack-playall,
  #submenu li#nav-lastweek,
  #submenu li#nav-locale,
  #submenu li#nav-playlist-1,
  #submenu li#nav-playlist-2,
  #submenu li#nav-playlist-3,
  #submenu li#nav-twitter,
  #submenu li#nav-feed,
  #submenu li#nav-bandcamp,
  #submenu li#nav-audius,
  #submenu li#submenu-filter,
  #your-site,
  .section .tools .favdiv,
  .section .tools .playlist-ctrls,
  .section .playlist-ctrls,
  .section .tools .playlist-ctrls.playlist-on,
  .section .playlist-ctrls.playlist-on,
  .share-links,
  .sparkdiv,
  .unread-notification-icon,
  a.favcount-off,
  a.favcount-on,
  .header-spacer,
  #stack #subscribe-share-top,
  .contribute_header_link,
  .fav-button,
  .section.same.section-moreinpost,
  #item .tags,
  .download-extra {
    display: none;
  }
  body,
  html {
    width: 320px;
    min-width: 0;
  }
  #logo-txt {
    font-size: 30px;
    padding: 5px 0 10px 7px;
    width: auto;
    height: auto;
    line-height: 100%;
  }
  #header-view-in-app {
    float: right;
    color: #111;
    padding: 17px 6px 14px 6px;
    line-height: 100%;
    font-size: 14px;
  }
  #container {
    position: relative;
    margin: 0 auto;
  }
  #content-wrapper {
    width: 320px;
    margin: 0;
    overflow: hidden;
    background: #fff;
  }
  #content {
    padding: 0;
  }
  .content-centered {
    width: 320px;
  }
  #content-left {
    width: 320px;
    margin: 0 0px;
  }
  #content-right {
    width: 100%;
    position: relative;
    margin: 0 90px;
    padding-bottom: 0;
    font-size: 18px;
  }
  .cover {
    width: 100%;
  }
  #infinite-tracks-button {
    font-size: 20px;
  }
  #header-inner {
    position: relative;
    margin: 0 auto;
    height: 80px;
  }
  .track-info {
    margin-left: 40px;
    margin-right: 40px;
  }
  #top-notice {
    height: auto;
  }
  #top-notice #hide-this {
    position: absolute;
    right: 0;
    top: 0;
  }
  body #header {
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0;
    z-index: 300;
    border: none;
  }
  body #header .menu {
    width: 320px;
    position: relative;
    border-top: 2px solid #83c441;
  }
  body #header .menu li {
    line-height: 100%;
  }
  body #header .menu li.active a:hover {
    background-color: #000;
    color: #fff;
  }
  body #header .menu li a {
    font-size: 13px;
    line-height: 100%;
    padding: 10px 7px 10px 7px;
  }
  body #header .menu li a:hover {
    background-color: #fff;
    color: #000;
  }
  body #header .menu #menu-item-stack span {
    font-size: 12px;
  }
  body #header #search-form {
    position: relative;
    font-weight: 700;
    background-color: #fff;
    overflow: visible;
    padding: 0 5px;
    width: 310px;
    margin: 0;
  }
  body #header #search-form #g {
    width: 75px;
    height: 21px;
    font-size: 12px;
    margin-left: 5px;
  }
  body #header #search-form #q {
    width: 215px;
    height: 18px;
    font-size: 13px;
    border: 1px solid #ccc;
  }
  body #header #search-form #shuf {
    margin-top: 5px;
  }
  .header-box.blog .blog-image {
    width: 120px;
    height: 90px;
  }
  .header-box.blog {
    width: 180px;
    padding-left: 140px;
    padding-top: 0;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
  }
  .header-box.blog a {
    font-size: 12px;
  }
  .header-box.blog h1 {
    line-height: 100%;
  }
  .header-box.blog h1 a {
    font-size: 16px;
  }
  .header-box.blog .chocolate-bar {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
  }
  .header-box.blog .infoslices {
    width: 170px;
    margin-bottom: 5px;
  }
  .header-box.blog .infoslices .slice {
    font-size: 12px;
    float: left;
  }
  .header-box.blog .infoslices .big-num {
    font-size: 12px;
  }
  .header-box.blog .infoslices [class^="icon-"] {
    font-size: 11px;
  }
  .header-box.blog .recommended-because {
    display: inline-block;
    font-size: 12px;
    margin-top: 0px;
  }
  .section-post {
    padding: 0px;
    margin: 10px 0 10px 0;
  }
  .section-post h2 {
    color: #000;
    padding-left: 10px;
    margin: 0;
  }
  .section-post .when {
    font-size: 12px;
    color: #CCC;
    padding-left: 10px;
  }
  .section-post .thumbnail {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 320px;
    height: 80px;
    background-size: cover;
    float: left;
  }
  .section-post .desc {
    line-height: 150%;
    padding-left: 10px;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  .contribute_mobile {
    font-size: 20px;
    line-height: 150%;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
  }
  #filter {
    display: none;
  }
  #sponsored_tracks {
    padding: 20px;
  }
  #supportus #header #search-form {
    display: none;
  }
  #supportus #filter {
    display: block;
  }
  #supportus #filter #menu-out {
    display: block;
  }
  #supportus #filter #menu-out .sign-up {
    display: none;
  }
  #supportus #filter #menu-out .log-in {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    font-weight: normal;
    color: #000;
  }
  #supportus #menu-username .user {
    display: none;
  }
  #supportus #menu-username {
    width: 160px;
    float: right;
  }
  #supportus #menu-username li:not(.log-out) {
    display: none;
  }
  #supportus .log-out {
    font-weight: normal;
    color: #000;
    /*margin-top: 7px; */
  }
  #supportus #content-right {
    display: none;
  }
  #supportus #footer p {
    padding-bottom: 40px;
  }
  #supportus .mobile-payment #content-right {
    display: block;
  }
  #supportus .mobile-payment #content-left {
    display: none;
  }
  #supportus #header {
    border-bottom: 2px solid #83c441;
    overflow: hidden;
    height: 47px;
  }
  #supportus #header .menu {
    display: none;
  }
  #supportus .lead {
    width: 100%;
  }
  #supportus .subpage-text {
    padding: 0 7px;
  }
  #supportus .subpage-text p {
    /*-webkit-text-size-adjust: 100%; line-height:150%; */
    margin: 10px 0;
  }
  #supportus h1 {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  #supportus h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  #supportus .readmore_mobile {
    display: inline;
  }
  #supportus .mobile_only {
    display: block;
  }
  #supportus .mobile_only span {
    margin-bottom: 10px;
    display: inline-block;
  }
  #supportus .contribute_mobile {
    /*on payment view*/
    padding: 10px 0 7px 0;
    font-size: 18px;
  }
  #supportus .sticky_mobile {
    padding: 7px 0;
    position: fixed;
  }
  #supportus .contribute-read {
    padding: 15px;
    margin: 10px;
  }
  #supportus .contribute-intro p {
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  #supportus .contribute_intro_mobile {
    display: block;
  }
  #supportus .contribute-monthly {
    border: 0;
    padding: 0 7px;
  }
  #supportus .contribute-right h1 {
    font-size: 20px;
    margin: 10px 0 5px 0;
    text-align: left;
  }
  #supportus ul.contribute_list {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #supportus .contribute-progress p,
  #supportus .contribute-share p {
    font-size: 18px;
  }
  .contribute-main {
    width: 310px;
  }
  #box-inner .contribute-main {
    width: 280px;
  }
  #box-inner #contrib-type.contrib-select label {
    width: 115px;
  }
  #box-inner #contrib-amount.contrib-select label {
    padding: 14px 5px 5px 5px;
    width: 56px;
  }
  #supporter_status .contribute-main {
    width: 300px;
  }
  #supporter_status .mono {
    zoom: 80%;
  }
  .contrib-merch {
    width: 310px;
  }
  .contribute-main .contrib-alert {
    font-size: 24px;
    padding: 20px;
  }
  .contribute-main .contrib-select p {
    display: inline-block;
    margin: 5px 0;
  }
  .contribute-main .contrib-select .amount-custom-container label {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .contribute-main .contrib-select label {
    float: left;
    display: block;
    width: 53px;
    font-size: 18px;
    height: 36px;
    padding: 14px 10px 0px 10px;
    text-align: center;
  }
  .contribute-main .contrib-select .contrib-type {
    margin-top: 5px;
  }
  .contribute-main .contrib-select .contrib-type label {
    float: left;
    display: block;
    width: 130px;
    height: 34px;
    padding: 12px 10px 0px 10px;
    text-align: center;
  }
  .contribute-main .contrib-select input[type="number"] {
    font-size: 18px;
    width: 30px;
    -moz-appearance: textfield;
  }
  .contribute-main .contrib-select input::-webkit-outer-spin-button,
  .contribute-main .contrib-select input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .contribute-main .contrib-select input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
  }
  .contribute-main .contrib-select input[type="radio"]:active ~ label {
    opacity: 1;
  }
  .contribute-main .contrib-select input[type="radio"]:checked ~ label {
    opacity: 1;
    background-color: #83c441;
  }
  .contribute-main .paypal-button .paypal-button-content {
    font-size: 14px;
    padding: 10px 0 10px 0;
    text-align: center;
  }
  .contribute-main .paypal-button .paypal-button-content .logo.logo-pp {
    height: 25px;
  }
  .contribute-main .paypal-button .paypal-button-content .logo.logo-paypal {
    height: 22px;
  }
  .contribute-main .paypal-button span {
    top: -5px;
    font-size: 18px;
    font-weight: normal;
  }
  blockquote.twitter-tweet {
    max-width: none;
    font: bold 16px/20px Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  blockquote.twitter-tweet p {
    font: normal 16px/20px Helvetica, "Times New Roman", Palatino, serif;
    -webkit-text-size-adjust: 100%;
  }
  blockquote.testimonial {
    font: normal 16px/20px Helvetica, "Times New Roman", Palatino, serif;
  }
  blockquote.testimonial p {
    font: normal 16px/20px Helvetica, "Times New Roman", Palatino, serif;
    margin-bottom: 20px;
  }
  blockquote.testimonial img {
    width: 50px;
    height: 50px;
    margin: -8px 10px 0 0;
  }
  .column_set {
    padding: 0;
  }
  .contribute-tweets .tweet_container,
  .tweet_container {
    width: auto;
    margin: 10px;
  }
  .remix-heading,
  .original-heading {
    display: inline-block;
    font-size: 22px;
    margin: 0px 0 0 10px;
  }
  body #footer-menu {
    height: auto;
    position: static;
  }
  body #footer-menu .menu {
    top: 0;
    height: auto;
    width: 320px;
    float: none;
  }
  body #footer-menu .menu li a {
    font-size: inherit;
    line-height: 125%;
    padding: 5px 10px;
    color: #FFF;
  }
  body #footer-menu .menu li a:hover {
    color: #CCC;
  }
  body #footer {
    position: static;
    padding-bottom: 0px;
  }
  body #footer p {
    padding: 15px 15px 0 15px;
    font-size: 15px;
    line-height: 175%;
    width: 290px;
  }
  #container #content-left .section .friendslist {
    width: 350px;
  }
  #message {
    width: 320px;
  }
  #message.whitebg h1 {
    font-size: 20px;
  }
  #message h1 {
    margin: 12px 0px 10px 10px;
    font-size: 16px;
  }
  #message.whitebg h2 {
    margin-left: 10px;
  }
  #track-list h1 {
    font-size: 16px;
  }
  #content-right,
  #message,
  #message-intro-new,
  .message-push {
    margin: 0;
  }
  #message-intro-new {
    margin-bottom: 30px;
    width: 310px;
    margin-top: 10px;
    border-top: 1px solid #999;
  }
  #message-intro-new p {
    margin-left: 15px;
    font-size: 26px;
  }
  #message-intro-new p strong {
    font-size: 34px;
  }
  #message-push {
    padding-top: 25px;
  }
  #submenu {
    height: auto;
    width: 320px;
    line-height: 100%;
    padding-left: 0;
  }
  #submenu a,
  #submenu i,
  #submenu li a {
    padding: 10px 0px 10px 9px;
    font-size: 14px;
    line-height: 100%;
  }
  #submenu li#nav-playlist-1 a,
  #submenu li#nav-playlist-2 a,
  #submenu li#nav-playlist-3 a {
    padding: 20px 15px 17px 15px;
  }
  .section .tools a.play-ctrl,
  a.fav-load,
  a.fav-off,
  a.fav-on {
    display: inline-block;
  }
  .section-track {
    padding: 0 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-track .post_info {
    margin: 0;
  }
  .section.first {
    padding: 0;
    margin-top: 10px;
  }
  a.fav-load,
  a.fav-off,
  a.fav-on {
    margin-top: 0;
  }
  .section .tools a.play-ctrl {
    margin-top: 8px;
    margin-left: 20px;
  }
  .section .tools {
    top: -12px;
    width: 40px;
    right: 0;
  }
  .section .tools a.play-ctrl {
    line-height: 125%;
    font-size: 20px;
    display: block;
    float: none;
    clear: both;
    margin-bottom: 8px;
  }
  .section .fav-pager {
    width: 390px;
  }
  .section .thumb {
    left: 0;
    width: 30px;
  }
  .section .meta {
    border: none;
    line-height: 150%;
  }
  .section .rank {
    left: -1px;
    width: 30px;
    font-size: 20px;
  }
  .section .section-player {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
  }
  .section.single {
    margin-top: 20px;
  }
  .section.single .section-player {
    padding: 0;
    margin: 0;
    min-height: 200px;
  }
  .section.single h3 {
    margin-bottom: 0;
    padding: 0;
  }
  .section.single .track_name {
    margin-left: 100px;
  }
  .section.single .thumb {
    width: 90px;
    height: 90px;
    float: left;
  }
  .section.single .play_more {
    display: none;
  }
  .section.single .share-links {
    display: block;
    top: 5px;
    left: auto;
    right: auto;
    width: 240px;
    height: 100px;
    float: right;
  }
  .section.single .share-links a {
    line-height: 70px;
  }
  .section.single .share-links .facebook-share,
  .section.single .share-links .twitter-share {
    margin: 0 0 0 35px;
    font-size: 50px;
  }
  .section.single .share-links .facebook-share {
    margin-left: 50px;
  }
  .section.single .tools {
    top: 0px;
    left: 20px;
    float: left;
    width: 65px;
    margin-bottom: 20px;
  }
  .section.single .tools a.play-ctrl {
    height: 55px;
    width: 55px;
    padding-right: 15px;
    font-size: 45px;
  }
  .section.single .tools .favdiv a.fav-off,
  .section.single .tools .favdiv a.fav-on {
    font-size: 45px;
    height: 50px;
    width: 50px;
  }
  .section.single .act_info {
    clear: both;
    margin-top: 10px;
    margin-left: 10px;
  }
  .section.single .tags {
    position: absolute;
    margin: 0 0 0 100px;
  }
  .section.single .tags li:nth-child(n+5) {
    display: none;
  }
  .section.single .tags li a {
    margin-top: 0;
  }
  .section.single .meta {
    font-size: 14px;
    clear: both;
    margin: 80px 0 0 10px;
  }
  .section.single a.fav-paging {
    font-size: 16px;
    margin-top: 16px;
    padding: 10px 15px;
  }
  .section-track.same + .ad-wrapper {
    margin-top: 15px;
  }
  .section.same .tools {
    width: 150px;
  }
  a.fav-load,
  a.fav-off,
  a.fav-on {
    display: block;
    float: none;
    margin: 10px 0 0 50px;
  }
  a.fav-off,
  a.fav-on {
    line-height: 1.4em;
    font-size: 36px;
  }
  #menu-item-latest,
  #menu-item-popular {
    width: auto;
  }
  #menu-item-latest a,
  #menu-item-popular a {
    width: auto;
  }
  #menu-item-search,
  #menu-item-stack {
    display: inline-block;
  }
  .stack-featured {
    position: relative;
    top: 0px;
  }
  .stack-featured a {
    width: 70px;
  }
  #player-container {
    /*top: 130px;*/
    background: none;
  }
  #filter {
    /*    position: relative;*/
  }
  #menu-item-username {
    border: none;
    width: auto;
  }
  #filter #menu-username {
    right: auto;
  }
  #filter #menu-username a {
    /*float: left;*/
    padding: 15px;
    font-size: 16px;
    line-height: 36px;
    background: transparent;
  }
  #filter #menu-username a:hover {
    background: #444;
  }
  #filter #menu-username ul {
    display: block;
    position: relative;
    top: 0;
  }
  #filter #menu-username ul li {
    /*float: left;*/
    width: auto;
  }
  #filter #menu-username ul li a {
    width: auto;
    border: none;
    line-height: 16px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 7px;
    float: right;
  }
  #filter.user-menu a.user img {
    margin-top: 6px;
  }
  #filter #menu-out {
    display: none;
    /*
  width: 315px;
  margin: 15px 0;
*/
  }
  #filter #menu-out a {
    height: 50px;
    font-weight: bold;
    line-height: 44px;
    color: #0063dc;
    background: none;
  }
  #infinite-tracks-button {
    width: 300px;
  }
  #end-of-infinity {
    font-size: 19px;
    width: 300px;
    padding: 10px 5px;
  }
  #content-left #previous-mentions .section h3,
  #content-left .section h3 {
    padding: 2px 0 2px 0;
    font-size: 17px;
    line-height: 125%;
  }
  #content-left .section.single h3 {
    padding: 0 0 5px;
  }
  #content-left .section.single h3,
  #content-left .section.single h3 a {
    font-size: 18px;
  }
  #content-left .section h3 a {
    font-size: inherit;
    font-weight: inherit;
  }
  #content-left .section h3 .remix-link {
    line-height: 125%;
  }
  #content-left #subpage {
    width: 300px;
    padding: 10px;
  }
  #content-left .subpage-text {
    padding: 10px;
  }
  #content-left .subpage-text h1 {
    font-size: 26px;
  }
  #content-left.reads {
    margin: 0;
  }
  #content-left.reads .item-block {
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #content-left.reads .story_thumb {
    width: 100%;
    height: 150px;
  }
  #content-left.reads h4,
  #content-left.reads p {
    margin: 5px 10px;
  }
  .hypem-events {
    margin-left: 10px;
  }
  .tour-dates {
    font-size: 24px !important;
  }
  .dates {
    width: 75px;
  }
  .title {
    font-size: 18px !important;
  }
  .ad-breakout {
    padding: 4px 0;
    background: none;
    border-bottom: none;
  }
  .ad-leaderboard,
  .ad-leaderboard-frame {
    width: 320px;
    height: 100px;
    /* not standard height but whatever */
    text-align: center;
    background: url(//static.hypem.com/images/ad_bg_tile.png) repeat;
    background-size: 17%;
  }
  .locale-blogs-header {
    width: 300px;
    overflow: hidden;
  }
  .locale-blogs-header #locale-blogs-header-more {
    float: none;
    left: 320px;
  }
  #content-left.mostbloggedbands .section h2 {
    padding-left: 10px;
  }
  #content-left.mostbloggedbands .section h2 a {
    font-size: 26px;
  }
  #content-left.mostbloggedbands .section .rank {
    font-size: 30px;
    line-height: 32px;
    padding: 2px 0px 12px;
    top: 0;
    left: 0;
    margin-right: 20px;
  }
  #content-left.mostbloggedbands .section .stack-featured {
    top: 7px;
  }
  .header-box .followers_visual {
    display: none;
  }
  .header-box.user {
    width: 358px;
  }
  .site_closed {
    width: 570px;
    line-height: 150%;
  }
  #zeitgeist-header-menu li#menu-zeitgeist {
    margin-left: 10px;
    width: auto;
  }
  #menu-zeitgeist-submenu .hide_mobile {
    display: none;
  }
  #zeitgeist-header-menu #menu-zeitgeist-submenu {
    height: auto;
  }
  #zeitgeist-header-menu #menu-zeitgeist-submenu li a {
    float: none;
    padding: 10px 20px 6px 108px;
  }
  #zeitgeist-header-menu #menu-zeitgeist a {
    font-size: 22px;
  }
  #item .section-track.haarp-active {
    background-color: #fff;
  }
  #item.night .section-track.haarp-active {
    background-color: #11172d;
  }
  #sxsw2014 #player-inner {
    padding: 10px 0 20px;
  }
  #sxsw2014 .hh_header {
    margin-top: 100px;
  }
  #sxsw2014 .hh_header #hh_logo {
    zoom: 80%;
  }
  #sxsw2014 .hh_header h3 {
    font-size: 30px;
    font-family: Helvetica;
    margin-top: 40px;
  }
  #sxsw2014 .hh_header .hh_share {
    width: auto;
  }
  #sxsw2014 .hh_header #rsvp_link {
    font-size: 35px;
    padding: 47px 40px 42px;
    width: 265px;
  }
  #sxsw2014 .hh_header .icon-facebook,
  #sxsw2014 .hh_header .icon-twitter {
    font-size: 125px;
    line-height: 168px;
  }
  #sxsw2014 #content-left.mostbloggedbands .blogs-picked,
  #sxsw2014 #content-left.mostbloggedbands .no_track,
  #sxsw2014 #content-left.mostbloggedbands .section-track {
    display: none;
  }
  #sxsw2014 #content-left.mostbloggedbands .section h2 {
    padding: 10px 5px 0 0;
  }
  #sxsw2014_wrap #container-bg {
    background: url(//static.hypem.com/images/sxsw2014/wrap_bg_mobile_color.jpg) fixed no-repeat;
  }
  #sxsw2014_wrap #content-wrapper {
    margin: 0;
    width: 320px;
  }
  #sxsw2014_wrap .hh_header {
    margin-top: 180px;
  }
  #sxsw2014_wrap .hh_header #hh_logo {
    zoom: 80%;
  }
  #sxsw2014_wrap .content_unit_images {
    zoom: 60%;
  }
  #sxsw2014_wrap #content-left.sxsw_wrap {
    margin-left: 10px;
  }
  #sxsw2014_wrap #header #header-inner {
    background: #111;
  }
  #sxsw2014_wrap #header #logo-txt {
    width: auto;
    font-size: 50px;
  }
  #sxsw2014_wrap #header #wrap_title {
    font-size: 35px;
    line-height: 27px;
    margin: 12px 0 15px 10px;
  }
  #sxsw2014_wrap #header #wrap_menu {
    margin-left: 0;
    float: none;
    line-height: 22px;
    font-size: 28px;
    padding: 13px 15px;
  }
  /* this maps to the pages that use the minimalist template */
  #stack #container,
  #sxsw2014 #container,
  #sxsw2014_wrap #container,
  #sxsw2015 #container,
  #sxsw2016 #container,
  #tv #container,
  #zeitgeist2012 #container,
  #zeitgeist2013 #container,
  body #container {
    background-color: #fff;
  }
  #stack #player-container,
  #sxsw2014 #player-container,
  #sxsw2014_wrap #player-container,
  #sxsw2015 #player-container,
  #sxsw2016 #player-container,
  #tv #player-container,
  #zeitgeist2012 #player-container,
  #zeitgeist2013 #player-container,
  body #player-container {
    height: auto;
    padding: 0;
  }
  #stack #player-container #player-inner,
  #sxsw2014 #player-container #player-inner,
  #sxsw2014_wrap #player-container #player-inner,
  #sxsw2015 #player-container #player-inner,
  #sxsw2016 #player-container #player-inner,
  #tv #player-container #player-inner,
  #zeitgeist2012 #player-container #player-inner,
  #zeitgeist2013 #player-container #player-inner,
  body #player-container #player-inner {
    padding: 0;
    top: auto;
    left: auto;
    height: auto;
    background-color: #222;
  }
  #stack #player-container #player-inner #player-controls,
  #sxsw2014 #player-container #player-inner #player-controls,
  #sxsw2014_wrap #player-container #player-inner #player-controls,
  #sxsw2015 #player-container #player-inner #player-controls,
  #sxsw2016 #player-container #player-inner #player-controls,
  #tv #player-container #player-inner #player-controls,
  #zeitgeist2012 #player-container #player-inner #player-controls,
  #zeitgeist2013 #player-container #player-inner #player-controls,
  body #player-container #player-inner #player-controls {
    display: none;
    float: left;
    width: 320px;
    background-color: #222;
    position: fixed;
    bottom: 0;
    height: 110px;
    border: none;
  }
  #stack #player-container #player-inner #player-controls .share-icons,
  #sxsw2014 #player-container #player-inner #player-controls .share-icons,
  #sxsw2014_wrap #player-container #player-inner #player-controls .share-icons,
  #sxsw2015 #player-container #player-inner #player-controls .share-icons,
  #sxsw2016 #player-container #player-inner #player-controls .share-icons,
  #tv #player-container #player-inner #player-controls .share-icons,
  #zeitgeist2012 #player-container #player-inner #player-controls .share-icons,
  #zeitgeist2013 #player-container #player-inner #player-controls .share-icons,
  body #player-container #player-inner #player-controls .share-icons {
    position: absolute;
    top: 0;
    right: 0;
  }
  #stack #player-container #player-inner #player-controls .share-icons .icon-bc,
  #sxsw2014 #player-container #player-inner #player-controls .share-icons .icon-bc,
  #sxsw2014_wrap #player-container #player-inner #player-controls .share-icons .icon-bc,
  #sxsw2015 #player-container #player-inner #player-controls .share-icons .icon-bc,
  #sxsw2016 #player-container #player-inner #player-controls .share-icons .icon-bc,
  #tv #player-container #player-inner #player-controls .share-icons .icon-bc,
  #zeitgeist2012 #player-container #player-inner #player-controls .share-icons .icon-bc,
  #zeitgeist2013 #player-container #player-inner #player-controls .share-icons .icon-bc,
  body #player-container #player-inner #player-controls .share-icons .icon-bc {
    font-size: 20px;
  }
  #stack #player-container #player-inner #player-controls .share-icons .icon-sc,
  #sxsw2014 #player-container #player-inner #player-controls .share-icons .icon-sc,
  #sxsw2014_wrap #player-container #player-inner #player-controls .share-icons .icon-sc,
  #sxsw2015 #player-container #player-inner #player-controls .share-icons .icon-sc,
  #sxsw2016 #player-container #player-inner #player-controls .share-icons .icon-sc,
  #tv #player-container #player-inner #player-controls .share-icons .icon-sc,
  #zeitgeist2012 #player-container #player-inner #player-controls .share-icons .icon-sc,
  #zeitgeist2013 #player-container #player-inner #player-controls .share-icons .icon-sc,
  body #player-container #player-inner #player-controls .share-icons .icon-sc {
    font-size: 20px;
  }
  #stack #player-container #player-inner #player-controls .share-icons a,
  #sxsw2014 #player-container #player-inner #player-controls .share-icons a,
  #sxsw2014_wrap #player-container #player-inner #player-controls .share-icons a,
  #sxsw2015 #player-container #player-inner #player-controls .share-icons a,
  #sxsw2016 #player-container #player-inner #player-controls .share-icons a,
  #tv #player-container #player-inner #player-controls .share-icons a,
  #zeitgeist2012 #player-container #player-inner #player-controls .share-icons a,
  #zeitgeist2013 #player-container #player-inner #player-controls .share-icons a,
  body #player-container #player-inner #player-controls .share-icons a {
    margin: 10px 0 0 0;
    font-size: 24px;
  }
  #stack #player-container #player-inner #player-controls.haarp-active,
  #sxsw2014 #player-container #player-inner #player-controls.haarp-active,
  #sxsw2014_wrap #player-container #player-inner #player-controls.haarp-active,
  #sxsw2015 #player-container #player-inner #player-controls.haarp-active,
  #sxsw2016 #player-container #player-inner #player-controls.haarp-active,
  #tv #player-container #player-inner #player-controls.haarp-active,
  #zeitgeist2012 #player-container #player-inner #player-controls.haarp-active,
  #zeitgeist2013 #player-container #player-inner #player-controls.haarp-active,
  body #player-container #player-inner #player-controls.haarp-active {
    display: block;
  }
  #stack #player-container #player-inner #player-controls #playerNext,
  #sxsw2014 #player-container #player-inner #player-controls #playerNext,
  #sxsw2014_wrap #player-container #player-inner #player-controls #playerNext,
  #sxsw2015 #player-container #player-inner #player-controls #playerNext,
  #sxsw2016 #player-container #player-inner #player-controls #playerNext,
  #tv #player-container #player-inner #player-controls #playerNext,
  #zeitgeist2012 #player-container #player-inner #player-controls #playerNext,
  #zeitgeist2013 #player-container #player-inner #player-controls #playerNext,
  body #player-container #player-inner #player-controls #playerNext,
  #stack #player-container #player-inner #player-controls #playerPlay,
  #sxsw2014 #player-container #player-inner #player-controls #playerPlay,
  #sxsw2014_wrap #player-container #player-inner #player-controls #playerPlay,
  #sxsw2015 #player-container #player-inner #player-controls #playerPlay,
  #sxsw2016 #player-container #player-inner #player-controls #playerPlay,
  #tv #player-container #player-inner #player-controls #playerPlay,
  #zeitgeist2012 #player-container #player-inner #player-controls #playerPlay,
  #zeitgeist2013 #player-container #player-inner #player-controls #playerPlay,
  body #player-container #player-inner #player-controls #playerPlay,
  #stack #player-container #player-inner #player-controls #playerPrev,
  #sxsw2014 #player-container #player-inner #player-controls #playerPrev,
  #sxsw2014_wrap #player-container #player-inner #player-controls #playerPrev,
  #sxsw2015 #player-container #player-inner #player-controls #playerPrev,
  #sxsw2016 #player-container #player-inner #player-controls #playerPrev,
  #tv #player-container #player-inner #player-controls #playerPrev,
  #zeitgeist2012 #player-container #player-inner #player-controls #playerPrev,
  #zeitgeist2013 #player-container #player-inner #player-controls #playerPrev,
  body #player-container #player-inner #player-controls #playerPrev {
    color: #e0e0e0;
    padding: 16px 15px 0 13px;
    font-size: 18px;
  }
  #stack #player-container #player-inner #player-controls #playerFav,
  #sxsw2014 #player-container #player-inner #player-controls #playerFav,
  #sxsw2014_wrap #player-container #player-inner #player-controls #playerFav,
  #sxsw2015 #player-container #player-inner #player-controls #playerFav,
  #sxsw2016 #player-container #player-inner #player-controls #playerFav,
  #tv #player-container #player-inner #player-controls #playerFav,
  #zeitgeist2012 #player-container #player-inner #player-controls #playerFav,
  #zeitgeist2013 #player-container #player-inner #player-controls #playerFav,
  body #player-container #player-inner #player-controls #playerFav {
    color: #e0e0e0;
    padding: 10px 15px 0 13px;
    font-size: 20px;
  }
  #stack #player-container #player-inner #player-controls #player-nowplaying,
  #sxsw2014 #player-container #player-inner #player-controls #player-nowplaying,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying,
  #sxsw2015 #player-container #player-inner #player-controls #player-nowplaying,
  #sxsw2016 #player-container #player-inner #player-controls #player-nowplaying,
  #tv #player-container #player-inner #player-controls #player-nowplaying,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying,
  body #player-container #player-inner #player-controls #player-nowplaying {
    width: 320px;
    padding: 3px 8px 5px 0px;
    font-size: 18px;
    color: #e0e0e0;
  }
  #stack #player-container #player-inner #player-controls #player-nowplaying a,
  #sxsw2014 #player-container #player-inner #player-controls #player-nowplaying a,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying a,
  #sxsw2015 #player-container #player-inner #player-controls #player-nowplaying a,
  #sxsw2016 #player-container #player-inner #player-controls #player-nowplaying a,
  #tv #player-container #player-inner #player-controls #player-nowplaying a,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying a,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying a,
  body #player-container #player-inner #player-controls #player-nowplaying a {
    color: #e0e0e0;
  }
  #stack #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #sxsw2014 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #sxsw2015 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #sxsw2016 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #tv #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-nowplaying a.read-post,
  body #player-container #player-inner #player-controls #player-nowplaying a.read-post {
    display: none;
  }
  #stack #player-container #player-inner #player-controls #player-timebar,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar,
  #tv #player-container #player-inner #player-controls #player-timebar,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar,
  body #player-container #player-inner #player-controls #player-timebar {
    display: block;
    top: 100px;
    width: 320px;
    height: 10px;
    background: #000;
    border: none;
    margin: 0;
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-progress-outer,
  body #player-container #player-inner #player-controls #player-timebar #player-progress-outer {
    height: 10px;
    width: 320px;
    left: 0;
    top: 0;
    border: none;
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  body #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #stack #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing,
  body #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-playing {
    height: 10px;
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #tv #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading,
  body #player-container #player-inner #player-controls #player-timebar #player-progress-outer #player-progress-loading {
    background-color: #333;
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #tv #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  body #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #stack #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #tv #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  body #player-container #player-inner #player-controls #player-timebar #player-time-total {
    left: auto;
    font-size: 20px;
    color: #e0e0e0;
    display: none;
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #tv #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-time-position,
  body #player-container #player-inner #player-controls #player-timebar #player-time-position {
    /*top: 8px;
                        left: 10px;*/
  }
  #stack #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2014 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2014_wrap #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2015 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #sxsw2016 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #tv #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #zeitgeist2012 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  #zeitgeist2013 #player-container #player-inner #player-controls #player-timebar #player-time-total,
  body #player-container #player-inner #player-controls #player-timebar #player-time-total {
    display: none;
    /*top: 8px;
                        right: 10px;
                    */
  }
  #stack #search-form,
  #stacklive #search-form {
    display: none;
  }
  #stack #header,
  #stacklive #header {
    margin: 0;
    height: 80px;
  }
  #stack #filter,
  #stacklive #filter {
    display: block;
  }
  #stack #filter #menu-out,
  #stacklive #filter #menu-out {
    display: block;
  }
  #stack #filter #menu-out .sign-up,
  #stacklive #filter #menu-out .sign-up {
    display: none;
  }
  #stack #filter #menu-out .log-in,
  #stacklive #filter #menu-out .log-in {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    font-weight: normal;
    color: #000;
  }
  #stack #menu-username .user,
  #stacklive #menu-username .user {
    display: none;
  }
  #stack #menu-username,
  #stacklive #menu-username {
    width: 160px;
    float: right;
  }
  #stack #menu-username li:not(.log-out),
  #stacklive #menu-username li:not(.log-out) {
    display: none;
  }
  #stack .log-out,
  #stacklive .log-out {
    font-weight: normal;
    color: #000;
    /*margin-top: 7px; */
  }
  #stack #stack-intro,
  #stacklive #stack-intro {
    width: 300px;
    margin: 0;
    font-size: 16px;
    padding: 10px;
  }
  #stack #stack-intro p,
  #stacklive #stack-intro p {
    font-size: 14px;
  }
  #stack #stack-header,
  #stacklive #stack-header {
    margin: 0px;
    width: 320px;
    height: auto;
  }
  #stack #stack-header #header-canvas-bg,
  #stacklive #stack-header #header-canvas-bg {
    height: 37px;
    top: 30px;
  }
  #stack #message,
  #stacklive #message {
    margin: 0 auto 0;
    width: 320px;
  }
  #stack #stack-header #header-canvas,
  #stacklive #stack-header #header-canvas {
    width: 320px;
    /* this provides a placeholder while canvas loads */
    height: 120px;
  }
  #stack #stack-header #header-canvas canvas,
  #stacklive #stack-header #header-canvas canvas {
    width: 320px;
    height: 120px;
  }
  #stack #stack-header #header-canvas-all,
  #stacklive #stack-header #header-canvas-all {
    width: 320px;
    /* this provides a placeholder while canvas loads */
    height: 120px;
  }
  #stack #stack-header #header-canvas-all canvas,
  #stacklive #stack-header #header-canvas-all canvas {
    width: 320px;
    height: 120px;
  }
  #stack #stack-header #header-intro,
  #stacklive #stack-header #header-intro {
    width: 300px;
    margin: 0 10px;
    font-size: 14px;
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  #stack #stack-info,
  #stacklive #stack-info {
    margin-top: 15px;
    font-size: 14px;
  }
  #stack #info-left,
  #stacklive #info-left {
    display: none;
  }
  #stack #cta-right,
  #stacklive #cta-right {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
  }
  #stack #cta-free,
  #stacklive #cta-free,
  #stack #cta-paid,
  #stacklive #cta-paid {
    width: 300px;
  }
  #stack #cta-paid img,
  #stacklive #cta-paid img,
  #stack #cta-free img,
  #stacklive #cta-free img {
    margin-left: 20px;
  }
  #stack #cta-paid li,
  #stacklive #cta-paid li {
    font-size: 13px;
  }
  #stack #cta-free,
  #stacklive #cta-free {
    border-bottom: 1px solid #83c441;
  }
  #stack #cta-free #mc_embed_signup,
  #stacklive #cta-free #mc_embed_signup {
    margin-left: 10px;
  }
  #stack #cta-free #mc-embedded-subscribe,
  #stacklive #cta-free #mc-embedded-subscribe {
    background: #333;
  }
  #stack #numbers-canvas,
  #stacklive #numbers-canvas {
    margin-top: 15px;
    width: 320px;
    height: 120px;
  }
  #stack #numbers-canvas canvas,
  #stacklive #numbers-canvas canvas {
    width: 320px;
    height: 120px;
  }
  #stack #numbers-canvas span.date,
  #stacklive #numbers-canvas span.date {
    top: 5px;
    right: 10px;
    font-size: 18px;
  }
  #stack #stack-inapp,
  #stacklive #stack-inapp {
    font-weight: normal;
    padding: 6px 16px 2px 24px;
    margin: 20px auto 20px;
    width: 150px;
    font-size: 20px;
  }
  #stack .thumb,
  #stacklive .thumb {
    width: 320px;
    height: 150px;
    background-position: center;
  }
  #stack #content-left,
  #stacklive #content-left {
    width: 320px;
  }
  #stack #content-left .section .tools,
  #stacklive #content-left .section .tools {
    top: 153px;
  }
  #stack #content-left .section-track,
  #stacklive #content-left .section-track {
    padding: 10px 0px 0px 0px;
  }
  #stack #content-left .section-track .post_info,
  #stacklive #content-left .section-track .post_info {
    margin: 0;
  }
  #stack #content-left .section h3,
  #stacklive #content-left .section h3 {
    font-size: 18px;
    width: 260px;
    margin-left: 10px;
  }
  #stack #content-left .stack-desc,
  #stacklive #content-left .stack-desc {
    font-size: 14px;
    margin-left: 10px;
  }
  #stack #content-left .stack-premiere,
  #stacklive #content-left .stack-premiere {
    margin-bottom: 20px;
  }
  #stack #content-left .stack-premiere .premiere-image,
  #stacklive #content-left .stack-premiere .premiere-image,
  #stack #content-left .stack-premiere .special-header,
  #stacklive #content-left .stack-premiere .special-header {
    margin-left: 0;
    font-size: 22px;
  }
  #stack #content-left .stack-premiere .special-header span,
  #stacklive #content-left .stack-premiere .special-header span {
    font-size: 22px;
    top: 7px;
  }
  #stack #content-left .stack-premiere .special-header svg,
  #stacklive #content-left .stack-premiere .special-header svg {
    width: 35px;
    height: 35px;
  }
  #stack #content-left .stack-premiere .premiere-image,
  #stacklive #content-left .stack-premiere .premiere-image {
    width: 320px;
    height: auto;
  }
  #stack #content-left .stack-premiere .section-track,
  #stacklive #content-left .stack-premiere .section-track {
    margin: 0;
    padding-top: 0;
  }
  #stack #content-left .stack-premiere .track_name,
  #stacklive #content-left .stack-premiere .track_name {
    margin-top: 10px;
  }
  #stack #content-left .stack-premiere.album .tools,
  #stacklive #content-left .stack-premiere.album .tools {
    top: -2px;
  }
  #stack #content-left .stack-premiere.mix .tools,
  #stacklive #content-left .stack-premiere.mix .tools {
    top: 147px;
  }
  #stack #content-left .stack-content,
  #stacklive #content-left .stack-content {
    margin-left: 0;
  }
  #stack #content-left .quote,
  #stacklive #content-left .quote {
    font-size: 16px;
  }
  #stack #header #stack-menu,
  #stacklive #header #stack-menu {
    display: none;
  }
  #stack .pager,
  #stacklive .pager {
    margin: 60px 0px 20px 0;
  }
  #stacklive .narrow h1 {
    font-size: 40px;
  }
  #stacklive .more_info,
  #stacklive .narrow h1,
  #stacklive .show_date {
    margin-left: 20px;
  }
  #stacklive .more_info {
    margin-bottom: 80px;
  }
  #stacklive .info_link {
    padding: 20px;
    font-size: 40px;
  }
  #reads #message {
    width: 320px;
  }
  #reads #mc_subscribed {
    display: block;
    margin: 0 auto;
    width: 130px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  #reads #mc_embed_signup {
    display: block;
    margin: 0 auto;
    width: 300px;
    position: relative;
    right: auto;
    bottom: auto;
    float: none;
  }
  #otw_2014 svg,
  #otw_2015 svg,
  #otw_bbc6_2014 svg {
    width: 310px;
  }
  #otw_2014 #content-left #submenu a,
  #otw_2015 #content-left #submenu a,
  #otw_bbc6_2014 #content-left #submenu a {
    font-size: 22px;
  }
  #otw_2014 #content-left.blog-quotes .blogs-picked-item,
  #otw_2015 #content-left.blog-quotes .blogs-picked-item,
  #otw_bbc6_2014 #content-left.blog-quotes .blogs-picked-item,
  #otw_2014 #content-left.blog-quotes .speech-arrow,
  #otw_2015 #content-left.blog-quotes .speech-arrow,
  #otw_bbc6_2014 #content-left.blog-quotes .speech-arrow {
    display: none;
  }
  #otw_2014 #content-left.blog-quotes .section,
  #otw_2015 #content-left.blog-quotes .section,
  #otw_bbc6_2014 #content-left.blog-quotes .section {
    padding: 0;
  }
  #otw_2014 #content-left.blog-quotes .section .tools,
  #otw_2015 #content-left.blog-quotes .section .tools,
  #otw_bbc6_2014 #content-left.blog-quotes .section .tools {
    top: 5px;
  }
  #otw_2014 #content-left.blog-quotes .section-player,
  #otw_2015 #content-left.blog-quotes .section-player,
  #otw_bbc6_2014 #content-left.blog-quotes .section-player {
    padding: 20px 0;
  }
  #otw_2014 #content-left.blog-quotes .blog-blurb,
  #otw_2015 #content-left.blog-quotes .blog-blurb,
  #otw_bbc6_2014 #content-left.blog-quotes .blog-blurb {
    width: auto;
    font-size: 22px;
    line-height: 150%;
  }
  #otw_2014 #event-special-logo,
  #otw_2015 #event-special-logo,
  #otw_bbc6_2014 #event-special-logo,
  #otw_2014 #event-special-logo img,
  #otw_2015 #event-special-logo img,
  #otw_bbc6_2014 #event-special-logo img {
    width: 310px;
    margin-left: 5px;
  }
  #otw_2014 #event-special-sidebar,
  #otw_2015 #event-special-sidebar,
  #otw_bbc6_2014 #event-special-sidebar {
    float: left;
    width: 610px;
    font-size: 25px;
    line-height: 150%;
  }
  #otw_2014 #event-special-header p,
  #otw_2015 #event-special-header p,
  #otw_bbc6_2014 #event-special-header p {
    width: 310px;
    margin: 30px 10px 10px;
    font-size: 25px;
  }
  #sxsw2015 #header-inner,
  #sxsw2016 #header-inner {
    text-align: center;
  }
  #sxsw2015 #logo-txt,
  #sxsw2016 #logo-txt {
    width: 625px;
    padding: 30px 0 75px;
  }
  #sxsw2015 #content,
  #sxsw2016 #content {
    width: 310px;
  }
  #sxsw2015 #content-left #loved-tracks,
  #sxsw2016 #content-left #loved-tracks {
    width: 310px;
  }
  #sxsw2015 #event-logo,
  #sxsw2016 #event-logo {
    zoom: 75%;
  }
  #sxsw2015 #event-desc,
  #sxsw2016 #event-desc {
    width: 310px;
  }
  #sxsw2015 #rsvp,
  #sxsw2016 #rsvp {
    margin: 30px auto 0;
    zoom: 200%;
  }
  #sxsw2015 #brands,
  #sxsw2016 #brands {
    zoom: 150%;
  }
  #sxsw2015 #lineup,
  #sxsw2016 #lineup {
    width: 310px;
    font-size: 28px;
  }
  #sxsw2015 #content-left.mostbloggedbands,
  #sxsw2016 #content-left.mostbloggedbands {
    /*.section-track,*/
  }
  #sxsw2015 #content-left.mostbloggedbands .blogs-picked,
  #sxsw2016 #content-left.mostbloggedbands .blogs-picked,
  #sxsw2015 #content-left.mostbloggedbands .remix-count,
  #sxsw2016 #content-left.mostbloggedbands .remix-count,
  #sxsw2015 #content-left.mostbloggedbands .section .no_track,
  #sxsw2016 #content-left.mostbloggedbands .section .no_track {
    display: none;
  }
  #sxsw2015 #content-left.mostbloggedbands .section h2,
  #sxsw2016 #content-left.mostbloggedbands .section h2 {
    padding: 10px 5px 0 0;
  }
  #sxsw2015 #content-left.mostbloggedbands .section .tools a.play-ctrl,
  #sxsw2016 #content-left.mostbloggedbands .section .tools a.play-ctrl {
    margin-top: 0;
    margin-bottom: 0;
  }
  #sxsw2015 #hh-header #wrap_title,
  #sxsw2016 #hh-header #wrap_title {
    display: none;
  }
  #sxsw2015 #hh-header #wrap_menu,
  #sxsw2016 #hh-header #wrap_menu {
    float: none;
    font-size: 40px;
    margin-left: 0;
  }
  #sxsw2015 #hh-header #wrap_menu a,
  #sxsw2016 #hh-header #wrap_menu a {
    margin: 0 40px 0 0;
  }
  #sxsw2015 #hh-header #wrap_menu a:last-child,
  #sxsw2016 #hh-header #wrap_menu a:last-child {
    margin: 0;
  }
  #sxsw2015 #march13night,
  #sxsw2016 #march13night {
    width: 625px;
  }
  #roskilde2015_index #content-left,
  #roskilde2015_picks #content-left {
    width: 300px;
  }
  #roskilde2015_index #event-special-header,
  #roskilde2015_picks #event-special-header {
    zoom: 60%;
  }
  #roskilde2015_index #content-left.mostbloggedbands #schedule_h1 p,
  #roskilde2015_picks #content-left.mostbloggedbands #schedule_h1 p {
    width: 560px;
  }
  #roskilde2015_index #content-left .show-date,
  #roskilde2015_picks #content-left .show-date {
    margin: 5px 0 30px 10px;
  }
  #otw_2015_2 #header {
    margin: 0;
  }
  #otw_2015_2 #content-wrapper {
    background: transparent;
  }
  #otw_2015_2 #content {
    padding: 0;
  }
  #otw_2015_2 #event-special-header {
    margin: 0;
    zoom: 115%;
    height: 390px;
  }
  #otw_2015_2 #event-special-header p {
    width: 530px;
    float: left;
    font-size: 28px;
    margin: 20px 0 0 20px;
  }
  #otw_2015_2 .icons .social {
    font-size: 90px;
    margin: 40px 40px 40px 0;
  }
  #otw_2015_2 .icons #embed-button {
    display: none;
  }
  #otw_2015_2 #content {
    padding: 0;
  }
  #otw_2015_2 #content-left {
    margin: 0;
    width: 320px;
  }
  #otw_2015_2 #content-left.blog-quotes #track-list .section {
    padding-left: 20px;
  }
  #otw_2015_2 #content-left.blog-quotes #track-list .section-track {
    margin-left: 135px;
    margin-right: 24px;
  }
  #otw_2015_2 #content-left.blog-quotes .blog-blurb {
    width: 440px;
  }
  #cmj2015_special #special-header {
    margin: 50px auto 0;
    float: none;
  }
  #cmj2015_special .sidebar-share {
    float: left;
    margin-top: 185px;
    float: none;
    height: 100px;
  }
  #cmj2015_special .sidebar-share span {
    font-size: 30px;
    margin-left: 30px;
    margin-right: 60px;
    line-height: 50px;
  }
  #cmj2015_special .sidebar-share .icon-facebook,
  #cmj2015_special .sidebar-share .icon-twitter {
    font-size: 80px;
    line-height: 70px;
    margin-left: 40px;
  }
  #moogfest-2016 #event-special-header svg {
    width: 550px;
  }
  #moogfest-2016 #content-left.blog-quotes #track-list .section {
    width: 300px;
    margin-right: 20px;
    padding: 0 0 0 20px;
  }
  #moogfest-2016 #content-left.blog-quotes #track-list .section-track {
    padding: 0;
  }
  #moogfest-2016 #content-left.blog-quotes .artist-img {
    float: none;
  }
  #moogfest-2016 #content-left.blog-quotes #track-list .section-player {
    width: 500px;
  }
  #moogfest-2016 #content-left.blog-quotes p.bio {
    margin-top: 10px;
    width: 580px;
    -webkit-text-size-adjust: 110%;
    font-size: 25px;
  }
  #form-2016 #header {
    margin-bottom: 20px;
  }
  #form-2016 #content-wrapper {
    background: transparent;
  }
  #form-2016 #content-left.blog-quotes #track-list .section {
    width: 300px;
    margin-right: 20px;
    padding: 0 0 0 20px;
  }
  #form-2016 #content-left.blog-quotes #track-list .section-track {
    padding: 0;
  }
  #form-2016 #content-left.blog-quotes .artist-img {
    float: none;
    margin: 40px 0 40px 110px;
  }
  #form-2016 #content-left.blog-quotes #track-list .section-player {
    width: 500px;
  }
  #form-2016 #content-left.blog-quotes p.bio {
    margin-top: 10px;
    width: 580px;
    -webkit-text-size-adjust: 110%;
    font-size: 25px;
  }
  #greatescape2016_index #event-special-header {
    width: 310px;
    height: 120px;
    background-size: contain;
  }
  #greatescape2016_index #content-left.mostbloggedbands #schedule_h1 p {
    width: 310px;
  }
  #greatescape2016_index #message h1 {
    padding: 20px 0 10px 10px;
  }
  #greatescape2016_index #content-left .show-date {
    margin: 15px 0 10px 10px;
    font-size: 22px;
  }
  #greatescape2016_index #content-left.mostbloggedbands .section {
    margin-bottom: 30px;
  }
  #kkb-2016 .event-image {
    zoom: 85%;
    margin: 0;
  }
  #kkb-2016 .info {
    width: 300px;
    margin-top: 60px;
  }
  #kkb-2016 .info p {
    width: auto;
  }
  #kkb-2016 .info .icons {
    float: none;
    margin: 180px auto 0;
    width: 220px;
    position: relative;
    overflow: hidden;
  }
  #kkb-2016 .info .icons .social {
    font-size: 76px;
    line-height: 120px;
    margin-right: 30px;
  }
  #kkb-2016 .shows {
    width: 550px;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 40px;
  }
  #kkb-2016 .event-footer {
    margin: 200px auto;
  }
  #link-sc #message h1 {
    font-size: 30px;
  }
  #link-sc #content-left {
    margin-top: 20px;
  }
  #link-sc #content-left p {
    font-size: 24px;
    margin-top: 50px;
  }
  #link-sc .mini-icon {
    font-size: 46px;
  }
  #link-spotify #message h1 {
    font-size: 46px;
  }
  #link-spotify #content-left {
    margin-top: 20px;
  }
  #link-spotify #content-left p {
    font-size: 34px;
    margin-top: 50px;
  }
  .on-bandcamp {
    width: 320px;
  }
  .on-bandcamp .unit_head {
    zoom: 130%;
  }
  .on-bandcamp .unit_head .read_more {
    float: none;
    margin-top: 10px;
  }
  .on-bandcamp .album-set {
    zoom: 173%;
  }
  .on-bandcamp .premiere-mini-item:nth-child(2n+0) {
    margin-right: 0px;
  }
  .on-bandcamp .premiere-mini-item:nth-child(3n+0) {
    margin-right: 10px;
  }
  .on-bandcamp .premiere-mini-item:nth-child(4n+0) {
    margin-right: 0;
    width: 150px;
  }
  .on-bandcamp .premiere-mini-item {
    margin-bottom: 10px;
  }
  .on-bandcamp .see_more {
    zoom: 161%;
    margin-bottom: 20px;
  }
  .on-bandcamp.non-profile .read_more {
    margin-top: 0;
  }
  .on-bandcamp.non-profile .unit_head {
    zoom: 150%;
  }
  .on-bandcamp.non-profile .see_more {
    zoom: 110%;
  }
  #premieres-all .previous-premieres {
    width: 320px;
  }
  .premiere-mini-item {
    width: 300px;
    padding: 0px;
    margin: 20px 10px 10px 10px;
  }
  .premiere-mini-item img {
    width: 300px;
  }
  #premieres-all .premiere-what {
    width: auto;
    font-size: 18px;
  }
  .premiere-spacer span {
    margin-top: 20px;
  }
  .premiere-spacer {
    min-height: 70px;
  }
  #playlist-tracker #header #search-form {
    display: none;
  }
  #playlist-tracker p {
    margin: 20px 0;
    font-size: 24px;
  }
  #playlist-tracker .larger {
    font-size: 30px;
  }
  #playlist-tracker #content-left .section h3 {
    padding: 0;
  }
  #playlist-tracker .extra {
    margin-left: 60px;
  }
  #playlist-tracker .earlier,
  #playlist-tracker .removed-show {
    font-size: 24px;
  }
  #playlist-tracker .stats {
    margin-bottom: 20px;
  }
  #playlist-tracker .playlist-track {
    margin: 40px 10px 20px 20px;
  }
  /* contact about add */
  #contact #header #search-form {
    display: none;
  }
  #contact #filter {
    display: block;
    width: 130px;
  }
  #contact #filter #menu-out {
    display: block;
  }
  #contact #filter #menu-out .sign-up {
    display: none;
  }
  #contact #filter #menu-out .log-in {
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    font-weight: normal;
    color: #000;
  }
  #contact #menu-username .user {
    display: none;
  }
  #contact #menu-username {
    float: left;
  }
  #contact #menu-username li {
    float: left;
  }
  #contact #filter #menu-username ul li a {
    margin: 6px 0 0 0;
  }
  #contact #menu-username li:not(#menu-item-mysettings, .log-out) {
    display: none;
  }
  #contact #menu-item-mysettings a {
    font-size: 12px;
    font-weight: normal;
    color: #000;
  }
  #contact #menu-username .log-out {
    font-size: 12px;
    font-weight: normal;
    color: #000;
  }
  #contact #message.whitebg h1 {
    font-size: 26px;
  }
  #contact #subpage {
    padding: 0;
    width: 320px;
  }
  #contact #subpage form {
    background: none;
    border: none;
    margin: 0 0 20px;
  }
  #contact label {
    margin: 0px 10px 5px 0px;
    width: 100%;
    line-height: 125%;
    font-size: 15px;
    text-align: left;
  }
  #contact #contact_message {
    margin: 0 10px;
    width: 300px;
  }
  #contact #contact_form input,
  #contact #contact_form textarea {
    font-size: 15px;
    padding: 10px;
    line-height: 125%;
    width: 275px;
    margin: 0px 0 20px 0;
    /*border: initial;*/
    height: auto;
  }
  #contact #contact_form textarea {
    height: 380px;
  }
  #contact .standard_form select {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  #contact input#contact_submit {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    background: initial;
    background-color: #83c441;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: DINWeb-Medium;
    border: 0;
  }
  #contact #contact_tips p {
    font-size: 15px;
    margin: 20px 0;
    width: 275px;
    padding: 15px;
  }
  #contact label span {
    font-size: 15px;
  }
  #add #subpage {
    width: 300px;
  }
  #add .subpage-text #page-title {
    font-size: 20px;
  }
  #add .subpage-text {
    font-size: 15px;
  }
  #add .whitebg {
    font-size: 15px;
  }
  #add .subpage-text h3 {
    font-size: 20px;
  }
  #mixes #message {
    width: 320px;
  }
  #mixes #message #mc_embed_signup,
  #mixes #message #mc_subscribed {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 10px;
  }
  #mixes #message #mc_embed_signup #mce-EMAIL {
    width: 120px;
  }
  #mixes .mixes .section-player {
    padding-left: 10px;
    padding-top: 10px;
    width: 300px;
  }
  #mixes .mixes .thumb {
    width: 320px;
    margin-left: 0;
  }
  #mixes .mixes h4 {
    width: 260px;
  }
  #mixes .mixes h4 a {
    text-decoration: underline;
  }
  #mixes .mixes p {
    margin-left: 10px;
    margin-right: 10px;
  }
  #mixes .tags {
    margin-left: 10px;
  }
  #mixes .stack-featured {
    top: 30px;
    z-index: 10;
  }
  #listall #search-form {
    display: none;
  }
  #listall #directory {
    width: 320px;
    margin-top: 0;
  }
  #listall #directory_picker {
    padding: 10px;
  }
  #listall #directory_picker li {
    width: 140px;
  }
  #listall #blog-directory-search {
    width: 280px;
  }
  #listall #blog-directory-search-button {
    margin-top: 10px;
    line-height: 14px;
  }
  #bc_shop #content {
    width: auto;
  }
  #bc_shop #content-left {
    width: 320px;
  }
  #bc_shop #content-left .about {
    width: 300px;
    padding: 10px;
    font-size: 15px;
    line-height: 150%;
  }
  #bc_shop #message a.shop-header {
    width: 320px;
    height: 90px;
    background-size: cover;
    background-position: 60% center;
  }
  #bc_shop #message {
    width: 320px;
  }
  #bc_shop #message.whitebg h2 {
    margin: 10px 10px 0 10px;
    font-size: 24px;
  }
  #bc_shop #search-form {
    display: none;
  }
  #bc_shop h2 {
    padding-left: 10px;
  }
  #bc_shop #shop_form {
    width: 300px;
    padding: 0px 10px;
    line-height: 125%;
    text-align: center;
  }
  #bc_shop #shop_form label {
    float: left;
  }
  #bc_shop #shop_form #playlist_url {
    width: 295px;
    margin: 0;
  }
  #bc_shop .shop-submit {
    margin: 10px 0px 0px 10px;
    float: left;
  }
  #bc_shop #spotify-auth {
    width: 280px;
    margin: 0 10px 0 10px;
    text-align: center;
  }
  #bc_shop #extra-cta {
    margin: 0 0 20px 10px;
    position: relative;
    overflow: hidden;
  }
  #bc_shop #extra-cta .green-button {
    font-size: 14px;
    width: 120px;
    text-align: center;
    padding: 7px 10px;
    float: left;
  }
  #bc_shop #status-text {
    font-size: 16px;
    margin: 10px 10px 20px 10px;
  }
  #bc_shop #status-img.loading {
    margin: 15px -5px 10px 10px;
  }
  #bc_shop #playlist-standard {
    margin-top: 30px;
  }
  #bc_shop #shop_form #find-releases {
    margin-top: 10px;
  }
  #bc_shop #found_count {
    float: left;
    margin: 17px 0 0 0;
  }
  #bc_shop #about-more {
    margin: 30px 10px 0 10px;
    font-size: 15px;
  }
  #bc_shop .albums {
    width: 310px;
  }
  #bc_shop .albums .item {
    margin: 10px 0 0 10px;
  }
  #bc_shop .albums .item a:hover {
    background-color: none;
  }
  #bc_shop .albums a:hover .buy-album {
    display: none;
  }
  #bc_shop .albums .buy-album {
    display: none;
  }
  #bc_shop .albums h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
  #bc_shop .albums span {
    font-size: 12px;
  }
  #bc_shop .albums img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  #bc_collection {
    background-image: url(//static.hypem.com/images/albums_intro_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #bc_collection #header,
  #bc_collection #container,
  #bc_collection #content-wrapper,
  #bc_collection #content-left {
    background-color: transparent;
  }
  #bc_collection .logo-txt {
    color: #fff;
  }
  #bc_collection #header-inner {
    height: 45px;
  }
  #bc_collection #header .menu {
    display: none;
  }
  #bc_collection #container {
    padding-bottom: 0;
  }
  #bc_collection #content {
    width: auto;
  }
  #bc_collection #search-form {
    display: none;
  }
  #bc_collection #content-wrapper,
  #bc_collection #content-left {
    min-height: 540px;
  }
  #bc_collection #bc_search {
    width: 220px;
  }
  #bc_collection .about,
  #bc_collection form#bc_info {
    margin: 10px 20px 10px 10px;
  }
  #bc_collection #shop_form_msg {
    color: #fff;
  }
  #bc_collection #ar-menu p {
    margin: 20px 10px 30px 10px;
    color: #fff;
    font-weight: bold;
  }
  #bc_collection #ar-list {
    text-align: center;
  }
  #bc_collection #ar-list img {
    width: 130px;
    background-color: #f00;
    border: 3px solid #000;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #bc_collection .about {
    text-shadow: 1px 1px 2px #000000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
  }
}
/* end mobile */
