#search_form_id {
    display: table;
}

.search_form_row {
    display: table-row;
}

.search_form_row div {
    display: table-cell;
    padding-right: 10px;
    padding-top: 5px;
}

#filter_lower_buttons {
    overflow: hidden;
    margin: 30px 0;
}

#filter_lower_buttons div {
    float: left;
}

#goto_pcmarch_no input {
    display: block;
    width: 5.9em;
}

#goto_pcmarch_no {
    display: table;
}

.trow {
    display: table-row;
}

.trow div {
    display: table-cell;
    vertical-align: middle;
}

.filter_field {
    width: 500px;
}

.filter_relation {
    width: 81px;
}

select {
	display: block;
	line-height: 1.3;
	padding: .3em 1.4em .2em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #777;
	box-shadow: none;
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fefefe;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .9em auto, 100%;
	background-image: url("../images/select.png");
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select option {
	font-weight:normal;
}

.filter_search_for {
    width: 400px;
}

.filter_search_for, .goTo {
    line-height: 1.3;
    padding: .3em 1.4em .2em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #777;
    box-shadow: none;
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fefefe;
}

.filterBtn {
    display: block;
    line-height: 1.3;
    padding: .4em 1.4em .3em 1.4em;
    max-width: 100%;
    margin: 0 10px;
    border: 0px solid #777;
    background-color: #ccc;
    border-radius: .5em;
    width: 5.9em;
    color: black;
}

.filterBtn:hover {
    color: #fefefe;
    background-color: #f57514;
}

.searchBtn {
    margin-right: 50px;
}

.clearBtn {
    margin-left: 0;
}

div.add_remove {
    padding: 0;
    vertical-align: middle;
}

.add_remove button {
    width: 3em;
    height: 3em;
    display: inline-block;
    background-size: contain;
    border: 0;
}

.add_row_btn {
    background:url('../images/add.png') no-repeat;
}

.add_row_btn:hover {
    background:url('../images/add_hover.png') no-repeat;
    background-size: contain;
}

.remove_row_btn {
    background:url('../images/remove.png') no-repeat;
}

.remove_row_btn:hover {
    background:url('../images/remove_hover.png') no-repeat;
    background-size: contain;
}
