.ws-filter__checkbox-container .ws-filter__link {
    background-image: none !important;
}

/* General reset for inline styles */
element.style {}

/* Button group - first button styling */
.btn-group > .btn:first-child {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

/* Mobile account tab dropdown toggle */
.account-tabs-mobile .dropdown-toggle {
    display: block;
    padding: 2.5rem 1rem;
    text-align: left;
    border-radius: 0 !important;
    border: 1px solid #ccc;
}

/* Button group - last button and dropdown toggle styling */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

/* Button group - common styles */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 14px;
}

p {
    font-weight: normal; /* or whatever value you prefer */
}

/* APHIX ADDED */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
    height: auto;
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
    height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
}

@media (max-width: 768px) {
  input[type=number] {
    -webkit-appearance: number-input !important;
    appearance: number-input !important;
  }
}



