.hkecl-content td,
.hkecl-content th {
  border-bottom: 0px !important;
}

.actionBtnBlue {
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}

.table-container {
  width: 90%;
  margin: 0 auto;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
}

.table-cell {
  text-align: center;
  position: relative;
  width: 25%;
}

.table-cell > div {
  text-align: center;
  margin-bottom: 10px;
}

.table-cell > div.jumpToBtn {
  border-radius: 10px;
  font-size: 30px;
  width: 90%;
  display: block;
}

.field-item{
  padding-top: 5px;
  padding-bottom: 5px;
}

.field-item:hover{
  color: #FFF; 
}


/* Media query for tablet devices */
@media only screen and (max-width: 768px) {
  .table-cell {
    width: 50%; /* Display two cells per row on tablets */
  }

  .minisite-tabs {
    display: flex;
    flex-direction: column !important;
  }
}

/* Media query for mobile devices */
@media only screen and (max-width: 480px) {
  .table-cell {
    width: 100%; /* Display one cell per row on mobile phones */
  }
}
