.optionTitle
{
    width: 50% !important;
}

#productPlain
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: center center no-repeat;
    background-size: contain;
}

#priceSpinner {
    padding-bottom: 0;
    height: 45px;
}

#bleedDiv {
    border: 1px solid #00FF00;
}


#pickersBox {
    height: auto;
}

#sizeChartDiv table
{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    text-align: center;
    border-spacing: 0px;
    border: 1px solid #999999;
}

#sizeChartDiv tr
{
    width: 100%;
}

#sizeChartDiv th, #sizeChartDiv td
{
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;                                
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    font: 9pt arial;
}

#sizeChartDiv th
{
    background-color: #F5F5F5;
    border-bottom: 1px solid #999999;
}

#sizeChartDiv th:first-child, #sizeChartDiv td:first-child
{
    border-left: none;
}

#sizeChartDiv th:last-child, #sizeChartDiv td:last-child
{
    border-right: none;
}                           

#sizeChartDiv tr:first-child td
{
    border-top: none;
}

#sizeChartDiv tr:last-child td
{
    border-bottom: none;
}

#sizeChartDiv tr:nth-child(n + 1)
{

}
