
#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: #333;
}
.team-stats-table {
    width: 100%;
}
.team-stats-table th {
    background: #ddd;
    color: #333;
}
.team-stats-body td {
    text-align: center;
}
.team-stats-table tr:nth-child(odd) {
    background: #F1F1F1;
}
.team-stats-table tr:nth-child(even) {
    background: #FBFBFB  ;
}