  .result-sessions__controls {
    display: none;
  }

  .panel-heading,
  .list-group-item {
    padding: 7px 10px;
  }

  .panel-heading .btn-sm {
    padding: 0 5px;
    border: none;
  }

  .panel-toggle {
    color: #333;
  }

  .panel-toggle:before {
    content: '\e114';
    font-family: 'Glyphicons Halflings';
  }

  .panel-toggle.collapsed:before {
    content: '\e080';
  }

  .list-group-item:not(.collapse-trigger):after {
    clear: both;
    content: "";
    display: table;
  }

  .list-group-item.disabled {
    background-color: #fff;
    color: #999;
  }

  .list-group-item.selected-single_drill_down {
    color: #337ab7;
  }

  .collapse-trigger {
    font-size: 90%;
  }

  .collapse-trigger:after {
    content: ' Less';
  }

  .collapse-trigger:before {
    content: '\2212';
    font-family: 'Glyphicons Halflings';
  }

  .collapse-trigger.collapsed:after {
    content: ' More'
  }

  .collapse-trigger.collapsed:before {
    content: '\002b';
  }

  .radio-unchecked {
    border: 2px #555 solid;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-osx-font-smoothing: grayscale;
  }

  #search-facets-breadcrumb {
    color: #777;
    font-size: 12px;
  }

  #search-facets-breadcrumb .facets-breadcrumb-label {
    margin-right: 5px;
  }

  #search-facets-breadcrumb .facets-applied {
    background-color: #f0f0f0;
    border: 1px solid #eee;
    font-size: x-small;
    display: inline-block;
    padding: 2px 4px 2px 0px;
  }

  #search-facets-breadcrumb .facets-applied:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 2px;
  }

  #search-facets-breadcrumb .facets-applied>li {
    padding: 0;
  }

  #search-facets-breadcrumb .btn-default {
    background-color: #ccc;
    color: #fefefe;
    border-color: #bbb;
  }

  #search-facets-breadcrumb .btn-default:hover {
    background-color: #bbb;
    border-color: #aaa;
  }

  .search-initial {
    padding: 40px 15px;
  }

  .search-initial .logo img {
    margin-bottom: 32px;
  }

  .form-control-inline {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  .navbar-brand {
    padding: 10px 0px 10px 15px;
  }

  .navbar-default .navbar-form {
    border-color: transparent;
  }

  #search-result-count {
    margin-bottom: 10px;
  }

  #search-results .result {
    margin-bottom: 24px;
  }

  #search-results li h4,
  #search-best-bets h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-collapsed {
    text-indent: 8px;
  }

  .search-metrics td div.metric {
    border: solid 1px #ddd;
  }

  .navbar .twitter-typeahead input.form-control.query {
    width: 50rem;
  }

  @media (max-width: 980px) {
    .navbar .twitter-typeahead input.form-control.query {
      width: 40rem;
    }
  }

  @media (max-width: 440px) {
    .navbar .twitter-typeahead input.form-control.query {
      width: 33rem;
    }
  }

  svg line,
  svg rect {
    stroke: #777;
  }

  svg rect.query {
    fill: #f2dede;
  }

  svg rect.literal {
    fill: #dff0d8;
  }

  svg rect.logical {
    fill: #fcf8e3;
  }

  svg rect.set {
    fill: #d9edf7;
  }

  .tt-menu {
    display: none;
    left: 0px;
    position: absolute;
    top: 100%;
    z-index: 100;
  }

  .navbar-default .navbar-form {
    border: transparent !important;
  }

  .styled-search {
    * {
      box-sizing: border-box;
    }

    .twitter-typeahead {
      width: 100%;
      height: 100%;

      .tt-input {
        max-width: none;

        &::placeholder {
          font-weight: 400;
          font-size: 1.38rem;
          font-style: italic;
        }
      }
    }
  }
