body {
    background: #F5F5F5;
}

.www-content {
    background: #F5F5F5;
}

.bidtrade-pos {
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
}

.bidtrade-list {
    width: 1200px;
    height: 3840px;
    display: flex;
    /*/*flex-flow: column wrap;*/
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /*-moz-column-count: 4; !* Firefox *!*/
    /*-webkit-column-count: 4; !* Safari and Chrome *!*/
    /*column-count: 4;*/
}

.bidtrade-list-pbl {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bidtrade-coulmn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.bidtrade-item {
    width: 291px;
    box-sizing: border-box;
    break-inside: avoid;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    margin: 0px 5px 10px 5px;
    border-radius: 8px 8px 8px 8px;
}

.bidtrade-item-name {
    width: 291px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #232632 0%, #51576A 100%);
    border-radius: 8px 8px 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
}

.bidtrade-item-words {
    width: 279px;
    height: auto;
    padding: 10px;
    padding-right: 0;
    padding-top: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 0px 0px 8px 8px;
}

.bidtrade-item-words a {
    display: block;
    margin: 5px 5px 0px 0;
    padding: 5px 10px;
    background: #F5F7FB;
    color: #333333;
    border-radius: 2px 2px 2px 2px;

}

.bidtrade-item-words a:hover {
    background: #FFF5F3;
    color: #DB4E3E;
}

/*===============================================================*/
