.container.content {
  margin-bottom: 8px;
}

body.standard {
  background-color: #014ea0;
}

body {
background-color #EEEEEE;
font-family: 'Arial';
}
.unique-code { color: red !important; font-weight: bold; }

h1, h2, dt {
  font-family: "Arial";
}

h1.header {
  color: black;
  background-color: white;
}
.action-area {
  color: black;
  background-color: #EEEEEE;
  border: 3px solid #014ea0;
}

.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: #014ea0;
  border-color: black;
}

.btn{ color: white; }
.btn:hover { background-color: #fbef00;
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: #014ea0;
  border-color: black;
}
.btn-primary { color: white; }
.btn-primary:hover { background-color: #fbef00; }
.btn-primary:hover { color: black; }

.socialmedialinks h3 { background-color: #1e5527; }
.socialmedialinks ul { background-color: transparent; }
.socialmedialinks ul a { color: #1e5527; }


.togglePriceGroup,
.togglePriceGroup:hover,
.togglePriceGroup:focus { color: white; }

#footer { background-color: #014ea0; }
#footer ul#footer-links li a { color: white; }