#smartBanner {
	display: none;
	flex: 1;
	background-color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

#closeBanner {
	background: none;
	border: none;
	color: white;
	font-size: 12px;
	padding: 10px;
}

#smartBanner a {
	background-color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 16px;
	padding: 6px 16px;
	text-decoration: none;
	color: black;
	margin-right: 14px;
}
#smartBanner div {
	flex: 1;
	display: flex;
	flex-direction: column;
}
#smartBanner div #name {
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}
#smartBanner div #desc {
	color: white;
	font-size: 10px;
	margin-left: 10px;
}
