﻿
@media(min-width:768px) { /* Screen sizes sm, md, lg */
    #auction_table_inner .row { /* */
        display: table;
        table-layout: fixed;
    }

    #auction .url, .favbox {
        display: table-cell;
        vertical-align: middle;
    }

    #auction .url, .favbox {
        float: none;
    }
}


/*
@media(max-width: 767px) { /* Screen sizes xs */
    .number, .imagebox {
        margin-bottom: 10px;
    }
}

@media(max-width:991px) { /* Screen sizes xs, sm */
    .fav img, .imagebox img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px){
	.auc-list-bids{
		display:flex;
		flex-wrap:wrap;
		gap: 0.2em 3em;
	}
}

