main .nav-link{
    border-radius: 4px 4px 0px 0px!important;
    border: 1px solid rgb(192, 192, 192)!important;
}
main .nav-link:not(.active){
    background-image: url("/img-old/bg/tab_background_rep.gif");
    background-size: contain;
    color: rgb(54, 87, 139);
}

main .tab-content{
    padding: 30px;
    border: 1px solid rgb(192, 192, 192);
    border-top: unset;
}

main .nav-link.active{
    border-bottom-color: white!important;
}
main .nav-tabs .nav-link {
    font-weight: bold;
}

#specs-tab-pane th, #specs-tab-pane td {
    border-bottom: 1px solid rgb(242, 242, 242)!important;
    text-align: left !important;
}

#specs-tab-pane img,
#overview-tab-pane img{
    /* max-width: 300px; */
    max-width: max-content;
    object-fit: contain;
}

#overview-tab-pane img{
    display: flex;
    margin: 0 auto;
}

#consumables-tab-pane a{
    color: rgb(54, 87, 139);
}

#consumables-tab-pane tr.tabelka td{
    padding-bottom: 10px;
}

#consumables-tab-pane tr.two td{
    margin-bottom: 10px;
}

.totheright{
    text-align: right;
}