/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (max-width: 979px) {

/* search */
/*-----------------------------------------------------------------------------*/

.search_icon_box {
	text-align: center;
}

.item_text .item_spec_table th {
	width:90px;
}
.item_text .item_spec_table td {
	width:auto;
}


}