/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
#discovery-main {
  color: #444;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  clear: both;
  margin-top: 20px;
}
#discovery-main header {
  padding-bottom: 1em;
  border-bottom: 1px dotted #808080;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  font-size: 12px;
}
#discovery-main h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
}
#discovery-main #discovery-options {
  float: right;
  margin-top: -7px;
}
#discovery-main a#discovery-help {
  margin-right: 1em;
  font-size: 0.9em;
}
#discovery-main a#discovery-close {
  color: #BBB;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
#discovery-main a#discovery-close:hover {
  color: #999;
  text-decoration: none;
}
#discovery-main ul {
  display: inline-block;
}
#discovery-main ul li {
  float: left;
  width: 48%;
  margin-bottom: 3%;
  position: relative;
}
#discovery-main ul li:nth-child(odd) {
  margin-right: 4%;
}
.discovery-unit a.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.discovery-unit h3 {
  margin-bottom: 0;
  line-height: 1.2em;
}
.discovery-unit a.top-comment {
  display: none;
  color: #333;
}
.discovery-unit a.top-comment img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.discovery-unit a.top-comment p {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 0;
}
.discovery-unit a.top-comment .user {
  font-weight: bold;
  color: #999;
}
.discovery-unit a.top-comment:hover {
  text-decoration: none;
  color: #666;
}
.discovery-unit a.top-comment:hover .user {
  color: #AAA;
}
.discovery-unit a.top-comment:hover img {
  opacity: 0.8;
}
.dark #discovery-main h2 {
  color: #bbb;
}
.dark #discovery-main header {
  border-bottom: 1px dotted #666;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.dark .discovery-unit a.top-comment {
  color: #CCC;
}
.dark .discovery-unit a.top-comment .user {
  color: #666;
}
.dark .discovery-unit a.top-comment:hover {
  color: #999;
}
.dark .discovery-unit a.top-comment:hover .user {
  color: #555;
}
@media screen and (max-width: 440px) {
  #discovery-main ul li {
    float: none;
    width: 100%;
  }
  #discovery-main ul li:nth-child(odd) {
    margin-right: 0;
  }
}
