﻿:root {
  --font-name: "Arial", "Arial";
}

html {
  font-size: 14px;
}

body {
  font-family: var(--font-name);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}

.crop {
  /*width: 350px;*/
  /*height: 130px;*/
  overflow: hidden;
  text-align:center;
}

#img img {
  margin-bottom: 40px;
  /*width: 100%;*/
}

.header1 {
  font-size: 18pt;
  font-weight: bold;
}

.header2 {
  font-size: 13pt;
  font-weight: bold;
}

.header3 {
  font-size: 15pt;
  font-weight: bold;
}

a.m, a.m:visited {
  color: inherit;
}

.header {
  /*position: sticky;*/
  top: 0;
  background-color: white;
  text-align: center;
}

table.data {
  border-collapse: collapse;
}
table.data caption {
  color: #F68121;
  font: 600 17px/29px var(--font-name);
  text-align: right;
}
table.data tbody tr {
  border-bottom-color: #E4E4E4;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
table.data tbody td {
  font: 13px/27px var(--font-name);
  color: #1C5581;
}
table.data thead tr {
  border-bottom-color: #F68121;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #1C5581;
  font: 600 15px/27px var(--font-name);
}
table.data td, table.data th {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}
table.data a, table.data a:visited {
  color: #1C5581;
}
table.data th {
  white-space: nowrap;
}

ul.nav {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
}
ul.nav li {
  display: list-item;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 18px;
  font-weight: bold;
}
ul.nav li.active {
  border-bottom: solid #F68121 3px;
}
ul.nav li, ul.nav li a {
  color: #1C5581;
  text-decoration: none;
  text-align: center;
}

.main-content {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 1rem;
  padding-top: 1rem;
  flex-grow: 1;
}
.main-content h2 {
  color: #1C5581;
  font: 600 20px/36px;
  margin-right: 1rem;
}
.main-content .group {
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: fit-content;
}
.main-content .results {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 768px) {
  .group {
    width: auto !important;
  }
}
table.games {
  width: 100%;
}

.games td.score {
  white-space: nowrap;
}

.games td.team {
  word-break: break-word;
}

.games th.court, .games td.court {
  padding-left: 1rem;
}

.w {
  font-weight: bolder;
}
