.attribute-row, .skill-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.points-control {
    display: flex;
    align-items: center;
}
.points-control button {
    width: 30px;
    height: 30px;
    line-height: 1;
    padding: 0;
}
.points-value {
    min-width: 50px;
    text-align: center;
    font-weight: bold;
}
#race-image {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 15px;
}
.nav-pills .nav-link {
    cursor: pointer;
}
.skill-desc {
    font-size: 0.9em;
    color: #6c757d;
    display: none;
}
.skill-row:hover .skill-desc {
    display: block;
}