.size-guide-wrapper{
    padding-top: 75px;
}

.size-guide-wrapper #table-size-guide{
    float: right;
    margin-right: -50px;
}

.size-guide-wrapper #table-size-guide table th{
    border: 0;
}

.size-guide-wrapper #table-size-guide table tr{
    background: none;
}

.size-guide-wrapper #table-size-guide table tr{
    border-bottom: 1px solid #dedede;
}

.size-guide-wrapper #table-size-guide table tr:last-child{ border-bottom: none; }

.size-guide-wrapper #table-size-guide table tr td:first-child{
    color: #a9a9a9;
}

.size-guide-wrapper #table-size-guide table td:nth-child(n+2){
    font-size: 15px;
    font-family: DINPro;
}

.size-guide-wrapper #table-size-guide table th:nth-child(n+2) span {
    width: 31px;
    height: 26px;
    background:#e2061a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.size-guide-wrapper #table-size-guide table td{
    padding: 10px 10px;
}

.size-guide-wrapper #mannequin-size-guide{
    float: left;
}

