// This is used for the multi-select filter dropdown in aspx pages (ex. RentRoll.aspx)
.suggestion-box .button,
a.button {
    position: relative;
    display: inline-block;
    padding: 5px 12px 5px;
    color: #191919;
    border: 1px solid #adb1b8;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #fefefd 0%, #dadada 99%);
}