#person-profile {
    padding: 20px 0;
}
#person-profile img {
    float: left;
    max-width: 200px;
    height: auto;
    margin: 0 10px 0 0;
}
#person-profile h1 {
    font-size: 40px;
    line-height: 25px;
    margin: 0 0 20px 0;
}
#person-profile h2 {
    font-size: 25px;
    line-height: 20px;
}
#person-profile p {
    font: normal normal 500 14px/21px Arial, sans-serif;
    color: white;
}
.team-stats-table {
    width: 100%;
}
.team-stats-table th {
    background: #3E35EA;
    color: white;
}
.team-stats-body td {
    text-align: center;
}
.team-stats-table tr:nth-child(odd) {
    background: #000000;
}
.team-stats-table tr:nth-child(even) {
    background: #211D1D  ;
}