#no-tax-classes-message {
    line-height: 3.2rem;
}
#add-new-tax-class .controls {
    margin-top: 1rem;
}
#tax-classes-form .admin__control-fields {
    position: relative;
}

#tax-classes-form .data-grid td .action-menu {
    left: 1.1rem;
    right: auto;
    width: 13rem;
}
#add-new-tax-class-button {
    margin-top: 1rem;
}
#stripe-api-error-modal .message {
    margin-top: 2rem;
}
#tax-class-modal .data-grid-search-control-wrap {
    float: none;
    margin-bottom: 1.5rem;
}
#tax-class-modal ul {
    list-style: none;
}
#tax-class-modal ul li {
    cursor: pointer;
    padding: 0.8rem 1rem;
}
#tax-class-modal ul li.selected {
    background-color: rgb(237, 251, 255);
}
#tax-class-modal ul li .description {
    display: none;
}
#tax-class-modal ul li.selected .name {
    font-weight: bold;
}
#tax-class-modal ul li.selected .description {
    display: block;
    padding: 0.8rem 1rem;
}
#tax-class-modal ul li:not(.selected):hover {
    background-color: #f4f4f4;
}
#tax-class-searchbox {
    position: sticky;
    top: 0;
    background-color: #fff;
}
._no-wrap {
    text-wrap: nowrap;
}
#tax-classes-table th._sortable {
    z-index: 0;
}