﻿#Agility,
#Awareness,
#Brawn,
#Coordination,
#Intelligence,
#Personality,
#Willpower {
    display: inline-block;
}

.attribute-container {
    display: inline-block;
    width: 275px;
    background-color: white;
    color: black;
    padding: 4px;
    margin: 2px;
    text-align: left;
    border-radius: 5px 0 0 5px;
}

.attribute-value {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 4px;
    width: 100px;
    text-align: center;
    margin: 2px;
    border-radius: 0 5px 5px 0;
}

.attribute-points {
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
}

.career-attributes th {
    background-color: #b9e1ef;
    color: black;
    border: 2px solid #0c3956;
    font-weight: normal;
    padding: 0px 8px 0px 8px;
    min-width: 50px;
    text-align: center;
    font-size: small;
}

.career-attributes td {
    text-align: center;
    background-color: white;
    color: black;
    border: 2px solid #0c3956;
    font-size: small;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .attribute-container {
        width: 150px;
    }
}