.stdb-list-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
    background-color: #555555;
}

.stdb-list-button:hover {
    color: #fff;
    opacity: 0.8;
}

.active {
    opacity: 1;
}

.stdb-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 0 !important;
    border-radius: 5px !important;
    margin: 5px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    background-color: #555555 !important;
}

.stdb-button:hover {
    color: #fff;
    opacity: 0.8;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 40px;
    max-width: 30%;
}

.styrselect {
    width: 100%;
}

input.styr_bileggingarlistar_input::-webkit-inner-spin-button,
input.styr_bileggingarlistar_input::-webkit-outer-spin-button {
    -webkit-appearance: auto;
}

.product-list-inner {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
}