* {
  padding: 0;
  margin: 0;
  }

html { 
  background-color: #000;
  }

html, body, #outer {
  height: 100%;
  overflow: hidden;
  }

html::after {
  content: "";
  /* background: url(//bobcatradio.hisd.com/assets/img/oldoldradio-homebanner-2000x800.jpg) no-repeat center center fixed; */
  background: url(//bobcatradio.hisd.com/assets/img/dial-banner-2000x800.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  }

body {
  color: #eee;
  font-family: sans-serif;
  }

h1,h2 {
  font-family: Lobster, sans-serif;
  font-size: 24px;
  }

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

a:hover {
  color: #f0f0f0;
  text-decoration: underline;
  }

#outer {
  max-width: 600px;
  margin: auto auto;
  padding: 5px 10px;
  }
  
.top {
  min-height: 100%;
  height: auto ! important;
  height: 100%;
  margin: 0 auto -60px;
  }

.header {
  text-align: right;
  }

.cutline {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
  }

.title {
  font-weight:bold;
  font-size: 14px;
  }
  
.bio {
  padding: 5px;
  height: 155px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
  }

.bio img {
  float:right;
  border: 1px solid #808080;
  }

.extra {
  margin: 35px 0 0 0;
  font-size: 11px;
  }

.extra, .spacer {
  height: 60px;
  }

.extra table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  }   

.extra div {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  width: 280px;
  }

@media screen and (max-device-width: 640px) {
  .extra div {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    width: 150px;
    }
  }

#artist_pic {
  margin-left: 5px;
  height: 150px;
  }

@media screen and (max-device-width: 640px) {
  #artist_pic {
    margin-left: 5px;
    height: 75px;
    }
  }

#container {
  width: 100%;
  }

#player {
  margin: 10px auto 0 auto;
  max-width: 400px;
  color: red;
  display: block;
  }
