
.gold-price-timestamp {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.gold-price-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.gold-price-table th,
.gold-price-table td {
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.gold-price-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.gold-price-table tr:hover {
    background-color: #f9f9f9;
}

.change-positive {
    color: green;
}

.change-negative {
    color: red;
}

.gold-price-table .fas {
    margin-left: 5px;
}
.gold-price-table tr td:first-child{
	font-weight: bold
}