﻿.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}
.milling-card {
    width:152px;
}
.milling-card img {
    width: 100%;
    max-width: 150px;
    height: 200px;
}
.milling-card-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}