/* ------------------------------------ =basic -- */

.dial-body a, .dial-results a {
  color: #606;
}
.dial-body a:hover, .dial-results a:hover {
  color: #939;
}


/* ------------------------------------ =typography -- */

.dial-body .item-title, .dial-results .item-title {
    color: #606;
}


/* ------------------------------------ =components -- */

.dial-body .button {
  background: #606;
}

.dial-body .disclose, .dial-results .disclose {
  border: 2px solid #606;
}
.dial-body .disclose:before, .dial-results .disclose:before {
  color: #606;
}
.csstransforms .dial-body .disclose:before, .csstransforms .dial-results .disclose:before {
  border: solid #606;
  border-width: 2px 2px 0 0;
}

.dial-body .select-container, .dial-body .select-container select {
  background: #606;
}
.formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  text-rendering: optimizeLegibility;
  color: #606;
  font-weight: 400;

}
.item-title, .item-title a {
  color: #606;
}
.page-title {
color: #606;
}
.list-unstyled li a:hover {
color: #606;
}

tr.titlerow th {
  background: #606;
}

/* ------------------------------------ =nav -- */

@media all and (min-width: 720px) {
  .page-nav .dropdown {
    width: 620%;
  }
}


