.status {
    background: #E0E0E0;
}

.surround {
    background: #F5F5F5;
    box-shadow: 0 0 1px gray;
}

.contact-info {
    float: right;
    line-height: 1.2;
    text-align: right;
}

.footer {
    margin-top: 10px;
    font-size: 14px;
    font-variant: small-caps;
    text-align: right;
}

.ambient {
    background: #FAFAFA;
}

.paper {
    background: white;
    box-shadow: 2px 2px 5px 1px gray;
    border-radius: 3px;
    padding: 8px;
    margin-top: 2em;
}

svg text {
    fill: #222;
    stroke: none;
}

.skill-fill {
    stroke: #424242;
    fill: #424242;
    stroke-width: 1px;
}

.skill-empty {
    stroke: #424242;
    fill: none;
    stroke-width: 1px;
}

.skill-selection {
    fill: #9E9E9E;
    cursor: pointer;
}
.skill-selection.selected {
    fill: #222;
}

.skill-group {
    fill: #222;
}
.skill-group.selected {
    fill: #222;
}
