﻿#centernav nav:first-child{
	display:none;
}

.membership-table-wrapper {
    overflow-x: auto;
    max-width: 1300px;
    margin: 20px auto;
  }

  .membership-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
    font-family: Arial, sans-serif;
  }

  .membership-table th,
  .membership-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
  }

  .membership-table thead th {
    position: sticky;
    top: 0;    
    background:#0E9AA4;
    color: #fff;
    z-index: 2;
    font-size: 12px;
  }

  /* Column colour coding */
  .col-individual { background: #e3f2fd; }
  .col-im-instal { background: #fff8e1; }
  .col-family { background: #e8f5e9; }
  .col-fm-instal { background: #fff3e0; }
  .col-joint { background: #f3e5f5; }

  /* Benefit column */
  .benefit-title {
    font-weight: bold;
    background: #f5f5f5;
    text-align: left;
  }

  /* Checkmark styling */
  .tick {
    font-size: 18px;
    color: #2e7d32;
    font-weight: bold;
  }

  .yes { color: #2e7d32; font-weight: bold; }
  .no { color: #c62828; font-weight: bold; font-size: 18px;}

  .membership-table th div
  {
      margin-bottom:5px;
      padding-bottom:3px;
      border-bottom:1px solid #fff;
  }

  .lh-head, .membership-table th div:first-child
  {
      font-size: 18px !important;
      text-transform:uppercase;
  }

  .book_nowbtn {
      margin-top:0;
    background-color: #0e9aa4;
    border: 2px solid #0e9aa4;
  }

  .tb-mar {
      margin:60px 0;
  }

  .bm-40 {
      margin-bottom:40px;
  }

  .txtblock p {
      margin-bottom:20px;
  }
  
@media screen and (min-width: 1200px) {
   #centernav nav:last-child {
        display: block;
   }
}