.tableoil {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
/*  table-layout: fixed !important;  กำหนดตารางให้ fix column width */
  word-wrap: break-word !important; /* ตัดคำเมื่อยาวเกิน */
}

.tableoil th, .tableoil td {
  padding: 2px 8px !important;
  border-bottom: 1px solid #ddd !important;
  text-align: center !important;
  font-size: 12px !important;
}

.tableoil thead tr {
  background-color: #6eb109 !important;
  color: black !important;
  font-weight: bold !important;
}

.tableoil tbody tr:nth-child(odd) {
  background-color: #f9f9f9 !important;
}

oil-price-wrapper .wp-block-table tr, table thead, table tbody {
    border:0px;
}

.tableoil img {
/*  width: 60px !important;*/
  height: auto !important;
  vertical-align: middle !important;
  border-radius: 4px !important;
  margin-right: 5px !important;
}

.tableoil td:first-child {
  text-align: left !important;
  white-space: nowrap !important;
}

@media (max-width: 480px) {
  .tableoil {
    font-size: 12px !important;
  }
}
