.bonepouch {
    padding: 4px;
}

.bonepouch button {
    width: 100%;
}

.bonepouch.picked button {
    filter: grayscale(100%);
    opacity: 0.5;
}

.bone-container {
    height: 100%;
    padding: 4px;
}

.bone {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: 0 0 12px rgba(0,0,0,.4), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    min-height: 200px;
    height: 100%;
}

.bone-text {
    padding: 8px;
}

.bone-text h3 {
    margin: 0;
}

#bones-board {
    margin-bottom: 20px;
}

.text-reversed {
    text-align: left;
    display: none;
    transform: rotate(-90deg);
    margin-top: 40px;
}

.reversed .text-reversed {
    display: block;
}