.tt-talent {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #222;
    background-size: cover;
    background-position: center;
    border: 3px solid #777;
    cursor: grab;
}

.tt-talent.dragging {
    opacity: 0.7;
}

.tt-talent.selected {
    border-color: red;
}

.tt-rank {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: black;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
}

.tt-edit {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 50%;
    cursor: pointer;
}

#tt-panel {
    margin-top: 10px;
    padding: 10px;
    background: #111;
    color: white;
    width: 300px;
}

#tt-grid {
    position: relative;
    width: 576px;
    height: 896px;
}

.tt-talent {
    position: absolute;
    width: 64px;
    height: 64px;
    background: #333;
    border: 2px solid #666;
    cursor: grab;
    box-sizing: border-box;
}

.tt-talent.selected {
    border-color: red;
}

.tt-edit {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 12px;
    cursor: pointer;
}
#tt-links {
    pointer-events: none;
}
