.libSearchContainer{
max-width: 1085px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
}

   
.libSearchBarLeft{
 margin-left:10%;
 height: 100%;
 background-color: white;
 width: 25%;
 border: 2px solid white;
 border-radius: 8px 0px 0px 8px;
 color: #2d3336;
 padding-left:14px;
 float:left;
 font-family: Lato;
    font-size: 16px;
	margin-bottom:15px;
}

.libSearchBarLeft:focus{
	outline-color: #ffcb0b;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -4px;
}

#libSearchScope{
width: 18%;
display: inline-block;
height: 100%;
border: 2px solid white;
border-left:1px solid #e7e7e7;
color: #2d3336;
padding-left:10px;
float:left;
 font-family: Lato;
    font-size: 16px;
	margin-bottom:15px;
}

#libSearchScope:focus{
	outline-color: #ffcb0b;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -4px;
}

.libSearchButton {
width: 5%;
display: inline-block;
height: 100%;
border: 2px solid white;
border-left:1px solid #e7e7e7;
border-radius: 0px 8px 8px 0px;
color: #2d3336;
padding-left:10px;
background-color:white;
float:left;
min-width:50px;
font-size:20px;
padding:12px;
text-align:center;
cursor: pointer;
margin-bottom:15px;
}

.libSearchButton:hover{
	background-color:#ffcb0c;
}

#advancedSearchBtn{
color:#2d3336;
display: inline-block;
height: 100%;
border: 2px solid white;
border-radius: 8px;
background-color:white;
padding:12px;
float:left;
font-family: Lato;
font-size: 16px;
margin-left:15px;
text-align:center;
cursor: pointer;
margin-bottom:15px;
}

#advancedSearchBtn:hover{
background-color:#ffcb0c;
}

#databasesBtn{
color:#2d3336;
display: inline-block;
height: 100%;
border: 2px solid white;
border-radius: 8px;
background-color:white;
padding:12px;
float:left;
font-family: Lato;
font-size: 16px;
margin-left:15px;
text-align:center;
cursor: pointer;
margin-bottom:15px;
}

#databasesBtn:hover{
background-color:#ffcb0c;
}

@media only screen and (max-width: 800px) {
	
	#databasesBtn{
		font-size:12px;
		margin-left:10px;
	}
	#advancedSearchBtn{
		font-size:12px;
		margin-left:10px;
	}
	#libSearchScope{
		font-size:12px;
	}
	.libSearchBarLeft{
		font-size:12px;
	}	
}

@media only screen and (max-width: 640px) {
	#databasesBtn{
		display:none;
	}
}