/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

/* Detail table: lebar kolom label fixed, no wrap */
.table-detail > tbody > tr > th:first-child {
  width: 230px;
  white-space: nowrap;
}
