* {
    font-family: Tahoma, Arial, sans-serif;
}

h1 {
    font-size: 1.5em;
    color: blue;
    font-weight: lighter;
    padding: 10px;
    padding-top: 50px;
}


th {
    outline: 1px solid rgb(78, 133, 78);
    width: auto;
    padding: 10px;
}

table.outer {
    width: 100%;
    border-collapse: collapse;
    outline: 2px solid green;
}

table.outer td {
    outline: 1px solid rgb(164, 203, 164);
    padding: 5px;
}

table.inner {
    width: 100%;
    outline: none;
}

table.inner td {
    width: 100%;
    outline: none;
    border: none;
}

tr.date,
tr.time,
tr.venue {
    font-style: italic;
    background-color: #f0f0f0;
    font-size: small;
}

td.team_name {
    /* font-weight: bold; */
    color: blue;
}

input[type=number] {
    width: 4em;
}