.tabs-panel.is-active {
    display: initial;
}

.row {
    width: 100% !important;
}

.row.auctionlisting {
    width: 100% !important;
    margin: 0 auto;
}

.auctionlistingheader .alignright {
    margin-left: 0 !important;
}

.tabs {
    background: none !important;
}

.tabs-title  a {
    padding: 2rem 3rem !important;
}

.tabs li {
    background: #fefefe !important;
}

.addmargin {
    margin-left: 30px;
}

.columns:last-child:not(:first-child) {
    float: left !important;
}

.auctionlistinginfo p:last-child {
    margin-bottom: 15px !important;
}

@media screen and (max-width: 640px) {
    .tabs li {
        width: 100%;
    }
}