.tab-pane.active {
    display: flex !important;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}
div#termek-div, div#polc-div {
    width: 50%;
}
div#termekek-cim, div#polc-cim {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #337ab7;
}
div#termekek-listaja {
    margin-right: 10px;
}
div#polc {
    padding-left: 10px;
    border-left: 1px solid lightgray;
}
div#recept-div {
    flex-basis: 100%;
    border-top: solid 1px lightgray;
}
td.t-termeknev a {
    cursor: pointer;
}
.termek-mennyiseg {
    text-align: center;
    padding: 5px;
    background-color: #777;
    color: white;
}