body {
  background-color: #f6f6f6;
  font-family: arial;
  padding: 0px;
  margin: 0px;
}

h2 {
  margin: 0.5em;
}

p {
  margin:1.5em;
}

img, a {
  border: 0px;
  text-decoration: none;
}

table {
  margin-left:25px;
}

#banner {
  background-color: #7cc110;
  width: 100%;
  height: 58px;
}

#banner img{
  height: 58px;
}

.bbcify_logo {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 6em;
}

.station_logo {
  height: 4.5em;
  background-color:#fff;
}

.bc {
  background-color: #fff;
  margin: 0.4em;
}

.bc_title {
  font-size: 1.2em;
}

.bc_subtitle {
  font-size: 0.7em;
}

.bc_spotcount {
  font-size: 0.7em;
  float:left;
}

.bc_date {
  font-size: 1.4em;
  background-color: #eee;
}

.bc_time {
  text-align: center;
  font-size: 1.8em;
  color: #444;
  width: 3.5em;
  float: left;
}

.bc_header {
  height: 2.5em;
  cursor: pointer;
}

.bc_info {
  display:none;
  background-color: #f5f5f5;
  margin-left: 6.4em;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

.pl_showtracks {
  padding-bottom: 1em;
  margin:0em;
  cursor: pointer;
}

.bc_artist_images img{
  height: 3em;
}

.bc_synopsis {
  font-size:0.8em;
  padding: 1.4em;
  font-weight: bold;
}

.pl_tracks {
  background-color: #f0f0f0;
  margin-top:0.2em;
  margin-bottom:0.2em;
  margin-left: 6em;
  display: none;
}

.track_table {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fefefe;
  font-size: 14px;
}

.track_table_line {
  font-size: 12px;
}

.pl_row_even {
  padding:0.2em;
  background-color: #f7f7f7;
}

.pl_row_odd {
  padding:0.2em;
}

.track_artist {
  width: 15em ;
  height: 1em;
  float: left;
  overflow: hidden;
}

.track_title {
  width: 15em;
  height:1em;
  float: left;
  overflow: hidden;
}

.pl_name {
  font-size: 1.2em;
  margin-top:0.2em;
  margin-bottom:0.5em;
}

.spoticon {
  height: 1em;
  margin-right: 0.2em;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}

#credits {
  position: fixed;
  bottom:0px;
  width: 100%;
  z-index: 99;
  background-color: #222;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#credits, #credits a{
  color: #fff;
  text-align: center;
  font-size: 10px;
}
