h1,
h2,
th {
    background-color: rgb(24, 3, 100);
}

h1,
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: white;
}

p  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    text-align: center;
}

h2 {
    text-align: left;
}

li {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: left;
}

#gamecard {
    width: 100%;
}

#bingoCard {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#bingoCard th,
#bingocard td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-weight: bold;
}

#bingoCard td {
    padding: 8px;
    height: 7em;
}

#bingoCard tr:nth-child(even) {
    background-color: #f2f2f2;
}

#bingoCard td:hover {
    background-color: #ddd;
}

#score {
    float: inherit;
    font-weight: bolder;
}

.description {
    float: none;
}

.clickcount {
    float: right;
}