/* CSS Document */

.advanced_search_state {
	width: 30%;
	text-align: left;
	float: left;
	padding-top: 6px;
}

.advanced_search_category {
	clear: both;
}

.inside table th, .inside table td {
    padding: 7px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000000;
}

.half-table {
	width: 50%;
	float: left;
}


h3.hndle {
	line-height: 1.5rem;
    color: #000000;
    font-size: 1.6rem;
    margin-top: 30px;
    border-top: 2px solid #cccccc;
    padding: 20px 0px;
}

@media (max-width:767px) {

	.half-table {
		width: 100%;
		float: none;
		word-break:break-all;
	}

}