/*
    TRY Exchange Rates CSS Style
*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.currency-wraps-widget, .currency-wraps-shortcode {
    display: inline-block;
    width: 100%;
}

.c-header div.c-rate,
.c-header-top div.c-rate {
    float: right;
}

.lbi-currencies .c-row {
    width: 100%;
}

.zebra .lbi-currencies .c-row,
.zebra .lbi-currencies .c-header,
.zebra .lbi-currencies .c-header-top {
    padding: 0 4px;
    display: flow-root;
}
.zebra .lbi-currencies .c-row.even { background: #d6d6d6;}

.lbi-currencies .c-row .c-symbol,
.lbi-currencies .c-row .c-unit,
.lbi-currencies .c-row .c-code,
.lbi-currencies .c-row .c-name {
    float: left;
    padding-right: 4px;
}
.lbi-currencies .c-row div.c-rate,
.lbi-currencies .c-header div.c-rate {
    float: right;
    width: 56px;
    text-align: right;
    overflow: hidden;
}
.lbi-currencies .c-row div.c-rate.cr,
.lbi-currencies .c-header div.c-rate.cr,
.lbi-currencies .c-header-top div.c-rate.cr { width: 64px; text-align: right;}
.lbi-currencies .c-header-top div.c-rate { width: 112px; text-align: right;}

.c-rate.other { opacity: 0.4;}
.c-rate.empty { text-align: center !important; }

.c-footer { margin-top: 6px;}
.c-footer .c-source { float: left;}
.c-footer .c-date { float: right;}
