.store-link-list:after{
	content: "";
	display: block;
	clear: both;
}
.store-link-list > span, 
.store-link-list > a{
	float: left;
}
.store-link-list > span{
	padding: 0 8px;
}

#payment-pick-office-description > p:last-child{
  display: none;
}

@media only screen
and (max-width: 720px){

	.store-time-list > div{
		float: none !important;
		padding-left: 0px !important;
	}
	.store-time-list > div + div{
		margin-top: 20px;
	}

}