.coffeeshop-table-item {
    position: relative;
    display: table;
    table-layout:auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
    padding-bottom:5px;
    word-spacing: 0.1em;
    line-height: 1.5;
    vertical-align: top;
}
.coffeeshop-table-item:after {
    position:absolute;
    bottom:0px;
    left:0px;
    content:"";
    height:1px;
    width:100%;
}
.coffeeshop-table-item .coffeeshop-table-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.coffeeshop-table-item .coffeeshop-table-title a{
    display: block;
    font-weight: 700;
}
.coffeeshop-table-item .coffeeshop-table-price {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
}
.coffeeshop-table-left {
    display:table-cell;
}
.coffeeshop-table-right {
    text-align: right;
    display:table-cell;
    padding-left: 20px;
}
.coffeeshop-table-item .coffeeshop-table-left,.coffeeshop-table .coffeeshop-table-right {
    padding-bottom: 18px;
}