/* For Small Device View */
@media (max-width: 319px) {
  
}

/* For Mobile View */
@media (min-width: 320px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

/* For Tablet View */
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 820px;
  }
}

/* For Tablet View */
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1060px;
  }

  /* .table-contest th, .table td {
    max-width: 240px;
  }

  th[data-label="Content Closes"],
  td[data-label="Content Closes"] {
    min-width: 170px!important;
  }

  th[data-label="Entry Fee"],
  td[data-label="Entry Fee"] {
    min-width: 110px;
  }

  th[data-label="Players"],
  td[data-label="Players"] {
    min-width: 72px;
    text-align: center!important;
  }

  th[data-label="Pool"],
  td[data-label="Pool"] {
    min-width: 85px;
    text-align: center!important;
  }

  th[data-label="Leaderboard"],
  td[data-label="Leaderboard"] {
    width: 110px;
    text-align: center!important;
  }

  th[data-label="Rules"],
  td[data-label="Rules"] {
    width: 70px;
    text-align: center!important;
  }

  th[data-label="Action"],
  td[data-label="Action"] {
    width: 100px;
    text-align: center!important;
  } */
}

/* For Small Desktop View */
@media (min-width: 1025px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1090px;
  }

  /* .table-contest th, .table td {
    max-width: 240px;
  }

  th[data-label="Content Closes"],
  td[data-label="Content Closes"] {
    min-width: 170px!important;
  }

  th[data-label="Entry Fee"],
  td[data-label="Entry Fee"] {
    min-width: 110px;
  }

  th[data-label="Players"],
  td[data-label="Players"] {
    min-width: 80px;
    text-align: center!important;
  }

  th[data-label="Pool"],
  td[data-label="Pool"] {
    min-width: 85px;
    text-align: center!important;
  }

  th[data-label="Leaderboard"],
  td[data-label="Leaderboard"] {
    width: 110px;
    text-align: center!important;
  }

  th[data-label="Rules"],
  td[data-label="Rules"] {
    width: 70px;
    text-align: center!important;
  }

  th[data-label="Action"],
  td[data-label="Action"] {
    width: 100px;
    text-align: center!important;
  } */
}

/* For Desktop View */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1340px;
  }

  /* th[data-label="Content Closes"],
  td[data-label="Content Closes"] {
    width: 180px!important;
  }

  th[data-label="Entry Fee"],
  td[data-label="Entry Fee"] {
    width: 110px;
  }

  th[data-label="Players"],
  td[data-label="Players"] {
    width: 90px;
    text-align: center!important;
  }

  th[data-label="Pool"],
  td[data-label="Pool"] {
    width: 90px;
    text-align: center!important;
  }

  th[data-label="Leaderboard"],
  td[data-label="Leaderboard"] {
    width: 120px;
    text-align: center!important;
  }

  th[data-label="Rules"],
  td[data-label="Rules"] {
    width: 80px;
    text-align: center!important;
  }

  th[data-label="Action"],
  td[data-label="Action"] {
    width: 140px;
    text-align: center!important;
  } */
}

/* For Desktop View */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }

  /* th[data-label="Content Closes"],
  td[data-label="Content Closes"] {
    width: 200px;
  }
  
  th[data-label="Entry Fee"],
  td[data-label="Entry Fee"] {
    width: 140px;
  }
  
  th[data-label="Players"],
  td[data-label="Players"] {
    width: 100px;
    text-align: center!important;
  }
  
  th[data-label="Pool"],
  td[data-label="Pool"] {
    width: 120px;
    text-align: center!important;
  }
  
  th[data-label="Leaderboard"],
  td[data-label="Leaderboard"] {
    width: 150px;
    text-align: center!important;
  }
  
  th[data-label="Rules"],
  td[data-label="Rules"] {
    width: 100px;
    text-align: center!important;
  }
  
  th[data-label="Action"],
  td[data-label="Action"] {
    width: 160px;
    text-align: center!important;
  } */
}