.finder
{
	width: 80%;
	margin: 0 auto;
}

.finder .btn
{
	color: black;
	padding:6.3px;
}

.finder .result-title a
{
	color: #b99f6e;
	font-family: inherit;
}

.finder .result-title a:hover
{
	color: black;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.result-text
{
	font-size: 19px;	
}

span.highlight{
 background-color: #EAEAE9;	
 font-family: paokbc-regular !important;
}


.finder .btn:hover
{
	color: #b99f6e;
}


fieldset.word {
	border: none;
	border-bottom: 2px solid #b99f6e;
	
}




#input-search
{
    width: 200px;
    height: 80%;
    border: 0;
    border-bottom: 2px #000 solid;
    padding: 0 1px;
    line-height: 20px;
    outline: none;
}

.search-container
{

    position: absolute !important;
    height: 100%;
    right: 100%;
    z-index: 99;
    top:0;
    margin-top: -1px;

}

.search-container.hide
{
    display: none;
}

.search-content
{
    height: 100%;
    padding: 0 5px;
    position: relative;
    background-color: #fff;
    display: inline-table;
}


@media only screen and (max-width: 846px) {
    #input-search {

        width: 150px;
    }
}


@media only screen and (max-width: 768px) {
    #input-search {

        width: 150px;

    }

    .search-container
    {
        left: 110%;
    }
}

@media only screen and (max-width: 480px) {

    .search-container
    {
        margin-top: -4px;
    }

    #input-search {

        margin-top: 3px;
        line-height: 25px;
        font-size: 21px;

    }

    .search-content {
        height: 35px;
    }

}