.bid-container {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
}

.bid-info {
    flex: 2;
    height: 100%;
    border-bottom: solid black 1px;
}

.bid-title {
    width: 100%;
    height: 5%;
    line-height: 100%;
    text-align: center;
    vertical-align: center;
    font-weight: bold;
    font-size: 120%;
    border-bottom: solid black 1px;
}

.bid-info-info {
    display: flex;
    height: 70%;
    width: 100%;
    border-bottom: solid black 1px;
}

.bid-info-controls {
    width: 100%;
    height: 25%;
    border-top: solid black 1px;
}

.bid-info-column {
    flex: 1;
    height: 100%;
    border-right: solid black 1px;
}

.bid-updates {
    flex: 1;
    height: 100%;
    border-left: solid black 1px;
}

.info-item {
    width: 100%;
    height: 18%;
    left: 0;
    margin-bottom: 1%;
    margin-top: 1%;
    padding: 2% 5%;
}

.review-item {
    flex: 1;
    height: 100%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    font-size: 2.5vh;
}

.review-item-flipped {
    flex: 1;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    float: top;
    font-size: 2.5vh;
}