
  .pile-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    border-radius:6px;
  }
  .pile-table{
    width:100%;
    min-width:520px;
    border-collapse:collapse;
    font-family:Arial, sans-serif;
    font-size:16px;
    line-height:1.25;
    background:#fff;
  }
  .pile-table th{
    background:#F2A900;
    color:#000;
    font-weight:700;
    text-align:center;
    padding:14px 12px;
    border:1px solid #d1d1d1;
  }
  .pile-table td{
    padding:14px 12px;
    border:1px solid #d1d1d1;
    vertical-align:middle;
    background:#fff;
  }
  .pile-table td:nth-child(1){ text-align:left; }
  .pile-table td:nth-child(2),
  .pile-table td:nth-child(3){ text-align:center; }

  .table-section{
    background:#f5f5f5 !important;
    font-weight:700;
    text-align:left;
  }

  @media (max-width:480px){
    .pile-table{ font-size:14px; min-width:460px; }
    .pile-table th, .pile-table td{ padding:12px 10px; }
  }
