/**
* -----------------------------------------------------------------------------
*
* ID Product Size Guide
*
* -----------------------------------------------------------------------------
*/

.id-size-guide table {
    width: 100%;
    text-align: center;
    font-size: 75%;
    text-transform: uppercase;
    letter-spacing: 1pt;
}


.id-size-guide-table{
    margin: 20px auto;
}

.id-size-guide thead > tr > th {
    background-color: rgba(0,0,0,1);
    color: #fff;
}

.id-size-guide tr.grey {
    background-color: rgba(0,0,0,0.15);
}

.id-size-guide tr.lightgrey {
    background-color: rgba(0,0,0,0.05);
}

.id-size-guide th {
    text-align: center;
}

.id-size-guide td {
    padding: 5px 0px;
}