/**
 * WooCommerce USD Price Converter - Frontend Styles
 */

.wupc-usd-price {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
    margin-left: 5px;
}

.wupc-usd-price:before {
    content: " ";
}

