
<!-- Custom Css For: Website Bea Cukai Sorong-->
<!-- Name : OneWebApi SaaS -->
<!-- Version : 1.9.2 -->
<!-- Owner : By Direktorat IKC -->
<!-- File Name : styles.css -->
<!-- @05-03-2026 08:48:34 -->



* {
  box-sizing: border-box;
}

h2 {
  text-align: center;
}

#myTable {
  border-collapse: collapse;
  width: 70%;
  border: 2px solid #ddd;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

#myTable td {
  text-align: left;
  padding: 12px;
  border: 2px solid #ddd;
}

#myTable th {
  color: #EFEFEF;
  text-align: center;
  padding: 12px;
  border: 2px solid #ddd;
  background-color: #0063A8;
}


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


.accordion {
  background-color: #FFC300;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #FFD651;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

