body {
  font-family: Helvetica, sans-serif;
  color: #fff;
  background-color: #111;
  background-image: url("redmap.jpg");
  text-align: center;
}

a {
    color: #fff
}

.button-dark {
    background: rgb(132, 132, 132);
    color: #fff;
}

.button-red {
    background: rgb(248, 32, 66);
    color: #fff;
}

#header {
  margin-top: 20px;
  font-size: 18px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  margin-left: auto;
  margin-right: auto;
  
}

.picker {
  background: rgba(0,0,0,0.6);
  clear: left;
  padding: 10px;
  margin: 10px;
  min-height: 160px;
}


#stageName, .target , #wildcard {
  color: rgb(248, 32, 66);
}

#targetPicker {
  min-height: 380px;
}

#targets {
  display: inline-block; 
}

.target {
  float: left;
  height: 235px;
  width: 300px;
  padding: 10px;
  margin: 10px;
  background-color: rgba(0,0,0,0.3);
}

.targetName {;
  font-weight: bold;
  font-size: 22px;
}

#footer {
  padding: 10px; 
}
