.container.content {
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 12px 0 15px -4px rgba(215, 215, 215, 0.8), -12px 0 8px -4px rgba(215, 215, 215, 0.8);
}

body {
  font-family: 'Arial';
}
.unique-code { color: red !important; font-weight: bold; }
body.standard {
  padding: 20px 0;
  background-color: #b44b0c;
}

h1, h2, dt {
  font-family: "Arial";
}

h1.header {
  color: black;
  background-color: white;
}

h2.header {
  color: black;
  background-color: white;
}

.action-area {
  color: white;
  background-color: #233059;
  border: 3px solid white;
}

.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: #e13541;
  border-color: black;
}

.btn{ color: white; }
.btn:hover { background-color: #233059;
border-color: white; }

h3.header .name, h3, h4, dt, th {
  color: white;
}

.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: ;
  border-color: black;
}
.btn-primary { color: white; }
.btn-primary:hover { background-color: #233059; }
.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: #233059; }
#footer ul#footer-links