.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: white;
}

#00a14b

h1, h2, dt {
  font-family: "Arial";
}

h1.header {
  color: black;
  background-color: white;
}
.action-area {
  color: black;
  background-color: =EEEEEE;
  border: 3px solid #00a14b;
}

.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: #00a14b;
  border-color: black; 
}

.btn{ color: white; }
.btn:hover { background-color: black;
border-color: black; 
color: white;
}

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: #00a14b;
  border-color: black;
}
.btn-primary { color: white; }
.btn-primary:hover { background-color: black; }
.btn-primary:hover { color: white; }

.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: black; }

#footer { background-color: black; }
#footer ul#footer-links li a { color: white; }