/* Search page styling
*/

.search .search h1, .search .search p {
	text-align: center;
}

input[type="search"] {
	width: 400px;
}

#options {
    width: 300px;
    position: absolute;
    padding: 10px;
    right: 10;
    top: 50;
    display: flex;
    flex-direction: column;
}

#options p {
	text-align:left
}

#options p input {
	float: right;
	margin-left: 10px;
}

.search {
	/* height: 180px; */
	margin-bottom: 70px;
}

.search-pub {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding:  0 50px;
	max-width: 1320;
}
content-div {
	max-width: unset;
    margin-right: unset;
    margin-left: unset;
    width: 100%;
}

iframe.autosize.search {
    width: 100%;
	height: 6000px;
	border: none;
}

/* #pub {
    width: 100%;
    height: 100%;
    margin-top: 90px;
} */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: auto;
}

#options div {
	display: flex;
}

#options div label {
	margin: 5px;
	margin-right: 10px;
}

input[name='pagesize'] {
	width: 40px;
}





