.silver_title_history {
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 24px;
  color:#062460;
}
.silver_section_history{
  padding-left:5px;
  padding-right:5px;
}

.silver_section_history table {
  width: 100%;
  table-layout: fixed;  /* ให้ทุกคอลัมน์เท่ากัน */
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  margin-bottom: 40px;
  min-width: 400px;
}

/* ความกว้าง 4 คอลัมน์เท่ากัน 25% */
.silver_section_history table th,
table td {
  width: 25%;
}

.silver_section_history th, td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  word-wrap: break-word;
}

/* Header */
.silver_section_history thead th {
  background-color: #062460;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

/* วันที่อยู่ซ้าย และ padding ซ้าย 5px */
.silver_section_history th:first-child, td:first-child {
  text-align: left;
  padding-left: 5px;
}

/* 3 column กลางเซลล์ */
.silver_section_history th:nth-child(n+2), td:nth-child(n+2) {
  text-align: center;
}

/* สีสถานะ */
.up { color: #009900; }
.down { color: #FF0000; }
.equal { color: #333333; }

/* Responsive */
@media (max-width: 600px) {
  .silver_title_history {
  text-align: center;
  padding: 5px 0 0 0;
  font-size: 16px;
  color:#062460;

}
.silver_section_history table {
    font-size: 14px;
  }
.silver_section_history thead th {
  background-color: #062460;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
  .silver_section_history th, td {
    padding: 8px 10px;
    font-size: 14px;
  }

}
