.smart-banner {
			background-color: #f9f9f9;
			width: 100%;
			height: 90px;
			top: 0;
			left: 0;
			font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
		}
		
		.close-banner {
			float: left;
			height: inherit;
			display: table;
		}
		
		.close-banner-wrapper {
			display: table-cell;
			vertical-align: middle;
		}
		
		.cross {
			border: 0;
			float: left;
			width: 17px;
			height: 17px;
			line-height: 15px;
			margin: 3px;
			color: #888888;
			display: block;
			font-family: ArialRoundedMTBold,Arial;
			font-size: 15px;
			text-align: center;
			text-decoration: none;
		}
		
		.description-banner {
			float: left;
			height: inherit;
			display: table;
		}
		
		.app-icon-wrapper {
			display: table-cell;
			vertical-align: middle;
		}
		
		.app-icon {
			float: left;
		}
		
		.app-icon img {
		}
		
		.app-descripton {
			float: left;
			height: 100%;
			display: table;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.app-description-wrapper {
			display: table-cell;
			vertical-align: middle;
		}
		
		.app-description-header {
			font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
			font-weight: normal;
			font-size: 16px;
			color: #272727;
		}
		
		.app-description-stars {
			padding: 5px 0;
		}
		
		.app-description-text {
			font-size: 14px;
			color: #000;
			font-weight: bold;
		}
		
		.link-banner {
			float: right;
			height: inherit;
			display: table;
		}
		
		.link-button-wrapper {
			display: table-cell;
			vertical-align: middle;
		}
		
		.link-button {
			height: 25px;
			width: 60px;
			border-radius: 5px;
			text-align: center;
			display: table;
			margin: 3px;
			margin-right: 15px;
		}
		
		.link-button span {
			padding: 2px;
			color: #00599E;
			font-weight: normal;
		}
		
		.link-text-button-wrapper {
			display: table-cell;
			vertical-align: middle;
			font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
			font-weight: bold;
			font-size: 16px;
		}
