body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

body:after {
  content: "";
  height: 40px;
  display: block;
}

.main-container {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  display: flex;
}

.title-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-container h1 {
  margin: 20px 0 0;
  font-family: Courier New, Courier, monospace;
}

.title-container .subtitle {
  margin: 0 0 8px;
}

footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 5px 20px 0;
  display: flex;
  position: fixed;
  bottom: 0;
}

footer .warning {
  align-items: center;
  display: flex;
}

p {
  padding: 0 .5em;
}

hr {
  border: 1px dotted #4bb0e7;
  width: 85%;
}

table {
  table-layout: fixed;
}

.stripedTable tbody tr:nth-child(2n) {
  background: #f7f7f7;
}

.stripedTable tbody tr:nth-child(odd) {
  background: #fff;
}

.stripedTable tbody tr {
  transition: background-color .12s;
}

th, td {
  text-align: left;
  width: 180px;
  font-family: Courier New, Courier, monospace;
}

#addMatchSubmissionContainer {
  flex-direction: row;
  display: flex;
}

#addMatchSubmissionContainer > select, option {
  text-overflow: ellipsis;
  width: calc(100% - 24px - 1em);
  margin-right: 1em;
}

.addButton {
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  width: 30px;
  height: 24px;
  font-weight: 600;
}

.addButton:hover {
  transform: scale(1.1);
}

.addButton:active {
  transform: scale(.9);
}

select {
  background-color: #fff;
  border-radius: 3px;
  padding: .2em .6em;
  font-family: Courier New, Courier, monospace;
}

a {
  outline: none;
  padding: 0 .5em;
  text-decoration: underline;
}

a:link {
  color: #000;
}

a:visited {
  color: #a9a9a9;
}

.import-json {
  display: inline-block;
}

.import-json label {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.import-json input[type="file"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: auto;
  max-width: 320px;
  padding: .25em .5em;
  font-family: Courier New, Courier, monospace;
  display: inline-block;
}

.import-json input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  background: #4bb0e7;
  border: none;
  border-radius: 3px;
  margin-right: .5em;
  padding: .25em .6em;
}

.matches-header {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.matches-header .header-buttons {
  gap: 8px;
  display: flex;
}

.header-buttons button {
  cursor: pointer;
  color: #000;
  background: #f0f0f0;
  border: none;
  border-radius: 6px;
  padding: .35em .6em;
  font-family: Courier New, Courier, monospace;
  transition: transform 80ms, opacity 80ms;
}

.header-buttons button:hover {
  opacity: .95;
  transform: translateY(-2px);
}

.header-buttons button:active {
  opacity: .9;
  transform: translateY(0);
}

.sample-import-btn {
  color: #fff;
  background: #4bb0e7;
}

.clear-btn {
  color: #fff;
  background: #f44336;
}

.import-toggle-btn {
  color: #fff;
  background: #4caf50;
}

td.comment-cell {
  vertical-align: top;
  width: 40%;
  min-width: 320px;
  max-width: 720px;
  padding: .25em .5em;
}

.comment-cell .comment-text {
  white-space: pre-wrap;
  word-break: break-word;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  max-height: 9em;
  padding: .45em .6em;
  font-family: Courier New, Courier, monospace;
  line-height: 1.35;
  display: block;
  overflow: auto;
}

.comment-cell .no-comment {
  color: #999;
  padding: .45em .6em;
  display: inline-block;
}
/*# sourceMappingURL=public.d91c94e1.css.map */
