*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Arial,Segoe UI,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: .875rem;
}

.dark body {
  background: #000;
  color: #ffffff;
}

.dark .menu-item a {
  color: #ffffff;
}

.dark select {
  font-family: Apercu Pro, sans-serif;
  background: #000000;
  color: #ffffff;
}

.menu {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px;
  padding: 10px 0;
  list-style-type: none;
  color: #000000;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  overflow-x: scroll;
}

.menu-item {
  padding: 10px;
  cursor: pointer;
  list-style-type: none;
}

.menu-item a {
  color: #000000;
  text-decoration: none;
}

.menu-item:hover a {
  text-decoration: underline;
}

.menu-item.active a {
  text-decoration: underline;
  font-weight: 700;
}

.form {
  padding: 10px 0;
}

.form select {
  width: 200px;
  height: 30px;
}

h1 {
  font-size: 1.25rem;
  margin: 10px 0px;
}

h2 {
  font-size: 1rem;
  margin-bottom: 5px;
}

table {
  margin:0 0 14px;
}

.noresults {
  margin: 10px 0; 
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}


th,
td {
  font-size: .875rem;
}

.team {
  text-align: left;
  width: 40%;
}
.meta {
  width: 20%;
  text-align: left;
}

@media only screen and (min-width: 560px) {
  table {
    width: 100%;
    max-width: 660px;
  }
  body {
    font-size: 1rem;
  }
  
  th,
  td {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.5rem;
    margin: 10px 0px;
  }
  
  h2 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
