div#banner-img {
    width: 69%;
    float: left;
    background-position: top;
    background-size: cover !important;
    background: url('images/clearwater-library-2.jpg') no-repeat center center;
    padding: 20px 40px;
}

div#library-block > div {
	width:50%;
	float:left;
}

div#library-block > div:last-child {
	float:none;
	clear:both;
}

input#primoQueryTemp {
	background:#0f426f;
	color:#fff;
	width:70%;
	padding:10px;
	border:none;
}

button {
	border:none !important;
}

input#go {
	cursor:pointer;
	background:#0f426f;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
}

p#search-for {
	font-weight:bold;
	color:#0f426f;
	font-size:150%;
}

label#s-label {
	display:block;
	font-weight:bold;
	color:#00406e;
	font-size:150%;
}

button#lib-s-button {
	float:left;
	/*width:50px;*/
	margin:10px 10px 0px 0px;
}

button#lib-s-button img {
	/*width:100%;*/
    width:50px;
}

input#searchInput {
	background:#607ca3;
	border:none;
	width:75%;
	padding:10px;
	color:#fff;
}

.spc-dark-blue-button {
    display: block;
    width: 70%;
    margin: 20px auto 0px auto;
}

input#searchInput::placeholder {
	color:#fff;
}

input#searchInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

input#searchInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}