
.library-search{
	/*max-width: 800px;*/
	width:100%;
    /*float: left;*/
	/*padding:1rem;*/
	padding:1.75rem 1rem 1rem 1rem;
	background:#e7e7e7;
}
.library-search-box{
/*  box-shadow: 1px 1px 7px -1px rgba(78,67,60,0.3); */
	height: auto;
	font-size: 1rem;
	width:100%;
	float:left;
}
@media screen and (min-width:1024px) {
	.library-search-box{
/*  box-shadow: 1px 1px 7px -1px rgba(78,67,60,0.3); */
	width:77%;
}
}
.library-search-form{
	/*box-shadow: 1px 1px 7px -1px rgba(78,67,60,0.3);*/
}
.library-search-scope {
	/*height:2em;*/
	border: #DDD solid 1px;
	margin:0 0 1rem .25rem;
	width: 97%;
	position:relative;
	height:3rem;
	/*top:-1px;*/
}
.library-search-field{
	width: 55%;
    position: relative;
    padding: 1rem 2%;
    background-color: #fff;
    border: 1px solid #1796ff;
    border-radius: 0;
    margin: 0;
    transition: width 0.3s ease;
    -webkit-appearance: none;
    height: 2.5em;
	font-size: 1.25rem;
	font-family: "gotham a","gotham b",sans-serif;
}
.library-search-submit{
	/*height: 2em;*/
    width: 13%;
    background-color: #1796ff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #1796ff;
    border-radius: 0;
    color: #fff;
    margin: 0;
    overflow: hidden;
	position:relative;
	height:51px;
	top:-1px;
    
}
.library-search-more{
	/*margin: .5rem 0;
    padding: .5em; */
    /*background-color: rgba(239,238,237,0.83);*/
    /*box-shadow: 1px 0px 7px -1px rgba(78,67,60,0.3);*/
    color: #6a6968;
    /*font-size: .8em;*/
	font-size:1.25rem;
	width:22%;
	float:right;
}
.library-search-info{
	margin: 2rem 0;
    padding: .5em;
    /*background-color: rgba(239,238,237,0.83);*/
	background-color: rgb(239,238,237);
    /*box-shadow: 1px 0px 7px -1px rgba(78,67,60,0.3);*/
    color: #6a6968;
    font-size: .8em;
	clear:both;

}
.library-search-more h3, .library-search-info h3{
	/*font-size: .8rem;*/
	font-size:1rem;
	margin: 0 .5rem;
	text-transform: uppercase;
    /*display: inline-block;*/
	font-weight: 400;
}
.library-search-more ul, .library-search-info ul{
	margin: 0;
	padding: 0;
}
.library-search-more ul, .library-search-info ul, .library-search-more li, .library-search-info li{
	display: inline-block;
}
.library-search-more li::after, .library-search-info li::after{
	content: '| ';
}
.library-search-more li:last-child::after, .library-search-info li:last-child::after{
	content: '';
}
.library-search-more a, .library-search-info a{
	margin: 0 .5rem;
	text-transform: uppercase;
	/*font-size: .8rem;*/
	font-size:1rem;
    font-weight: 500;
}

@media screen and (min-width:768px) {
	.library-search-scope{
		height: 3em;
		width: 25%;
		margin-bottom:1rem;

	}
}

@media screen and (max-width: 768px){
	.library-search-box{
		height: auto; 
	}
	.library-search{
		clear: both;
		margin: 0 auto;
		/*padding: 2rem 0 4rem 0;*/
		padding:1rem 0;
		width: 100%;
	}
	
	.library-search-field{
		height: 2em;
		width: 100%; 
	}
	.library-search-submit{
		height: 2em;
		width: 100%; 
	}
	.library-search-more, .library-search-info{
		margin: 0;
		padding: .61em 1em .59em 1em;
		width: 100%; 
		clear: both;
	}
}

#using{
	clear:both;
}


.emsTable td:first-child{
    width: 15%;
}
.emsTable td:nth-child(2) {
    width: 40%;
}