

/* Start:/help/delivery/adaptive_deliveries.css?1779775240893*/
.delivery-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.delivery-table-row {
	display: table-row;
}
.delivery-table-cell {
	display: table-cell;
	padding: 6px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.delivery-table-cell:nth-child(1) {
	width: 50%;
	white-space: normal;
}
.delivery-table-cell:nth-child(2) input {
	width: 100%;
	box-sizing: border-box;
}
.delivery-table {
	background-color: #F3F3F3;
	width: auto;
	margin-right: auto;
}
.delivery-table-row {
	border-bottom: 2px white solid;
}
.delivery-table-cell .hint {
	cursor:pointer;
}

@media (max-width: 480px) {
	.delivery-table,
	.delivery-table-row,
	.delivery-table-cell {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.delivery-table-cell {
		padding: 4px 0;
	}
	.delivery-table-cell:nth-child(2) input {
		width: 100%;
	}
	.delivery-table-row {
		margin-bottom: 12px;
	}
}
/* End */
/* /help/delivery/adaptive_deliveries.css?1779775240893 */
