#yddvizContainer {
	min-width: 290px;
	background: #e0e0e0;
	font-family: Arial;
	padding: 5px;
}

.yddvizPerson { 
width: 48px; height: 63px; float: left; margin: 3px; border: 1px solid #999; border-radius: 1px;
     -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3); }

.yddvizJaa { background: #6bac05;}
.yddvizEi { background: #bf302a;}
.yddvizPoissa { background: #888;}
.yddvizTyhjaa { background: #eee;}
.yddvizTooltipName { font-size: 110%; font-weight: bold; }
.data-votes { display: none; }
     
.tooltip { 
        display: none; 
} 

.qtip-default { 
                border-width:0px; 
                border-style:solid; 
                border-color:#fff; 
                background-color:#fff; 
                color:#fff; 
                line-height:130%; 
				max-width: 170px;
} 
        
.qtip-content{ 
                position:relative; 
                overflow:hidden; 
                text-align:left; 
                word-wrap:break-word; 
                color: #fff; 
                background: #444; 
                font-size: 11px;
				font-family: Arial, sans-serif;
                padding: 10px 10px 10px 10px; 
                -webkit-border-radius: 1px; 
                -moz-border-radius: 1px; 
        border-radius: 1px; 
} 


#yddvizIsotope,
.isotope .yddvizPerson {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

#yddvizIsotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

#yddvizIsotope .yddvizPerson {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

#yddvizIsotope {
background: #eee;
padding: 5px 2px 2px 2px;
}

#yddvizOptions {
clear: both;
}

.yddvizButton {
	outline: none;
	cursor:pointer;
	border: 0;
	margin: 2px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	background-color: #98e9eb;
	color: #666;
}
.yddvizButton:hover {
	background-color: #ABD7DD;
}
.yddvizButton.selected {
	background-color: #18b5ca;
	color: #fff;
}
.yddvizButton.selected:hover {
	background-color: #0E99AC;
}
  

.button-group {
padding-bottom: 5px;
font-size: 12px;
font-weight: bold;
}     

.axel {
font-weight: bold;
}