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