th {
    padding: 10px;
}

td {
    outline: solid 1px #fff;
    padding: 2px;
}


tr:nth-child(even) {
    background-color: #ddd;
}

tr:nth-child(odd) {
    background-color: #fff;
}

.edit_profile { 
    color: blue;
    text-decoration: underline;
}

.edit_profile:hover {
    cursor: pointer;
    background-color: blue;
    color: white;
}

.team_image {
    max-width: 100%;
    height: auto;
}