body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}main{padding:1em 1em 0;width:100%;height:100vh;display:grid!important;grid-template-areas:"tables tables tables tables current" "tables tables tables tables current" "tables tables tables tables current" "tables tables tables tables current" "upcoming upcoming upcoming upcoming upcoming" "footer footer footer footer footer";grid-gap:1em;gap:1em;grid-template-rows:auto auto auto auto auto 3em}.tables{grid-area:tables;grid-template-columns:1fr 1fr}.current{grid-area:current}.upcoming{grid-area:upcoming;padding:1em}.footer{grid-area:footer}.linkFix{display:flex}@media (max-width:1450px){main{margin:auto;width:100%;max-width:800px;grid-template-areas:"current" "upcoming" "tables" "footer";height:auto}.tables{grid-template-columns:1fr;width:100%}.current,.upcoming{max-width:100%}.upcoming{overflow-x:scroll}}