small.USD:before {
    content: "$"!important;
    font-weight: bold;
}
small.EUR:before {
    content: "\20AC"!important;
    font-weight: bold;
}
small.RUB:before {
    content: "\20BD"!important;
    font-weight: bold;
}
small.UAH:before {
    content: "\20B4"!important;
    font-weight: bold;
}
small.KZT:before {
    content: "\20B8"!important;
    font-weight: bold;
}
small.CNY:before {
    content: "\00A5"!important;
    font-weight: bold;
}
	