#games {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#games td,
#games th {
    border: 1px solid #ddd;
    padding: 8px;
}

#games tr:nth-child(even) {
    background-color: #f2f2f2;
}

#games tr:hover {
    background-color: #ddd;
}

#games th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

ol {
    background: #04AA6D;
    padding: 20px;
}

ol li {
    background: #82D4B6;
    color: whitesmoke;
    padding: 5px;
    margin-left: 35px;
}