#smartAppBanner {
	background-color: #ddd;
	font-family: Montserrat, sans-serif;
}
#smartAppBanner .sab-close {
	color: #000;
}
#smartAppBanner .sab-info {
	color: #0c0c0c;
	font-weight: 600;
}
#smartAppBanner .sab-info strong {
	font-weight: 700;
	color: #0c0c0c;
}
#smartAppBanner .sab-button > span {
	font-weight: 700;
	border: 1px solid #252525;
	border-radius: 4px;
	color: #0c0c0c;
	margin: 0 8px;
}
#smartAppBanner.is-ipad .sab-button > span {
	line-height: 30px;
}
#smartAppBanner.is-ipad .sab-button {
	width: 140px;
}