.sat_live_bid_info {
    width: 100%;
}

.sat_not_highest_bid,
.sat_highest_bid {
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 4px; 
}

.sat_not_highest_bid {
    background-color: #ffe1e1;
    border: 1px solid #fe4242;
}

.sat_highest_bid {
    background-color: #f4fff7;
    border: 1px solid #4ab866;
}
.sat_not_highest_bid_explaination{
    display: none;
}