/* AREAS TABLE //////////////////////////////////*/
.area-table {
  width: 100%;
  border-collapse: collapse; }
  .area-table tr {
    border-top: 1px solid #ffffff;
    color: #ffffff }
    .area-table tr.area-table-heading {
      border-top: 0;
      border-bottom: 1px solid #ffffff;
      color: #ffffff;
      font-weight: 600; }
    .area-table tr.area-table-total {
      border-bottom: 1px solid #ffffff;
      font-weight: 600; 
      color: #ffffff}
    .area-table tr td {
      box-sizing: border-box;
      padding: 5px;
       }
       .area-table tr td:nth-child(1){
        text-align: left; }
      .area-table tr td:nth-child(2), .area-table tr td:nth-child(3), .area-table tr td:nth-child(4) {
        text-align: right; }


/* AREAS TABLE //////////////////////////////////*/
.area-table-space {
  width: 100%;
  border-collapse: collapse; 
font-size: 14px;}
  .area-table-space tr {
    border-top: 1px solid #878787;
    color: #000000 }
    .area-table-space tr.area-table-space-heading {
      border-top: 0;
      border-bottom: 1px solid #878787;
      color: #000000;
      font-weight: 600; }
    .area-table-space tr.area-table-space-total {
      border-bottom: 1px solid #878787;
      font-weight: 600; 
      color: #000000}
    .area-table-space tr td {
      box-sizing: border-box;
      padding: 5px;
       }
       .area-table-space tr td:nth-child(1){
        text-align: left; }
      .area-table-space tr td:nth-child(2), .area-table-space tr td:nth-child(3), .area-table-space tr td:nth-child(4) {
        text-align: right; }


