
<!-- Custom Css For: Website Bea Cukai Teluk Bayur-->
<!-- Name : OneWebApi SaaS -->
<!-- Version : 1.9.4 -->
<!-- Owner : By Direktorat IKC -->
<!-- File Name : Tabel -->
<!-- @24-03-2026 17:10:27 -->



<style>
  body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #f8f9fa;
  }

  h1 {
    text-align: center;
    color: #003366;
  }

  /* Pencarian */
  #searchInput {
    width: 100%;
    max-width: 400px;
    padding: 10px 14px;
    margin: 20px auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
  }

  table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  th, td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
  }

  th {
    background-color: #003366;
    color: white;
    text-align: center;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
  }

  button:hover {
    background-color: #0056b3;
  }
</style>

