/* Common styles */
.text-align-left {
    text-align: left;
  }
  
  .min-width-30px {
    min-width: 30px;
  }
  
  .vertical-align-top {
    vertical-align: top;
  }
  
  .padding-bottom-10px {
    padding-bottom: 10px;
  }
  
  .font-weight-bold {
    font-weight: bold;
  }
  
  .margin-bottom-10px {
    margin-bottom: 10px;
  }
  
  .margin-bottom-20px {
    margin-bottom: 20px;
  }
  
  .width-93pct {
    width: 93%;
  }
  
  .align-center {
    align: center;
  }
  
  /* Specific styles */
  .hawker-notes-number-cell {
    text-align: left;
    min-width: 30px;
    vertical-align: top;
  }
  
  .hawker-notes-content-cell {
    padding-bottom: 10px;
  }
  
  .declaration-checkbox-inline {
    font-weight: bold;
  }
  
  .important-red-text {
    font-size: 1em;
    color: red;
  }
  
  .center-text {
    text-align: center;
  }
  
  .bordered-table {
    border: 1px solid black;
  }
  
  .table-header {
    font-weight: bold;
  }
