.row {
display:table;
position: relative;
width: 100%;
}

.row-bordered {
border: 2px solid midnightblue;
border-radius: 8px;
margin-top: 28px;
}

[class^="cell"]{
display: table-cell;
vertical-align: top;
padding: 0 15px 15px 10px;
}

[class^="cell"]:last-of-type{
padding-right: 15px;
}

.cell_1{
width: 8.33333%; 
}
.cell_2{
width: 16.66667%; 
}
.cell_3{
width: 25%; 
}
.cell_4{
width: 33.33333%; 
}
.cell_5{
width: 41.66667%; 
}
.cell_6{
width: 50%; 
}
.cell_7{
width: 58.33333%; 
}
.cell_8{
width: 66.66667%; 
}
.cell_9{
width: 75%; 
}
.cell_10{
width: 83.33333%; 
}
.cell_11{
width: 91.66667%; 
}
.cell_12{
width: 100%; 
}

[class^="cell"] img{
display:block;
width: 90%;
margin: 0 auto;  
}

figcap{
display: block; 
text-align: center;
}

.row p, row h1 {
    position: relative;
}
.product-summary{
top: -14px;
}

.price-stock{
    font-weight: 700;
    left: 30px; 
    top: -8px;
}

.row a.button{
    position: relative;
    left:40px;
}

.v-tighten{
    margin-top: -1em;
}