/*!
 * smartbanner.js v1.10.0 - UCI Health additional custom CSS fixes
 */

.smartbanner__info__title {
	font-weight:bold;
}	
.smartbanner__button {
	border-radius:0;
	display:inline-block;
	top:30px!important;
}
.smartbanner__button:hover {
	text-decoration:none;
}
.smartbanner__button span.smartbanner__button__label {
	color:transparent;
}
.smartbanner__button span.smartbanner__button__label:after {
	background:#0073CF;
	border-radius:5px;
	content:'Install';
	color:#fff;
	font-size:0.9em;
	padding:6px 12px;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
	background:none!important;
}
.smartbanner.smartbanner--android .smartbanner__button {
	box-shadow:none!important;
}
