.dotDown > td
{
	border-bottom: dotted 1px #bdbbbb !important;
}
.dotDownTd
{
	border-bottom: dotted 1px #bdbbbb !important;
}

.table-border-around
{
	border: dotted 1px #bdbbbb !important;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.basketNames
{
	font-size: 1.4rem !important;
}

.table-no-border, .table-no-border tr, .table-no-border tr td, .table-no-border tr th{
border: none !important;
}

.basket_sm
{
	min-width: 60px;
	max-width: 200px;
}

.basket_qty
{
	min-width: 135px;
	max-width: 200px;
}

.basket_xsm
{
	min-width: 20px;
	max-width: 40px;
}
.basket_ch
{
	width: 40px;
}

.basket_qty
{
	border: none;
	text-align: center;
}

.no-border {
  border: none !important;
}
