/*.tx-solr {
   color: #000000;
    display: block;
    font-size: 11px;
    padding: 0px;
    text-align: left;
    float: right;
}
.tx-solr input {
    background: url("images/searchform_bg.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    height: 25px;
    margin: 0 15px;
    width: 145px;
    padding-left:5px;
}
input[type=submit] {
   background: none;
}

#tx-solr-faceting {
  margin-left: 10px;
}

OL.results-list {
  list-style: none;
}

OL.results-list li {
  margin-left: 0;
}

ul.facets {
  list-style: none;
}

li.facet ul {
  list-style: none;
}
*/
.container #tx-solr-search {
  float: left !important;
}
#tx-solr-search .created {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.container .tx-solr-search-form {
  background-color: #fff;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.container .tx-solr-q {
  margin-top: 11px;
}