.mod-searchengine .content .article_first.article_last {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding: 6%;
}

.mod-searchengine .content .article h2 {
    padding: 0;
    overflow: visible;
}

/**
 * #pbsearch_form
 * Layout of the search form (input field + button) topping the search results.
 */

#content #pbsearch_form {
    position: relative;
	width: 100%;
    max-width: none;
    margin-bottom: 3.250em;
    padding: 0;
}

#pbsearch_form input {
    width: 100%;
    max-width: 31.3em;
    height: 2.15em;
    margin-right: 0.3em;
    padding: 0.3em 1em 0.3em 1.3em;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-sizing: border-box;
    font-size: 1.6em;
    background-color: transparent;
}

#pbsearch_form button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.8em 0;
    background-color: transparent;
}

#pbsearch_form button:before {
    font-family: 'icons';
    content: '\e820';
    color: #333;
}

#pbsearch_form button span {
    position: absolute;
    left: -999em;
}

/**
 * Title & amount of searchresults
 */

h2.first {
	margin-bottom: 2px;
}

/**
 * .searchResults
 * Layout of the search results
 */

.searchResults {
    position: relative;
    margin-top: 3.250em;
    padding-bottom: 3em;
}

.searchResults ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.searchResults li {
    max-width: 50em;
	margin-bottom: 1.625em;
    padding-bottom: 1.625em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.searchResults .sr-title {
    display: block;
    margin-bottom: .2em;
    font-size: 1.286em;
}

.searchResults a {
    display: block;
}

.searchResults a:hover .sr-title {
    text-decoration: underline;
}

.searchResults .sr-url {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResults .sr-description {
    opacity: 0.75;
}

.searchResults .sr-description:after {
    content: ' ...';
}

/**
 * .pagesTop
 * Layout of pagination component
 */

.pagesTop {
    position: absolute;
    bottom: 0;
}

.pagesTop a,
.pagesTop strong {
	display: inline-block;
    width: 2.3em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05)
}

.pagesTop a:last-child,
.pagesTop strong:last-child {
    border-right: 0;
}

.pagesTop .searchResults-ellipses {
    font-weight: inherit;
}