body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: #111;
  }

#container {
    width: 100px;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    max-height: 100vh;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /*overflow: hidden;*/
}

.buttonLabel {
    font-size: 9px;
}

.content {
    padding: 20px;
}

.tableformatting {
    overflow-y: scroll;
}

.header {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header ul li {
    display: inline-block;
}

.headerspace {
    margin-left: auto;
}

.header label {
    margin-right: 5px;
}

.header input[type="date"] {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.notableborder table {
    width: 100%;
    border-collapse: collapse;
}

.notableborder td {
    width: fit-content;
    border: none;
}

.notableborder img {
    float: right;
}


table {
    width: 100%;
    border-collapse: collapse;
}

table thead {
    position: sticky;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    width:fit-content;
}

table td:nth-child(3){
    width:100%;
}

.columncenter {
    text-align: center;
}

.columnright {
    text-align: right;
}

table th {
    background: #f0f0f0;
}

.footer {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.downloaded {
    background-color: green;
}

.skipped {
    background-color: yellow;
}

.missed {
    background-color: tomato;
}

.triviagames {
    max-width: 60%;
    margin:auto;
}