.view-id-solr_search_content_and_files span.field-content span{
  font-weight: bold;
}
.view-id-solr_search_content_and_files div.views-row{
  padding: 1em;
  border-bottom: 1px solid #bbbbbb;
}
.view-id-solr_search_content_and_files div.views-row:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.view-id-solr_search_content_and_files div.views-row:hover {
    background-color: #f5f5f5;
}
.view-header {
    height: auto;
}
.view-id-solr_search_content_and_files .views-field-type a{
  font-weight: bold;
}
#edit-actions {
    float: right;
}
.col-sm-9 {
  width: 68%;
}
.col-sm-3 {
    width: 32%;
}
.btn.form-submit {
    margin: 20px 110px;
}

.help-wrapper .form-item-field-year-from, .help-wrapper .form-item-field-year-to{
      width: 100%;
} 
