.container.content {
  margin-top: 8px;
  margin-bottom: 8px;
}

body {
background: url("/event/image/1033/background.jpg") no-repeat fixed center;
font-family: 'Arial';
}
.unique-code { color: red !important; font-weight: bold; }
body.standard {
  padding: 20px 0;
  background-color: white;
}

h1, h2, dt {
  font-family: "Arial";
}

h1.header {
  color: black;
  background-color: white;
}
.action-area {
  color: black;
  background-color: #B1DEF5;
  border: 3px solid #39816f;
}

.action-area .table th { border-bottom: 1px solid black; }
.action-area .table td { border-top: 1px solid black; }

.performance-list-row.entry .performance-list-cell { border-top: 1px solid white; }

.btn {
  font-family: "Arial";
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  background-color: #39816f;
  border-color: black;
}

.btn{ color: white; }
.btn:hover { background-color: #B1DEF5;
border-color: black; }

h1.header .name, h2, h3, h4, dt, th {
  color: black;
}

.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #39816f;
  border-color: black;
}
.btn-primary { color: white; }
.btn-primary:hover { background-color: #B1DEF5; }
.btn-primary:hover { color: black; }

.socialmedialinks h3 { background-color: #1e5527; }
.socialmedialinks ul { background-color: transparent; }
.socialmedialinks ul a { color: #1e5527; }

button.helpLink { margin-top: 10px; }

.togglePriceGroup,
.togglePriceGroup:hover,
.togglePriceGroup:focus { color: white; }

#footer { background-color: #39816f; }
#footer ul#footer-links li a { color: white; }