.qtdPartido {
	font-size: 3rem;
}
	
.numCandidato {
	font-size: 2rem;
	color: yellow
}	

.nomeCandidato {
	
}	
	
.loading {
    width: 300px;
    height: 300px;
    margin: 10px auto 0 auto;
    background: url('../img/loading.gif') no-repeat;
}	

	
#avatar {        
    /* make a square container */
	width: 100px;
    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 15%;	
}	
	
.red {	
	border-color: red;
	border-width: 3px;
	width: 100%;
	height: 100%;
}	
	
.green {
	border-color: green;
	border-width: 3px;
	width: 100%;
	height: 100%;
}	

	
.avatarimg {        
    /* make a square container */
	
	width: 152px;
    /* round the edges to a circle with border radius 1/2 container size */
    border-radius: 15%;
	margin: 1px;
}	
	
	#partido_todos.active{
		border-color: green;
  		border-style: solid;
  		border-width: medium;
		padding: 0;
	}	

.imgCandidato {
   width: 152px;
   position: relative;
   text-align: color: center;
}	
	
.tagSim {
   float: left;
   width: auto;
   position: absolute;   
   left: 0;
   bottom: 10px;
   margin-left: 20px;   
   z-index: 1000;
}
	
.tagNao {
   float: right;
   width: auto;
   position: absolute;   
   right: 0;

   bottom: 10px;
   margin-right: 15px;   
   z-index: 1000
}
	
.tag {
   float: right;
   width: auto;
   position: absolute;   
   right: 0;

   bottom: 10px;
   margin-right: 15px;   
   z-index: 1000
}	
	
.iconVotoSIM {
	border-width: thin;
   background-color: green;
	text-align: center;
   padding: 4px;
	color:white;
   border-radius: 35%;	
   width: 40px;
	margin-top: 5px;
	margin-right: 5px;
   position: absolute;   
   top: 0;
   right: 0;      
   z-index: 1000;
   
}		
	

.iconVotoNAO {
	border-width: thin;
   background-color: red;
	text-align: center;
   padding: 4px;
	color:white;
   border-radius: 35%;	
   width: 40px;
	margin-top: 5px;
	margin-right: 5px;
   position: absolute;   
   top: 0;
   right: 0;      
   z-index: 1000;
   
}		
	
.text-nowrap {
    white-space: nowrap;
}