* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  color: #fff;
  background: #036;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  min-width: 320px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 16px;
}

h1 {
  padding: 0;
  line-height: 64px;
  margin: 0 0 24px 0;
  font-size: 64px;
  color: rgba(255,255,255,0.9);
  font-weight: normal;
  font-family: "Lucida Console", Monaco,, monospace;
  text-align: center;
  text-shadow: 0 0 24px rgba(255,255,255, 0.25);
}

.header .twitter {
  color: rgba(255,255,255,0.5);
  font-family: "Lucida Console", Monaco, monospace;
  padding: 16px;
}

.header a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.header a:hover {
  color: #fff;
  text-decoration: underline;
}

.shows {
  margin: 32px auto;
  padding: 0 16px 16px 16px;
  overflow: auto;
  min-width: 320px;
  max-width: 960px;
}

.show {
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0.1);
  display: inline-block;
  padding: 16px;
  margin: 0 0 16px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
  border-radius: 4px;
  text-align: center;
}

.show h2 {
  font-weight: normal;
  color: #fc0;
  text-align: left;
  font-size: 18pt;
  margin: 0 0 12px 0;
}

.show h2 span {
  color: rgba(255,255,255,0.7); 
}

.show .rss {
  position: absolute;
  top: 16px;
  right: 8px;
  font-weight: normal;
  text-align: center;
  padding: 4px;
  color: rgba(255,255,255,0.7); 
  text-decoration: none;
}


.show .rss:hover {
  color: rgba(255,255,255,0.9); 
  text-decoration: underline;
}



.show h3 {
  font-weight: normal;
}

audio {
  width: 100%;
  margin: auto;
  border-radius: 4px;
}

.tracks {
}

.track {
}
