img.trophyicon {
    float: left;
    padding: 0 2px;
}

div.map {
	 padding: 1em 1em 0 1em;
	 border-radius: 20px;
	 margin: 0.5em;
	 border: 1px solid gray;
	 display:block;
	 float: left;
	 width: 220px;
}

.c1 { background-color: white;}
.c2 {background-color: #ddffdd; }

div.map h1 {font-size: 100%; line-height: 100%; text-align: center; margin-top:0px}
div.map h2 {font-size: 80%; color: gray; line-height: 100%}

div.map img { display:block; margin-left: auto; margin-right: auto; }

td {border: 1px solid black; padding:0 1em;}
td img {width: 100px;}
th {font-weight: bold}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -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;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

div.popup h1 {text-align: center; font-size: 150%}

div.popup h1  a.liker:hover {text-decoration: none}

span.voted {
    background: url(voted32.png) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
}
span.notvoted {
    background: url(vote32.png) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

div.likes {display: inline}

img.trophy {
z-index:99;
right: 40px;
top: 35px;
position: relative;
}

img.thumb {
z-index:1
}



