@charset "UTF-8";

.errmsg {
    color: red;
    font-weight: bold;
}

.cannot-purchase {
    display: flex;
    justify-content: center;
    width: 100px;
}

.cannot-purchase.selectable-code {
    align-items: center;
    min-height: 3em;
}
