.currency_convert_amount_label {
	float: left;
    padding: 17px 8px;
    font-size: 22px;
	font-weight: bold;
}
.currency_convert_amount_input {
	float: left;
    padding: 19px 15px;
}
.currency_convert_amount_input input {
	padding: 2px;
	border-radius: 4px;
	border-color: #273274;
	border-width: 2px;
}

.currency_converter_label {
    float: left;
    padding: 20px 21px 0px 30px;
    font-size: 16px;
    font-weight: bold;
}	
.currency_converter_wrapper {
	padding: 10px;
	border: 1px solid #cecece;
	height: 270px;
	width: 100%;
}
#data_converter_from, #data_converter_to {
	width: 290px;
	height: 49px;
	padding: 5px;
	float: left;
}
.dd-selected-text {
	max-height: 20px  !important;
	line-height: 20px  !important;
}
.dd-option-text {
	line-height: 20px !important;
    font-size: 14px  !important;
	max-width: 160px;
}

.currency_converter_wrapper b {
	color: rebeccapurple;
}

.currency_converter_wrapper ul.dd-options li {
	padding-left: 0px;
}

.currency_converter_wrapper .img_wrap {
	width: 50px;
	float: left;
}
.currency_converter_wrapper img {
	max-width: 40px;
	border-radius: 20px;
	float: left;
}


/*.currency_converter_wrapper  {
	margin: 0px;
	padding: 10px;
	float: left;
	display: inline;
	height: 50px;
	max-width: 300px; 
}*/

.currency_converter_wrapper .currency_graph_display {
	clear: both;
	margin-top: 20px;
	height: 300px;
	width: 100%;
}

.currency_converter_wrapper .currency_converter_label { 
	/*margin: 28px 19px 0px 40px;
    font-size: 30px;
    font-weight: bold;*/
} 
 