#table, #participants-table {
    border: 2px solid var(--color-primary);
    border-collapse: collapse;
  }
  
  #table td, #table th, #participants-table td, #participants-table th {
    border: 1px solid var(--color-primary);
    padding: 8px;
    color: #000000;
  }
  
  #table tr:nth-child(even){background-color: #f2f2f2;}
  #participants-table tr:nth-child(even){background-color: #f2f2f2;}

  #table tr:hover {background-color: #ddd; color: skyblueff}
  #participants-table tr:nth-child(even){background-color: #f2f2f2;}

  #table th, #participants-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--color-primary);
    color: #000000;
  }
  
  #result-category {
    padding: 10px;
  }
  
  #table tr:hover, #participants-table tr:hover {
    background-color: #f2f2f2;
  }
  
  #table td, #participants-table td {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--color-primary);
    font-size:14px;
  }

/* for the Result Table
------------------------------*/
#table td, #table th{
    /* border-collapse:collapse;
    border:none; */
    text-align: center;
  }
  
  /* #table, #table th, #table td {
    border: 1px solid white;
    border-collapse: collapse;
  } */

/* The Modal (background) */
.modal {
    display: flex; /* Hidden by default */
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 30%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 10.5rem;
    width: 180px;
    height: 400px;
    max-width: 30%;
    max-height: 80%;
    margin-top: 80px;
    display: flex;
    align-items: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  #modal-time {
    margin-bottom: 20px;
  }

  .button-result-rank {
    background-color: #6c757d;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 50px;
    border-radius: 50%;
  }

  #powered-by {
    font-size: 12px;
  }
  
  /* Media Queries */
@media (max-width: 450px) {
    .front-headers-info {
      font-size: 16px;
      font-family: var(--font-secondary);
      font-weight: 400;
      /* margin-left: 500px; */
      /* position: absolute; */
    }
  
    .front-headers-info-details {
      font-size: 16px;
      font-family: var(--font-secondary);
      font-weight: 400;
    }
  
    .hero .container h1 {
      margin-top: 100px;
      margin-left: 2px;
      color:#059652
    }
  }
  
  @media (max-width: 500px) {
  
    .venue-google-map {
      width: 500px;
      max-width: 100%;
      height: 200px;
      max-height: 30%;
      margin-top: 10px;
      margin-bottom: 20px;
    }
  
    .accomodation-img {
      width: 500px;
      max-width: 100%;
      height: 200px;
      max-height: 30%;
      margin-top: 10px;
      margin-bottom: 20px;
    }
  
    #result-category {
      display: block;
      margin: 0 auto;
    }
  
    #p-result-category {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    #table td {
      overflow-x: auto;
      box-sizing: border-box;
      padding: 2.5px;
    }
  
    #table tr {
      height: 65px;
    }
  
    .modal {
      max-width: 100%;
      height: 100%; /* Full height */
  
    }
  
    /* Modal Content */
    .modal-content {
      max-width: 70%;
      max-height: 70%;
      display: flex;
      align-items: center;
    }
  
  }