/* Predict2U v234 — no Overview page; Full Board in primary navigation */
.p2u-simple-dock,
.p2u-v227-dock{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
@media(max-width:700px){
  .p2u-simple-dock,
  .p2u-v227-dock{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  .p2u-v227-dock a{
    min-width:0!important;
    padding-inline:2px!important;
  }
  .p2u-v227-dock a span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:100%;
  }
}
@media(max-width:360px){
  .p2u-v227-dock a,
  .p2u-simple-dock a{
    font-size:8px!important;
  }
  .p2u-v227-dock svg,
  .p2u-simple-dock svg{
    width:17px!important;
    height:17px!important;
  }
}
