html {
    overflow: auto;
    scrollbar-gutter: stable;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;   
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    width: 100%;    
    text-align: end;
    font-size: 10px;
    font-style: italic;
    margin-top: 1em;
    margin-right: 20px;
}

ul, ol {
    list-style: none;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}


/* Custom CSS for Products component */
/* Specific form Species dropdown */
.rz-dropdown-item {
    padding: 0.15rem 1rem !important;
}

.rz-column-title-content {
    font-weight: bold !important;
}

.rz-grid-table thead th {
    font-weight: bold !important;
    padding: 1px 1px !important;
    background-color: #eee !important;
    white-space: nowrap !important;
}

.rz-grid-table thead th > div:not(.rz-cell-filter) {
    padding: 1px 1px !important;    
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight .rz-cell-data {
    color: #424242 !important;
    font-weight: bold;
}
