.view_all_container {
    margin-top: 2%;
    margin-right: 5%;
    margin-left: 5%
}

/* Für die Übsersicht in Mein Profil */
.profile_view {
    margin: 1em auto;
    max-width: 800px;
    width: 95%;
    font: 18px/1.5 sans-serif;
    text-align: center;
}

#nav_for_users {
    white-space: nowrap;
}

#nav_for_users * {
    display: inline-flex;
}

#maxNumberOfRows {
    width: auto;
}

#myPagination {
    margin-left: 4%;
    margin-right: 5%;
    width: 5%;
}

#search_All {
    width: 25%;
    float: right;
}

.pagination {
    margin-right: 5%;
}

.pagination li {
    color: black;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pagination li.active {
    background-color: #4b5019;
    color: white;
    border: 1px solid #4b5019;
}

#button_align_in_user_management {
    margin-left: 20px;
    margin-right: 35px;
}

#floating_right {
    float: right;
}

footer {
    background-color: #4b5019;
}

@media (min-width: 768px) {
    .container {
        max-width: 1000px !important;
    }
}

#link1 {
    text-decoration: none;
    color: #4f4f4f;
}

.card_links:hover {
    text-decoration: none;
    color: #4f4f4f;
}

.card_links {
    text-decoration: none;
    color: #4f4f4f;
}

#product_img {
    height: 170px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#product_img_bigger {
    height: 250px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#image_resize img {
    height: 170px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#order_history_delivery_status {
    position: absolute;
    bottom: 0%;
    text-align: right;
    right: 3%;
}


#footer {
    position: relative;
    margin-top: -180px;
    /* negative value of footer height */
}

.table-icon {
    width: 15% !important;
    height: auto;
}





