.tgold-price-box{

background:#ffffff;

border:1px solid #e5e5e5;

border-radius:10px;

padding:15px;

margin-top:20px;

margin-bottom:20px;

}

.tgold-table{

width:100%;

border-collapse:collapse;

}

.tgold-table td,
.tgold-table th{

padding:10px;

border-bottom:1px solid #eee;

font-size:14px;

}

.tgold-table tr:last-child td,
.tgold-table tr:last-child th{

border-bottom:none;

font-size:16px;

font-weight:bold;

color:#b8860b;

}
/* =========================================
   Talayemo Gold - Fixed Live Gold Box
   ========================================= */

#tgold-live-box {
    position: fixed !important;

    top: 100px !important;
    right: 20px !important;

    bottom: auto !important;
    left: auto !important;

    width: 230px !important;
    height: auto !important;

    margin: 0 !important;
    padding: 16px !important;

    box-sizing: border-box !important;

    background: #ffffff !important;

    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12) !important;

    z-index: 2147483647 !important;

    direction: rtl !important;
    text-align: center !important;

    transform: none !important;

    float: none !important;

    visibility: visible !important;
    opacity: 1 !important;
}

#tgold-live-box .tgold-live-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

#tgold-live-box .tgold-live-label {
    font-size: 13px;
    margin-bottom: 4px;
}

#tgold-live-box .tgold-live-price {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
}

#tgold-live-box .tgold-live-currency {
    font-size: 12px;
    font-weight: 400;
}

#tgold-live-box .tgold-live-update {
    margin-top: 8px;
    font-size: 11px;
}

@media (max-width: 768px) {

    #tgold-live-box {
        top: 80px !important;
        right: 10px !important;
        width: 190px !important;
        padding: 12px !important;
    }

    #tgold-live-box .tgold-live-price {
        font-size: 17px;
    }
}