.searchplus-query {
    background-image: none;
    margin: 0;
    border: 0;
    padding: 0 5px;
    line-height: 27px;
    border-radius: 0;
    font-size: 0.9em;
    width: 190px;
    height: 27px;
}
.searchplus-submit {
    width: 40px;
    font-size: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 27px;
    border-radius: 0;
    background-image: url("https://manuals.playstation.net/document/cssps4/../imgps4/icon_search_over.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0078dc;
    border: 1px solid #fff;
    cursor: pointer;
}

.searchplus-result-list-unit {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.searchplus-result-list-unit .searchplus-result-list-unit-content-wrapper {
    border-top: 0;
}
.searchplus-result-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.searchplus-result-pagination {
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

ul#nextPrev {
    margin-top: 30px;
}

#bottom-search-box {
  margin-top: 30px;
}

.searchplus-no-result {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  margin-bottom: 30px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #ddd;
}

.searchplus-no-result h3 {
    font-weight: normal;
    margin-bottom: 0.5em;
}
