
div.borderTable{
	margin-top: 60px;
}
.ec-select {
	margin-bottom: 0;
}
.ec-zipInputHelp{
	font-size: 0.875rem;
	display: inline-block;
	margin: 5px 15px;
}


/* :::::::::::::::::: smartphone :::::::::::::::::: */

/* 575px smartphone*/

@media (max-width: 575px) {
	
}
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 769px) {
	div.borderTable dt,
	div.borderTable .th{
		width: 300px;
		flex: inherit;
	}
	div.borderTable dd,
	div.borderTable .td{
		width: calc(100% - 320px);
		flex: inherit;
	}
	div.borderTable dt label,
	div.borderTable .th label{
		font-size: 1.125rem;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
	
}