/* copied over from bootstrap.css */
small {
  font-size: 80%;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
  font-weight: normal;
  line-height: 1;
  color: #777;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}

/* copied over from custom.css */

.dl-horizontal-border {
  border-bottom: 1px solid #eee;
}

small {
  color: #7F808A;
  font-style: italic;
  font-weight: 200;
}

.rogue-tag {
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 2px;
  margin-right: 2px;
  background: #F0F2F5;
  color: #337ab7;
  border-radius: 2px;
  border: none;
  font-weight: 400;
  white-space: nowrap;
}

.rogue-tags {
  float: right;
}

@media (max-width: 768px) {
  .rogue-tags {display:none;}

}

#content-end {
  color: #38a5dd;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}


#rogue-splash h1, #rogue-splash h2 {
  font-family: Spectral, serif;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
}

#rogue-splash h1 {
  font-size: 6em;
  font-weight: 900;
}

#rogue-splash h2 {
  font-size: 130%;
}


abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: none;
  text-decoration: none;
}

h2 abbr {
    color: #38a5dd;
}


.bullshit {
  font-variant: small-caps;
}

blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 468px;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0;
}

blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  fo
