.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)
{

}

#productButtonsDesignLocationContainerDiv
{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
    width: 100%;
	margin-top: 5px;
}

.buttonDesignLocation
{
	display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	
	box-sizing: border-box;
	width: 48%;
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border: 1px solid #AAAAAA;
	border-radius: 2px;
	box-shadow: 0px 9px 3px -5px rgba(0,0,0,0.025);
}

.buttonDesignLocationSelected
{
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;	
	border: 2px solid #777777;
	box-shadow: 0px 9px 3px -5px rgba(0,0,0,0.10);
	border-radius: 0px;
}

.buttonDesignLocation:hover
{
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;		
	border: 2px solid #AAAAAA;
}

.buttonDesignLocation:hover
{
	border-color: #777777;
}

.buttonDesignLocation img
{
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	opacity: 0.90;
}

.buttonDesignLocation p
{
	display: inline-block;
	box-sizing: border-box;
	width: 60%;
	padding-left: 10px;
	font-size: 10pt;
	font-family: avenir, cabin, oswald, arial;
	letter-spacing: 0px;
	vertical-align: middle;
	text-align: left;
	text-transform: none;
	color: #444444;
	overflow: visible;
}

.buttonDesignLocation.buttonDesignLocationSelected img
{
	opacity: 1.0;
}

.buttonDesignLocation.buttonDesignLocationSelected p
{
	color: #000000;
}