body {
  font-family: 'Arial';
  color: black;
  font-weight: bold;
}

.modal-content {
  border-color: black;
}

.account-links a.account-link {
  color: #286a3b
}

.account-links a.account-link:hover {
  color: #d71786;
}

.performance-date {
  display: none !important
}

.unique-code {
  color: #286A3B !important;
}

h1.header .name, h2, h3, h4, h5, dt, th {
  color: #d71786
}

.main h1.header {
   display: none;
}

.btn {
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  background-color: #286A3B;
  color: white;
  border-color: black;
}

.btn-primary {
  background-color: #39816f;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #d71786;
}

.action-area {
  color: white;
  background-color: #163A1C;
  border: 3px solid black;
}

.action-area h3, .action-area h4, .action-area th, .action-area legend {
  color: white;
}

.action-area a {
  color: white;
}