.compImage {
  background-color: #e4e4e4;
}

.shareGainAll .steps > div .icon {
  background-color: black;
  color: #FFF;
}
.shareGainAll li {
  background: rgb(97, 97, 97);
}
.shareGainAll li p {
  color: #FFF;
}
.shareGainAll li:hover {
  background: black;
}
.shareGainAll i {
  color: #FFF;
}

.email-button {
  color: #FFF;
  background-color: rgb(97, 97, 97);
}
.email-button:hover {
  background-color: rgba(97, 97, 97, 0.75);
}

.link-button {
  color: #FFF;
  background-color: rgb(97, 97, 97);
}
.link-button:hover {
  background-color: rgba(97, 97, 97, 0.75);
}

.shareButton {
  color: #FFF;
  background: rgb(97, 97, 97);
}
.shareButton:hover {
  background-color: rgba(97, 97, 97, 0.75);
}

.share-box {
  background: black;
  color: white;
}
.share-box p {
  color: white;
}
.share-box #emailMinus i {
  color: #FFF;
}
.share-box #emailMinus i {
  color: #FFF;
}
.share-box #emailText, .share-box #emailMinus {
  color: #FFF;
  border-color: #FFF;
}
.share-box #emailMinus i {
  color: #FFF;
}
.share-box #emailText, .share-box #emailMinus {
  color: #FFF;
  border-color: #FFF;
}

.puzzleExp .box {
  background-color: rgba(0, 0, 0, 0.7019607843);
}

.thankyoubanner {
  border-color: black;
}
.thankyoubanner .background {
  background: linear-gradient(155deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%) -50px 0, linear-gradient(205deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%) -50px 0, linear-gradient(335deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(25deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%);
  background-size: 100px 60px;
  background-color: rgba(97, 97, 97, 0.25);
}

.newOptInOut .custom-control-indicator {
  border-color: black;
}
.newOptInOut .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: black;
}
.newOptInOut .custom-checkbox .custom-control-input-optout ~ label p::after {
  background-color: black;
}
.newOptInOut .custom-checkbox .custom-control-input-optout ~ .custom-control-indicator {
  background-color: black;
}
.newOptInOut .custom-checkbox .custom-control-input-optout ~ .custom-control-indicator:checked ~ label p::after {
  background-color: #ddd;
}
.newOptInOut .custom-checkbox .custom-control-input-optout ~ .custom-control-indicator:checked ~ .custom-control-indicator {
  background-color: black;
}

.winnerspage > h1 {
  color: black;
}
.winnerspage .col-md-4 {
  border-color: black;
  border-width: 2px;
  border-style: solid;
}

#compMenuMobile {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
#compMenuMobile p {
  color: white;
  background-color: black;
}

#gridTabs {
  background-color: white;
}
#gridTabs .gridTab.active {
  background-color: rgb(97, 97, 97);
}
#gridTabs .gridTab.active p, #gridTabs .gridTab.active a {
  background-color: rgb(97, 97, 97);
}
#gridTabs .gridTab {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
}
#gridTabs .gridTab p, #gridTabs .gridTab a {
  background-color: black;
  color: #fff;
}
#gridTabs .gridTab:hover {
  background-color: rgb(97, 97, 97);
}
#gridTabs .gridTab:hover p, #gridTabs .gridTab:hover a {
  background-color: rgb(97, 97, 97);
  color: #fff;
}

.compstatsbanner {
  color: #fff;
  background-color: black;
}

.compGrid a .endDate {
  color: black;
}
.compGrid a button:hover {
  background-color: rgb(97, 97, 97);
}
.compGrid a button {
  background-color: black;
}
.compGrid a button i {
  color: white;
}
.compGrid a button p {
  color: white;
}
.compGrid .compSection:hover a button:hover {
  background-color: rgb(97, 97, 97);
}
.compGrid .compSection:hover a button {
  background-color: rgb(97, 97, 97);
}

footer {
  background-color: black;
}
footer #footerDMRI {
  background-color: white;
}
footer #footerDMRI a:hover {
  color: rgb(97, 97, 97);
}
footer #footerDMRI a {
  color: black;
}

.pagination li:hover {
  background-color: rgb(97, 97, 97);
}
.pagination li {
  background-color: black;
}
.pagination li a {
  color: white;
}

.form-control:focus, .form-control:focus-visible {
  border-color: black;
}

#popup {
  border-color: black;
}
#popup button {
  color: white;
  background-color: black;
}
#popup button i {
  color: white;
}
#popup button:hover {
  color: white;
  background-color: rgb(97, 97, 97);
}

#RegisterForm #show-password {
  margin-bottom: 0px;
}

#RegisterForm .custom-control-indicator, #AccountForm .custom-control-indicator {
  border-color: black;
}
#RegisterForm .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator, #AccountForm .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: black;
}
#RegisterForm .custom-checkbox .custom-control-input-optout ~ .custom-control-indicator, #AccountForm .custom-checkbox .custom-control-input-optout ~ .custom-control-indicator {
  background-color: black;
}
#RegisterForm .custom-checkbox .custom-control-input-optout ~ p::after, #AccountForm .custom-checkbox .custom-control-input-optout ~ p::after {
  background-color: black;
}
#RegisterForm .custom-checkbox .custom-control-input-optout ~ label p::after, #AccountForm .custom-checkbox .custom-control-input-optout ~ label p::after {
  background-color: black;
}
#RegisterForm .custom-checkbox .custom-control-input-optout:checked ~ p::after, #AccountForm .custom-checkbox .custom-control-input-optout:checked ~ p::after {
  background-color: #ddd;
}
#RegisterForm .custom-checkbox .custom-control-input-optout:checked ~ label p::after, #AccountForm .custom-checkbox .custom-control-input-optout:checked ~ label p::after {
  background-color: #ddd;
}

.btn {
  background-color: black;
  color: white;
}
.btn:hover {
  background-color: rgb(97, 97, 97);
  color: white;
}

input[type=radio] {
  background-color: white;
  border-color: black;
}
input[type=radio]:hover {
  background-color: rgb(97, 97, 97);
  border-color: black;
}
input[type=radio]:checked {
  background-color: black;
  border-color: black;
}

#compCountdown {
  background-color: black;
  color: white;
}
#compCountdown h2 {
  padding: 8px;
}

#RegisterForm #loginGuide .loginGuideActive {
  border-bottom-color: black;
}
#RegisterForm #loginGuide div {
  background-color: rgba(0, 0, 0, 0.15);
}
#RegisterForm #loginGuide div i {
  color: black;
}

/*# sourceMappingURL=154.css.map */
