body {
    min-height: 2000px;
    padding-top: 70px;
}
.confirmation {
    min-width: 125px;
}
.topdeck-auction__img-thumbnail {
    min-width: 225px;
    text-align: center;
}
.topdeck-auction__img-thumbnail-big {
    min-width: 410px;
    text-align: center;
}
.topdeck-auction__img-thumbnail img {
    max-height: 215px;
    max-width: 215px;
}
.topdeck-auction__img-thumbnail-big img {
    max-height: 400px;
    max-width: 400px;
    cursor: zoom-in;
}
.topdeck-flexbox-horizontal {
    display: flex;
    flex-direction: row;
}
.topdeck-flexbox-horizontal_column-auction-img {
    flex: 0 0 240px;
}
.topdeck-flexbox-horizontal_column-auction-img-big {
    flex: 0 0 425px;
}
.topdeck-flexbox-horizontal_column {
    flex: 1;
}
.topdeck-auctions-filters {
    padding: 0;
}
.topdeck-radio-checkbox-btn {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.td-store-edit-categories-icon-column {
    width: 40px;
}
.td-store-edit-categories-name-column {
    width: 250px;
}
.td-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.td-item-image-thumbnail {
    min-height: 225px;
    margin-bottom: 5px;
}
.td-cart-item-image-thumbnail {
    max-width: 100%;
    min-width: 100%;
    padding-top: 50%;
}
.td-cart-item-image-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    margin-top: -50%;
}
p {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    line-height: 1.2em;
}
hr {
    border-top-color: #446e9b;
}
.td-toptrade-item_popupImage {
    position: absolute;
    display: none;
    z-index: 10000;
    border: 4px solid black;
    border-radius: 2px;
    box-sizing: content-box;
    background: white;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 540px !important;
}
.table-non-100 {
    width: initial;
}
.btn:focus {
    outline: none;
}
.td-vertical-align {
    display: flex;
    flex-direction: row;
}
.td-vertical-align > [class^="col-"],
.td-vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
}
.td-center {
    justify-content: center;
}
.td-right {
    justify-content: flex-end;
}
.td-direction-column {
    flex-direction: column;
}
.td-cursor-help {
    cursor: help;
}
.td-reorder-icon {
    display: none;
}
.td-reorder-row:hover td {
    background: #fcf8e3;
}
.td-reorder-row:hover .td-reorder-cell {
    cursor: pointer;
}
.td-reorder-row:hover .td-reorder-icon {
    display: inline;
    
}
.navbar-inverse .btn-link {
    color: #333333 !important;
}
.navbar-inverse .btn-link:hover {
    color: #333333 !important;
}
button .badge {
    line-height: 0.87;
}
@media screen and (max-width: 767px) {
    table {
        width:100%;
    }
    thead {
        display: none;
    }
    tbody {
        display: block;
    }
    tbody tr {
        background-color: inherit;
        display: block;
        border-bottom: 1px solid #dddddd;
        clear: both;
    }
    tbody tr.info {
        background: #d9edf7 !important;
    }
    tbody tr td {
        display: inline;
        padding: 3px !important;
        border: none !important;
        line-height: normal !important;
        background: none !important;
    }
    tbody tr td:first-child {
        background: #f0f0f0;
        font-weight:bold;
    }
    tbody tr td[data-linebreak="true"] {
        display: block;
    }
    tbody tr td[data-hide="true"] {
        display: none;
    }
    tbody td:after {
        content: attr(data-after);
        display: inline;
    }
    tbody td:before {
        content: attr(data-before);
        display: inline;
    }
  .pull-right{
    float: none !important;
    display: inline-block;
  }
    .topdeck-auction__img-thumbnail {
        min-width: 112px;
        text-align: center;
    }
    .topdeck-auction__img-thumbnail-big {
        min-width: 205px;
        text-align: center;
    }
    .topdeck-auction__img-thumbnail img {
        max-height: 107px;
        max-width: 107px;
    }
    .topdeck-auction__img-thumbnail-big img {
        max-height: 200px;
        max-width: 200px;
        cursor: zoom-in;
    }
    .topdeck-flexbox-horizontal {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .topdeck-flexbox-horizontal_column .col-xs-4 {
        width: inherit;
    }
    .topdeck-flexbox-horizontal_column-auction-img {
        flex: 0 0 120px;
        align-self: center;
    }
    .topdeck-flexbox-horizontal_column-auction-img-big {
        flex: 0 0 212px;
        align-self: center;
        text-align: center;
    }
    .navbar strong {
        color: #dddddd;
    }
    .td-vertical-align {
        display: block;
    }
    .td-vertical-align > [class^="col-"],
    .td-vertical-align > [class*=" col-"] {
        display: block;
    }
    .td-mobile-hidden {
        display: none !important;
    }
}