#menu a,
.mobile-menu-button {
  color: #000;
  border-color: #000;
}

#menu a .dark {
  display: block;
}

#menu a .light {
  display: none;
}

#menu a:hover .dark {
  display: block;
}

#menu a:hover .light {
  display: none;
}

.subscribe {
  color: #000 !important;
  border-top: 1px dotted #000 !important;
}

.subscribe a {
  color: #000;
  border-bottom: 1px dotted #000 !important;
}

img.daily-snail {
  filter: none !important;
}

#content {
  display: block;
}

#footer {
  color: #000;
}

#footer a,
#footer a:hover {
  color: #000 !important;
  border-bottom-color: #000 !important;
}

.reading-body a {
  background: white !important;
  border: 0 !important;
}

.arena-block {
  background: #fff;
  padding: 40px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, serif;
  font-size: 20px;
  margin-top: 20px;
  border: 1px dotted #000;
  display: block;
}

.arena-block p, .arena-block ol, .arena-block ul {
  font-family: Georgia, serif !important;
}

.arena-block b {
  font-size: initial;
}

.arena-block .caption {
  font-size: 70%;
  line-height: 0.4 !important;
}

.arena-logo {
  font-size: 130%;
}

.arena-channel, .approach-box {
  background-color: #fff !important;
  color: #000;
}

.arena-channel .block, .portraits .color {
  background-color: #d2d2d2 !important;
}

.article-paging:hover {
  border: 1px solid #000 !important;
}

#arena-x-tci {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  background: url("/images/arena-x-tci.svg") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  display: inline-block;
  margin-bottom: 15px;
}

#bio, .article-body {
  background: #fff !important;
}

.arena-x-tci-byline {
  font-weight: normal;
  font-size: 80%;
  font-family: Courier, "Courier New", monospace;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 2px;
  margin-bottom: 4px;
}

.arena-channel-link #channel-link-title {
  margin-top: 1em;
  margin-bottom: -1em;
  font-weight: bold;
}

@media (max-width: 535px) {
  #arena-x-tci, #arena-x-tci-byline {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
}
@media (max-width: 820px) {
  .arena-channel-link #channel-link-title {
    margin-left: 11px;
    margin-right: 11px;
  }
}

/*# sourceMappingURL=arena-collab.css.map */