@charset "UTF-8";.infoimage {
    padding: 10px;
}

.plus img,
.equals img {
    max-height: 36px;
}

.recipes-wrapper {
    width: max-content;
    align-self: center;
    position: relative;
}

.recipes-wrapper.align-self-start {
    align-self: flex-start;
}

table.item-recipes {
    border: none;
    table-layout: auto;
    width: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
}

table.item-recipes td {
    border: none;
    text-align: center;
    padding: 0;
    width: 105px;
}

table.item-recipes td img {
    max-width: 40px;
    max-height: 40px;
}

table.item-recipes td > img {
    width: 30px;
}

table.item-recipes td a {
    display: block;
}

table.item-recipes td a span {
    padding: 10px 0;
    display: block;
    font-size: 13px;
}

table.item-recipes td a > img:hover {
    max-width: 44px;
    max-height: 44px;
    margin: -2px;
}

table.item-recipes td.plus,
table.item-recipes td.equals {
    width: 30px;
}

table.item-recipes:not(:last-child)::after {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    left: 0;
}

table.item-quests {
    border: none;
    table-layout: auto;
    width: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
}

table.item-quests td {
    border: none;
    text-align: center;
    padding: 0;
    width: 200px;
}

table.item-quests td img {
    max-width: 40px;
    max-height: 40px;
}

table.item-quests td > img {
    width: 30px;
}

table.item-quests td a {
    display: block;
}

table.item-quests td a span {
    padding: 10px 0;
    display: block;
    font-size: 13px;
}

table.item-quests td a > img:hover {
    max-width: 44px;
    max-height: 44px;
    margin: -2px;
}

table.item-quests:not(:last-child)::after {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    left: 0;
}

