@charset "utf-8";
body {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background-color: #f8f8f8;
    font-family: serif;
    max-width: 800px;
}
.title {
    font-size: 24px;
    border-bottom: solid 5px #8db4ab;
    white-space: nowrap;
}
.no-slider {
    width: 100%;
    display: none;
}
table td.open {
    background-color: #8db4ab;
    color: #ffffff;
}
.str_small {
    font-size: 10px;
}
body .sortable-table {
    padding: 0px 0px 0px 0px !important;
}
body .sortable-table thead th.sortable {
    padding-right: 20px !important;
}
.sortable-table thead th.sortable {
    cursor: pointer;
}
.accordion-title {
    background: #8db4ab;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 40px;
    position: relative;
}
.producer {
    list-style: none;
    display: flex;
    justify-content: center;
}
img.icon {
    width: 100px;
    height: 100px;
    margin: 0 20px;
}
.header {
    font-size: 16px;
}