/* For zms-sctable rows */
.zms-sctable .zms-sctablerow2:nth-child(-n+30) {
  display: flex !important;
}
.zms-sctable .zms-sctablerow2:nth-child(n+31) {
  display: none !important;
}

/* For slots-sctable rows */
.slots-sctable .slots-sctablerow2:nth-child(-n+30) {
  display: flex !important;
}
.slots-sctable .slots-sctablerow2:nth-child(n+31) {
  display: none !important;
}

.zms-sctablerow2 {
    border-radius: 7px;
    margin-top: 10px;
    background: #f1f1f1;
    color: #545454;
    width: 100%;
    float: left;
    position: relative;
    border: 3px solid rgb(8 8 69);
    margin-bottom: 0;
    box-shadow: 0 2px 2px 1px rgba(15, 15, 127, 0.2);
    -moz-transition: .3s;
    transition: .3s;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
}
.zms-rate-col strong{
  font-weight:600!important;
}
@media all and (max-width:782px){
  
.container.hfeed{
   	display: flex;
    padding: 0 !important;
    flex-direction: column; 
  align-items: center;
}
  .site-content{
  	width:100%;
  } 
}