.badger-outter
	{
	background:#fff;
	/*border:1px solid #ccc;
	/*min-width: 36px;*/
	width: 25px;
	height: 25px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	/*box-shadow:0px 1px 5px #ccc;
	-moz-box-shadow:0px 1px 5px #ccc;
	-webkit-box-shadow:0px 1px 5px #ccc;*/
	float:left;
	position:absolute;
	top:-18px;
	right:-15px;
	margin: 0 2px 0 0;
	z-index:9;
	/*z-index:9999;*/
	}
.badger-inner
	{
	/*min-width: 30px;*/
	width: 24px;
	height: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #AA000A;
	/*background: -moz-linear-gradient(100% 100% 90deg, #f13c31, #f79690);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79690), to(#f13c31));
  	background: -webkit-linear-gradient(#f79690, #f13c31);
    background: -o-linear-gradient(#f79690, #f13c31);*/
    margin:3px -1px 0 0;
    z-index:99999;
	position:absolute;
	}
.badger-badge
	{
	color:#fff;
	padding:2px 2px;
	margin:0;
	text-align:center;
	/*text-shadow:0px -1px 1px #e01b0f;*/
	z-index:999999;
	}
.badger-text
	{ font-size:15px; text-align: center; position:absolute;}
.badger-number
	{ font-size:15px; font-weight:bold; margin-left:-17px; bottom:0px; text-align: center; position:absolute }
	
	
@media (max-width: 498px) {
.badger-number {
		top: -14px;

		margin: 0 auto 0 auto;
		text-align:center;
	}
.badger-inner
	{
	width: 24px;
	height: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #AA000A;
    margin:1px -3px 0 0;
    z-index:99999;
	position:absolute;
	}
}

@media (max-width: 835px) {
.badger-number {
		top: -14px;
		
		margin: 0 auto 0 auto;
		text-align:center;
		}
.badger-inner
	{
	width: 24px;
	height: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #AA000A;
    margin:1px -3px 0 0;
    z-index:99999;
	position:absolute;
	}
}

@media (max-width: 845px) {
.badger-number {
		top: -14px;
			
		margin: 0 auto 0 auto;
		text-align:center;}
.badger-inner
	{
	width: 24px;
	height: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #AA000A;
    margin:1px -3px 0 0;
    z-index:99999;
	position:absolute;
	}
}

@media (max-width: 1100px) {
.badger-number {
		top: -14px;
			
		margin: 0 auto 0 auto;
		text-align:center;}
.badger-inner
	{
	width: 24px;
	height: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #AA000A;
    margin:1px -3px 0 0;
    z-index:99999;
	position:absolute;
	}
}

/*@media only screen
and (min-device-width : 289px)
and (max-device-width : 1199px)
and (orientation : landscape) {
	.badger-number {
		bottom:-10px;	;
		margin-left:-15px;}

}*/