/* Modification Log
** 11438 DES 02/19/19 Enrole branding
** B6895 JJD 04/30/19 (prerelease) Use default display if element is shown
*/
.desktop-only{
	display:default;
}

.tablet-only{
	display:none;
}

.mobile-only{
	display:none;
}

.not-in-mobile {
	display:default;
}

.not-in-desktop{
	display:none;
}

#wrapper{
	max-width:1264px;
	margin:0 auto;
}

#popularContainer {
	font-size: 13px;
	float: left;
	height: 100%;
	width: 22%;
	position: relative;
/*	background-color: #ffffff; */
}
