.contrast * {
  background-color: #000000 !important;
  background-image: none !important;
  color: #ffffff !important;
  line-height: 1.5em !important;
  text-shadow: none !important;
}

.contrast a,
.contrast a * {
  background-color: #000000 !important;
  color: #ffff00 !important;
  text-decoration: underline !important;
}

.contrast a:hover, 
.contrast a:hover * {
  background-color: #ffff00 !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.contrast input {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.contrast input[type=submit],
.contrast input[type=button],
.contrast button {
  background-color: #ffff00 !important;
  color: #000000 !important;
}

.contrast input[type=submit]:hover,
.contrast input[type=button]:hover,
.contrast button:hover {
  text-decoration: underline !important;
}
  
.contrast ::selection {
  background-color: cyan !important;
  color: #000000 !important;
}
.contrast .phone-small-menu {
  background: none;
  text-indent: 0;
}
