.right {
    border-right: 1px solid;
    padding: 0px;
    background-color: ghostwhite;
    text-align: left;
}
.price {
    padding: 0px;
    text-align: center;
    }

.price .time {
    background-color: #6699FF;
    font-size: 40px;
    border: 1px solid;
    border-bottom: 0px;
    border-right: 0px;
}

.price .cost {
    background-color: #8AE65C;
    font-size: 40px;
    border: 1px solid;
    border-right: 0px;
}

.walk-blurb {
    border-left: 1px solid;
    border-bottom: 1px solid;
}