#live-gold-rate {
/*   margin: 20px auto; */
/*   padding: 15px; */
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
/*   max-width: 90%; */
/*   width: 800px; */
}

#live-gold-rate h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

#live-gold-rate table {
  width: 100%;
  border-collapse: collapse;
  font-size: 25px;
}

#live-gold-rate table th,
#live-gold-rate table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
}

#live-gold-rate table th {
  background-color: #4caf50;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#live-gold-rate table td {
  background-color: #f9f9f9;
  color: #333;
}

#live-gold-rate table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

#live-gold-rate table tr:hover td {
  background-color: #e6ffe6;
}

#live-gold-rate table th, #live-gold-rate table td {
  text-align: center;
  word-wrap: break-word;
}

/* Responsive Design */
@media (max-width: 600px) {
	.mHide{
		display:none;
	}
  #live-gold-rate table th,
  #live-gold-rate table td {
    font-size: 14px;
    padding: 8px;
  }

  #live-gold-rate h3 {
    font-size: 20px;
  }

  #live-gold-rate {
    padding: 10px;
  }
}
