
.tickerContent h6 {
	font-family:Lato;
	text-align:center;
	padding-bottom:5px;
	font-weight: normal;
	font-size: 12px;
}
.tickerContent {
	color: #333333;
	text-align: center;
	font-family: Lato, sans-serif;
	user-select: none;
}

.tickerContent .row-organization {
	font-size: 20px;
	font-weight: 500;
	margin: 0 10px;
}

.tickerContent .row-total {
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	line-height:25px;
	width: 100%;
}
.tickerContent .dollarAmountRaised	{
	font-size:80px;
	line-height:80px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tickerContent .asterix {
	font-size:25px;
	line-height:25px;
	top: 9px;
	position: absolute;
}
.loading img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media screen and (max-width: 450px) {
	.tickerContent .dollarAmountRaised {
		font-size: 13vw !important;
	}
}
@media screen and (max-width: 450px) {
	.tickerContent .dollarAmountRaised	{
		font-size: 13vw !important;
		line-height: 20vw !important;
		height: 20vw;
		overflow: hidden;
	}
	.tickerContent .dollarAmountRaised.asterix {
		top: -10px;
		left: 1px;
	}
}
@media screen and (max-width: 250px) {
	.tickerContent .dollarAmountRaised	{
		font-size: 40px !important;
		line-height: 40px !important;
		height: 50px;
		overflow: hidden;
	}
}
@media screen and (max-width: 600px) {
	.tickerContent .dollarAmountRaised {
		font-size: 13vw !important;
	}
}
