#rtBub_1021.homepage {
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 7px;
}

#rtBub_1021 > .bubBody {
	padding: 0;
}

#rtBub_1021 > .bubBody .active-users-widget {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 215px;
	width: 337px;
	overflow: hidden;
	position: relative;
}
body.home > #whole > #container > div > div > .bubble > .bubBody > div.active-users-widget {
	padding: 0 15px;	
}
#rtBub_1021 > .bubBody .active-users-widget > img.bgStatic {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
#rtBub_1021 > .bubBody .active-users-widget p {	padding: 4px 0; }
#rtBub_1021.homepage > .bubBody .active-users-widget > div[data-view="prop-details"]:not(.slide) {left: -305px;}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="splash"].slide {left: -320px ;}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="splash"]:not(.slide) {left: 0px;}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="prop-details"].slide {left: 35px;}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="prop-details"]:not(.slide) {left: -333px;}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="splash"] *:not(button) {	text-shadow: 0px 0px 8px rgba(255,255,255,1); }
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="prop-details"] > .statRow > .label {	text-shadow: 0px 0px 4px rgba(255,255,255,0.5); }
#rtBub_1021 > .bubBody .active-users-widget > div[data-view] { 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	position: relative; 
	transition: 1s ease-out all;
	min-width: 100%;
}
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="splash"] { padding-top: 15px; }
#rtBub_1021 > .bubBody .active-users-widget > div[data-view="prop-details"] { padding-top: 5px; }
#rtBub_1021 > .bubBody .active-users-widget .statBox {
	min-width: calc(100% - 30px);
	padding: 5px 10px;
}
#rtBub_1021 > .bubBody .active-users-widget .statRow {
	margin-top: 3px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
#rtBub_1021 > .bubBody .active-users-widget .statRow a:link {color: #005;}  
#rtBub_1021 > .bubBody .active-users-widget .statRow a:visited {color: #005;}  
#rtBub_1021 > .bubBody .active-users-widget .statRow a:hover {color: #005;}  
#rtBub_1021 > .bubBody .active-users-widget .statRow a:active {color: #005;}  
#rtBub_1021 > .bubBody .active-users-widget .statRow .label {
	font-family: trebuchet ms, arial, helvetica;
	letter-spacing: 2px;
	text-align: left;
	flex: 1;
	font-size: .85em;
	font-weight: bold;
}
#rtBub_1021 > .bubBody .active-users-widget .statRow:not(.totalRow) .label { border-bottom: 1px dashed #ccd; }
#rtBub_1021 > .bubBody .active-users-widget .statRow.totalRow .label { padding-top: 3px; }
#rtBub_1021 > .bubBody .active-users-widget .statRow .label > a:hover {
	text-decoration: none;	
}
#rtBub_1021 > .bubBody .active-users-widget .statRow .count {
	text-align: right;
	flex: 0;
	font-family: monospace;
	font-weight: bold;
	font-size: 1.29em;
}
#rtBub_1021 > .bubBody .active-users-widget .sideNote {
	font-size: .8em;
	width: 100%;
	text-align: right;
	font-style: italic;
	margin-top: 5px;
}
#rtBub_1021 > .bubBody .active-users-widget .superSize {
	font-size: 3.4em;
	font-family: "Gotham", sans-serif;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}
#rtBub_1021 > .bubBody .active-users-widget .centerAppeal .subtle {
	font-weight: bold;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 1.3em;
	line-height: 1;
	padding: 5px;
}
#rtBub_1021 > .bubBody .active-users-widget .centerAppeal, 
#rtBub_1021 > .bubBody .active-users-widget .statBox {
	border-radius: 20px;
	background-color: #fff;
	border: 3px solid #B1CAEF;	
}
#rtBub_1021 > .bubBody .active-users-widget .centerAppeal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 260px;
	padding: 10px;
}
#rtBub_1021 > .bubBody .active-users-widget .centerAppeal p {
	width: 100%;
	text-align: center;
	font-size: 1.35em;
	font-family: arial, helvetica;
}

#rtBub_1021 > .bubBody .active-users-widget .bottomRow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 4px;
}
#rtBub_1021 > .bubBody .active-users-widget .bottomRow button {
	font-family: trebuchet ms, arial, helvetica;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 1.15em;
	background: #DFEBFD;
	color: #415E88;
	border-radius: 9px;
	border: 1px groove white;
	transition: 1s ease all;
	margin: 0 8px;
}
#rtBub_1021 > .bubBody .active-users-widget .bottomRow button:hover {
	filter: hue-rotate(-75deg);
}
#rtBub_1021 > .bubBody .active-users-widget .flex1 { flex: 1; }

@media only screen and (min-width:250px) and (max-width:819px) {
	#rtBub_1021 .centerAppeal { font-size: .75em; }
    #rtBub_1021.homepage {
        font-size: .8em;
        line-height: 1;
    }
    #rtBub_1021 > .bubBody .active-users-widget .centerAppeal .subtle {
    	font-size: 2.2em;
    }
}
