.cbcurrencyconverter_cal_wrapper {

}

/* This stylesheet is used to style the public view of the widget. */
select.cbcurrencyconverter_cal_from {

}

select.cbcurrencyconverter_cal_to {

}

input.cbcurrencyconverter_cal_amount {
	padding: 5px;
}

.cbcurrencyconverter_label {

}

.cbcurrencyconverter_calculate {

}

.cbconverter_result_wrapper_shortcode {
	margin-left: 75px;
}

.cbcurrencyconverter_heading {

}

.cbcurrencyconverter_list_to{
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
}

.cbcurrencyconverter_list_to li {
	margin-left: 0 !important;
	padding-top: 3px;
	list-style: none;
}

.cbcurrencyconverter_list_wrapper {
	padding: 8px 0;
	margin: 8px 0px;
	border-radius: 4px;
}

.cbcurrencyconverter_result {
	padding: 8px;
	margin: 8px 0px;
	border-radius: 4px;
	text-align: left;
	color: red;

}

.cbcur_list_custom_text {
	margin-left: 5px;
}

.cbcur_list_to_country {
	margin-left: 5px;
}

.cbcur_list_to_cur {
	display: inline-block;
	width: 70px !important;

}

.cbcurrencyconverter_active {

	background-position: 32px 8px !important;
	background-repeat: no-repeat !important;
	background-size: 12px 12px !important;
	background-image: url('../images/busy.gif') !important;
}

.cbcurrencyconverter_list_wrapper .cbcurrencyconverter_heading {
	margin-left: 5px;
}

.cbconverter_result_wrapper_shortcode {
	text-decoration: none;
	text-align: left;
	margin: 10px 0;
}

.cbconverter_result_wrapper_widget {
	clear: both;
	text-decoration: none;
	text-align: left;
	margin: 20px 0 10px 0;
}

.cbcurrencyconverter_form_fields {
	width: 100%;
	clear: both;
	margin: 5px 0;
	float: left;
}

.cbcurrencyconverter_form_fields span.cbcurrencyconverter_label {
	clear: both;
	float: left;
	width: 100%;
}

.cbcurrencyconverter_form_fields input, .cbcurrencyconverter_form_fields select {
	max-width: 300px;
}

.cbcurrencyconverter_cal_wrapperwidget .cbcurrencyconverter_form_fields .cbcurrencyconverter_cal_amount,
.cbcurrencyconverter_cal_wrapperwidget .cbcurrencyconverter_form_fields select.cbcurrencyconverter_cal_from,
.cbcurrencyconverter_cal_wrapperwidget .cbcurrencyconverter_form_fields select.cbcurrencyconverter_cal_to {
	width: 100%;
	max-width: 100%;
}

/*new style improvement*/
.cbcurrencyconverterwidget-class .cbcurrencyconverter_calculate, .cbcurrencyconverter_calculate{
	margin: 0 auto;
	padding: 8px 15px;
}

.cbcurrencyconverterwidget-class .cbconverter_result_wrapper_widget, .cbconverter_result_wrapper_widget{
	text-align: center;
}