.navbar-default {
  background: inherit;
  border-color: #fff;
}

.breadcrumbs {
  margin-bottom: 16px;
}

.breadcrumbs .form-inline {
  margin-top: 1px;
}

.breadcrumb {
  margin-bottom: 0;
  background: #fff;
}

.form-control-date-select {
  width: auto;
}

#explanation {
  margin-top: 16px;
}

.graph {
  height: 500px;
}

.graph-medium {
  height: 250px;
}

/* tweets */

.actions {
  padding-top: 16px;
}

.tweet-container {
  border-bottom: 1px solid #d4d4d4;
}

.tweet {
  color: #787878;
  line-height: 24px;
  padding: 16px 0 16px 0;
}

.tweet .verified {
    background: url(/images/verified_small.png) no-repeat top right;
    line-height: 16px;
    padding-right: 20px;
}

.tweet-content > p {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fff;
}

/* popover */
.popover {
  min-width: 50%;
  max-width: 50%;
}

/* follow/unfollow button */
.btn-follow {
  width: 10em;
}

/* byline */

.twitter {
	display: block;
	float: left;
	width: 16px;
  height: 16px;
  margin: 4px 8px 0 0;
  text-indent: -999999em;
  background: url(/images/bird_16_gray.png);
}


#hdo a {
  background: url(/images/openstate_logo.png);
  display: block;
  height: 100px;
  text-indent: -999999em;
  width: 100px;
  margin: 8px auto;
}

#netdem a {
  background: url(/images/netdem.gif);
  display: block;
  height: 108px;
  text-indent: -999999em;
  width: 199px;
}
