body {
  margin:0px;
  background: #000000; 
  color: #eee
}

div .col-md-4, .col-md-1, .col-md-6, .col-md-8
{
  border:solid 1px #ccc;
  border-radius:3px;
}
.altcolorrows tr:nth-of-type(even){
  background:#333;    
}

.container {
  position:relative;
  z-index:0 !important;
}

#toptitlerow {
  margin-top:20px;
  border-left: solid 2px #ccc;
  border-right: solid 2px #ccc;
  background:rgba(230,230,230,0.2);
}
#toptitle {
  padding:10px;
}

#navdiv {
  background:transparent;
  border-left: solid 2px #ccc;
  border-right: solid 2px #ccc;
  height:50px;
}

.navbar {
  position:relative;
  z-index:99 !important;
}

#intro {
  margin-top:10px;
  padding:10px;
  font-size:1.2em;
  font-weight:bold;
}

#content {
  margin-top:20px;
  padding:10px;
}

#footer {
  padding:10px;
  margin-top:24px;
  color:#ccc;
  font-size:8pt;
}
#technical {
  position:absolute;
  left:400px;
  overflow:hidden;
  height:100px;
  opacity:0.6
}
.album {
  padding-top:20px;
  font-size:1.2em
}
.banner {
  margin-top:35px;
  background:#ccc;
  padding: 10px;
  border-radius:5px;
  color:#000;
  font-size:1.2em;
  font-weight:bold;
}