.yddvizPerson { width: 87px; height: 83px; float: left; margin: 3px; border: 1px solid #888; border-radius: 2px;
     -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75); }

.yddvizTooltipName { font-size: 120%; }
.data-votes { display: none; }

.yddvizCentern {
 background-color: rgba(63, 132, 52, 0.8);
}
.yddvizKD  {
background-color: rgba(87, 74, 179, 0.8);
}
.yddvizSDP {
background-color: rgba(254, 58, 59, 0.8);
}
.yddvizSFP {
background-color: rgba(203, 141, 58, 0.8);
}
.yddvizSamlingspartiet {
background-color: rgba(44, 100, 177, 0.8);
}
.yddvizSannfinlandarna {
background-color:  rgba(41, 136, 190, 0.8);
}
.yddvizVansterförbundet  {
background-color: rgba(180, 56, 84, 0.8);
}
.yddvizGröna  {
background-color: rgba(139, 192, 48, 0.8);
}
.yddvizÖvriga  {
background: rgba(103, 103, 103, 0.8);
}



.yddvizButton {
	outline: none;
	cursor:pointer;
	border: 0;
	margin: 2px 2px 4px 2px;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background-color: #98e9eb;
	color: #777;
}
.yddvizButton:hover {
	background-color: #ABD7DD;
}
.yddvizButton.selected {
	background-color: #18b5ca;
	color: #fff;
}
.yddvizButton.selected:hover {
	background-color: #0E99AC;
}


.tooltip { 
        display: none; 
} 

.qtip-default { 
                border-width:0px; 
                border-style:solid; 
                border-color:#fff; 
                background-color:#fff; 
                color:#fff; 
                line-height:140%; 
} 
        
.qtip-content{ 
                position:relative; 
                overflow:hidden; 
                text-align:left; 
                word-wrap:break-word; 
                color: #fff; 
                background: #444; 
                font-size: 12px; 
                padding: 10px 10px 10px 10px; 
                -webkit-border-radius: 5px; 
                -moz-border-radius: 5px; 
        border-radius: 5px; 
} 


#yddvizContainer,
.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;
}

#yddvizContainer {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

#yddvizContainer .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;
}

#yddvizContainer {
}
  

.button-group {
padding-bottom: 2px;
}     

.axel {
font-weight: bold;
}