﻿
.CATCOUNTERROUND_LOADER_RUN{
	float:left;
	border: 3px solid transparent;
	border-radius: 50%;
	border-top: 3px solid #000000;
	width: 110px;
	height: 110px;
	-webkit-animation: spin 0.3s linear infinite; /* Safari */
	animation: spin 0.3s linear infinite;
    box-sizing: border-box;

}
.CATCOUNTERROUND_BORDER_RUNNING{border:3px solid transparent;}
.CATCOUNTERROUND_BORDER_STOP{border:3px solid #888888;}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.CATCOUNTERROUND_OUTER{
	float:left;
	border:0px solid black;
	width: 110px;
	height: 110px;
    box-sizing: border-box;	
    display:none;
    position:absolute;
}
.CATCOUNTERROUND_BORDER{
	float:left;
    position:absolute;
   	border-radius: 50%;
	background:#F2F2F2;

    height:104px;
    width:104px;
    margin:3px;
    padding:5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px -4px #888888;    
}


.CATCOUNTERROUND_NUM{
	font-family: "primaryfont",Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height:24px;
	/*color: #F26D00;*/
	color:#333333;
}
.CATCOUNTERROUND_INNERBORDER{
	border:0px solid blue;
	height:100%;
	width:100%;
    box-sizing: border-box;	


	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}
.CATCOUNTERROUND_TEXT{
	font-family: "primaryfont",Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:18px;
	color: #333333;
}
.CATCOUNTERROUND_TEXT_SELLERLABEL{color: #8D66DD;}
