/* إخفاء نسخة بلوك المباريات التي تظهر فوق المحتوى بدون داعي */
@media (min-width: 900px){
  body > .day-tabs,
  body > .side-panel,
  main.wrap > .day-tabs,
  main.wrap > .match-day-panel,
  main.wrap > .matches-side-panel,
  main.wrap > section.day-tabs,
  main.wrap > section.match-list-panel{
    display:none !important;
  }

  .page-grid > .side-panel{
    display:block !important;
  }
}
