.amountC, .amountF{ height: 40px; width: 90px; margin-bottom: 5px;-webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; }
#d-arrow{ width: 213px; }

#d-arrow .img-wrap{ width: 90%; text-align:center; }

#d-arrow .img-wrap:hover{ background-color: #fff;     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));     background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);     background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);     background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);     background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);     background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);}

.select2-container .select2-choice {min-width: 100px; max-width:100px;}
#baseWrap {margin-top:10px;}
#foreignWrap {margin-bottom:10px;}

#currency-main-wrap { width: 100%; height: auto; margin: 10px auto; padding: 5% 2%; border-radius: 10px; border: 1px #ccc solid;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}