.container.content {  
 margin-bottom: 8px;
 box-shadow: 12px 0 15px -4px rgba(241, 141, 94, 0.8), -12px 0 8px -4px rgba(241, 141, 2, 0.8);
}

body {
font-family: 'Montserrat';
}

h1, h2, dt {
  font-family: "Montserrat";
}

h1.header {
  color: black;
  background-color: white;
}
.action-area {
  color: black;
  background-color: =EEEEEE;
  border: 3px solid #f08d04;
}

.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: #f08d04;
  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: #f08d04;
  border-color: black;
}
.btn-primary { color: white; }
.btn-primary:hover { background-color: black; }
.btn-primary:hover { color: white; }

.socialmedialinks h3 { background-color: #f08d04; }
.socialmedialinks ul { background-color: transparent; }
.socialmedialinks ul a { color: #f08d04; }

button.helpLink { margin-top: 10px; }

.togglePriceGroup,
.togglePriceGroup:hover,
.togglePriceGroup:focus { color: #f08d04; }

#footer { background-color: black; }
#footer ul#footer-links li a { color: white; }

.account-bar .container { background-color: white; }
.account-links a.account-link { color: #f08d04; }
.account-links a.account-link:hover { color: #f08d04; }