/* DELIVERY TAB */
.tab-inner-box {
	width: 100%;
	background-color: #fff;
	padding: 3%;
	margin: 0 auto;
}

/* default/mobile styles */

#etailers .row {
  border-bottom:1px dashed grey;
  text-align:center;
  padding:10px;
  margin-bottom:0px !important;
}

#etailers .elogo img{
	display:inline !important;
	margin-bottom:0px !important;	
}

#etailers .elogo a{ border-bottom:none !important; }

.etailer-summary{
	display:inline-block;
	float:left;	
}

#etailers .row.last {  border-bottom:none; }

@media (min-width: 768px){/* desktop styles */
	#etailers {
	  	display: table;
	  	border-collapse:collapse;
		border:none;
	}
	
	#etailers .row {
	  	display: table-row;
		text-align:left;		
	}
	
	#etailers .column {
	  display: table-cell;
	  border:none;
	  padding:15px;
	  vertical-align:middle;
	}

	#etailers .elogo a{
		margin-right: 10px;	
		float:left;
	}
	
	#etailers .elogo img{ vertical-align: middle; }
	
	.etailer-summary{
		display:inline-block;
		float:left;	
	}		
	
}
/* END DELIVERY TAB */

/* CATERING TAB */
	
	@media (min-width: 768px) {
		#catering-content{
			max-width: 70%;
			margin:auto;
		}
		.tab-inner-box {
			width: 90%;
		}
	}
	
	#catering-img{
		float: left;
		margin-right: 20px;
		-webkit-box-shadow: 10px 10px 16px -5px rgba(219,216,219,1);
		-moz-box-shadow: 10px 10px 16px -5px rgba(219,216,219,1);
		box-shadow: 10px 10px 16px -5px rgba(219,216,219,1);
	}
	
	.bjnt_tab#catering .btn {
		font-size: 2.2rem;
		width:200px;
	}
	
	@media only screen and (max-width: 479px){
		.bjnt_tab#catering {
			padding-top: 0px !important;
			width:100%;
			margin: 0 auto;
			text-align: center;
		}
		
		.bjnt_tab#catering .btn {
			font-size: 2.6rem;
			margin:0 auto;
			width: 100%;
		}
	}
	
/* END CATERING TAB */

/* STATIC SHOPS LIST */
.bjnt_shopsList, .bjnt_shopsList h2 { color: #fff; }

.bjnt_shopsList h5 a { 	color: #0475a1; }

.bjnt_shopsList h5 a:hover { color: #3389A8; }

.bjnt_shopsList h3 {
  font-size: 2.8rem;
  font-family: "severance_the_sequelmedium",Georgia,serif;
}