#sizeGuideContent {
    display: table-cell;
    color: #666;
    font-size: 0.9em;
    font-family: sans-serif;
    font-weight: 400;
    height: auto;
    padding: 5px 10px;
}
img {
    height: auto;
    max-width: 100%;
}
.dtable { display: table; }
.tcell { display: table-cell; }
.w100 { width: 100%; }
.w80 { width: 100%; }
.w20 { width: 10%; }

#guideTitle {
    font-size: 24px;
    font-weight: bold;
}
#sizeGuideContent .names {
    padding: 10px 0 0 0;
}
.cell-border {
    border-bottom: 1px solid #d9d9d9;
}
.w80.dtable.cell-border div.tcell {
    padding: 3px;
}

@media (max-width:786px) {
    #sizeGuideContent { padding: 5px; }
}