.clear-both {
	clear: both;
}

#kwm-product-ship-calc {
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 14px;
	margin: 20px 0px;
}

#ship_calc_title {
	color: red;
	font-size: 1rem;
	font-weight: 700;
	padding-left: 3px;
	margin-bottom: 5px;
}

.ship_calc {
	font-size: 14px;
	padding: 3px;
}

.ship_calc_zip_title {
	float: left;
	width: 80px;
	font-weight: bold;
	padding-top: 2px;
}

.ship_calc_zip {
	float: left;
}

.ship_calc_input {
	width: 60px;
	height: 28px;
	padding: 0px 9px;
}

#ship_calc_zip_country_break {
	clear: both;
}

.ship_calc_country_title {
	float: left;
	width: 60px;
	font-weight: bold;
	padding-top: 2px;
}

.ship_calc_country {
	float: left;
}

.ship_calc_sel {
	width: 169px;
	font-size: 10px;
}

#ship_calc_button_break {
/*	clear: both;*/
}

.ship_calc_submit {
	float: left;
	padding-left: 10px;
}

#calc_results {
	margin-top: 10px;
}

#ajax_results {
}

.ajax_rates {
	float: left;
	width: 55px;
}

.ajax_methods {
	float: left;
	width: 300px;
}

.ajax_dates {
	float: left;
	width: 300px;
	font-weight: bold;
	padding-bottom: 3px;
}