character-display {
    border: 2px solid gray;
    display: inline-block;
    margin: 1em 0 0 1em;

    dl.descLi {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    input {
        vertical-align: middle;
    }
}


character-display .store-img {
    width: 200px;
    height: auto;
    border-top: 2px solid grey;
    display: block;
}
