 .page-price table {
         border-top: 3px solid #333331
      }
      .page-price table th, .page-price table td {
         text-align: center;
         border-left: 1px solid #e8e8e8;
         vertical-align: middle
      }
      .page-price table th:first-child, .page-price table td:first-child {
         border-left: none
      }
      .page-price table th {
         border-bottom: 1px solid #ccc;
         padding: 6px 6px;
         font-size: 13px;
         font-weight: bold;
         line-height: 1.5em;
         color: #666
      }
      .page-price table th span {
         font-size: 11px;
         line-height: 1.2em
      }
      .page-price table td {
         border-bottom: 1px solid #e8e8e8;
         padding: 4px;
         font-size: 12px;
         line-height: 1.5em;
         color: #666
      }
      .page-price .data-name {
         min-width: 70px
      }
      .page-price .data-type {
         min-width: 160px;
         width: 20%
      }
      .page-price .data-personnel {
         min-width: 60px
      }
      .page-price th.data-sibling {
         border-left: none
      }
      .page-price td.data-name {
         background-color: #fbf8e7
      }
      .page-price td.data-type {
         text-align: left
      }
      .page-price td.data-charge {
         background-color: #fdfcf7
      }
      .page-price .data-discount {
         display: block;
         text-decoration: line-through;
      }