@media all {
  body header {
    background-color: black;
    color: white;
  }
  body header .ym-wrapper {
    background-color: black;
  }
  body .header-expander {
    background-color: #e8194e;
  }
  body .header-expander-box ul.ym-hlist li {
    background-color: #e8194e;
  }
  body a,
  body .linkify {
    color: #e8194e;
  }
  body .ym-fbox-button .button:hover {
    background-color: #e8194e;
  }
  body .subnavi ul.ym-hlist li.active a,
  body .subnavi ul.ym-hlist li a:hover {
    background-color: #e8194e;
  }
  body ul.selectlist li.active {
    background-color: #e8194e;
  }
  body .btn-primary {
    background-color: #e8194e !important;
    color: #ffffff !important;
  }
}
