@charset "UTF-8";
/*  flags */
.priceBlock > div {display: inline-block;vertical-align: text-top;}
.currencylistitem-DEV {float: none;display: inline-block;list-style:none;margin: 0 16px 16px 0;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}
div[class*="isoFlag"]:before {display: inline-block;/* float:left; */width:16px;height: 12px;content: '';margin: 3px 9px 0 0;}
.currencyCode {font-size: 10px;text-align: left;}
#GBP:before {background:url('/platformlayout/flags/4x3/gb.png') no-repeat #fff !important; background-size:contain !important;}
#USD:before {background:url('/platformlayout/flags/4x3/us.png') no-repeat #fff !important; background-size:contain !important;}
#EUR:before {background:url('/platformlayout/flags/4x3/eu.png') no-repeat #fff !important; background-size:contain !important;}
#AUD:before {background:url('/platformlayout/flags/4x3/au.png') no-repeat #fff !important; background-size:contain !important;}
#SEK:before {background:url('/platformlayout/flags/4x3/se.png') no-repeat #fff !important; background-size:contain !important;}
#NOK:before {background:url('/platformlayout/flags/4x3/no.png') no-repeat #fff !important; background-size:contain !important;}
#DKK:before {background:url('/platformlayout/flags/4x3/dk.png') no-repeat #fff !important; background-size:contain !important;}
#NZD:before {background:url('/platformlayout/flags/4x3/nz.png') no-repeat #fff !important; background-size:contain !important;}
#JPY:before {background:url('/platformlayout/flags/4x3/jp.png') no-repeat #fff !important; background-size:contain !important;}
#ISK:before {background:url('/platformlayout/flags/4x3/is.png') no-repeat #fff !important; background-size:contain !important;}
#CAD:before {background:url('/platformlayout/flags/4x3/ca.png') no-repeat #fff !important; background-size:contain !important;}
#CNY:before {background:url('/platformlayout/flags/4x3/cn.png') no-repeat #fff !important; background-size:contain !important;}
#CHF:before {background:url('/platformlayout/flags/4x3/ch.png') no-repeat #fff !important; background-size:contain !important;}

#dynamicCurrencyPane,
#dynamicCurrencyPanel {
    float: left;
    font-size: smaller;
}

    #dynamicCurrencyPane .isoFlag,
    #dynamicCurrencyPanel .isoFlag,
    #dynamicCurrencyPane .currencyConvertedAye,
    #dynamicCurrencyPanel .currencyConverted,
    #dynamicCurrencyPane .valueContainer,
    #dynamicCurrencyPanel .valueContainer
    {
        float: left;
    }  