.widget.hose_selector{
	border: 2px solid rgb(0, 0, 0); 
	padding: 0px; 
	width: 99%; 
	margin-top: 5px; 
	margin-bottom: 5px;	
}
.widget.hose_selector .hose_instructions{
	border-bottom:#04066D 2px solid;
}

.widget.hose_selector table, 
.widget.hose_selector tr,
.widget.hose_selector td,
.widget.hose_selector th{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.widget.hose_selector td,
.widget.hose_selector th{
	border:1px solid blue;
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}


.widget.hose_selector td td{
	border:0px none;
}

.widget.hose_selector table{
	width:100%
}
