body.standard {
  background-color: #000000;
}

.modal-backdrop.in {
  opacity: 0;
  pointer-events: none;
}

body.standard {
  background: url("/images/event/1514/custom2.jpg") repeat-y fixed;
  background-size: 100% auto;
  font-family: "Arial", serif;
}

.content {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  background-color: black;
}

.content, legend {
  color: #eeeeee;
}

#main-panel a {
  color: #eeeeee;
}

#main-panel a:focus, #main-panel a:hover {
  color: #787775;
}

#main-panel a.btn {
  color: black;
}

#main-panel a.btn:focus, #main-panel a.btn:hover {
  color: white;
}

.account-bar .container {
  background-color: #000000;
}

.account-links a.account-link {
  color: white;
}

.account-links a.account-link:hover {
  color: white;
}

.unique-code {
  color: #c90d18 !important;
  font-weight: bold;
}

.action-area {
  background-color: black;
  color: #ffffff;
  border-color: #787775;
  border: 3px solid #787775;
}

.btn {
  font-family: "Arial", serif;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  background-color: #787775;
  border-color: white;
  color: black;
}

.btn:hover {
  background-color: #333333;
  border-color: white;
  color: white;
}

.btn-primary:hover {
  background-color: #333333;
  color: white;
}

#footer {
  background-color: #000000;
}

#footer ul#footer-links li a {
  color: white;
}

.item-head .date {
  font-size: 1.4em;
}

#venue-details h2 {
  text-align: center;
}