
.tx-currencyconverter .result,
.tx-currencyconverter-page .result {
    background-color:#a3cb62;
}

.tx-currencyconverter .footer-message,
.tx-currencyconvert-page .footer-message {
    font-size:80%;
}

.tx-currencyconverter .figure-caption,
.tx-currencyconverter-page .figure-caption {
    font-size:82%;
    display:block;
    min-height:83px;
    text-align:center;
    font-weight: bold;
}
.tx-currencyconverter-page .figure-caption {
    min-height: 50px !important;
}

.tx-currencyconverter .table-result,
.tx-currencyconverter-page .table-result {
    position: absolute;
    bottom: 0;
    left:26px;
    text-align: center;
    display: block;
}

.tx-currencyconverter-page .table-result {
    position: initial !important;
}


.tx-currencyconverter .tooltip,
.tx-currencyconverter-page .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tx-currencyconverter .tooltip .tooltiptext,
.tx-currencyconverter-page .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tx-currencyconverter .tooltip:hover .tooltiptext,
.tx-currencyconverter-page .tooltip:hover .tooltiptext {
    visibility: visible;
}