#worldmap
{
  width:100%;
  height:600px;
  overflow: hidden;
}
.worldmap img 
{
  max-width: none !important;
}

.infoBox
{
  background-color:white;
  max-width:400px;
  width: 80%;
  position:relative;
  padding: 10px 10px 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  /*prevent miscalculation by infobox.js*/
  box-sizing:content-box;
  z-index:999;
}

.template{
	display:none;
}
.worldmap .entry-flag {
  height: 25px;
  float: left;
  padding-right: 10px;
}
.worldmap h2{
  line-height: 15px;
  padding-top: 5px;
}

@media only screen and (max-width: 1025px) {
  #worldmap
  {
    height:400px;
  }
}
@media only screen and (max-width: 900px) {
  .infoBox
  {
    width:80% !important;
    max-width: none;
    margin:10% !important;
    left: 0 !important;
    top: 0 !important;
  }
}
@media only screen and (max-width: 481px) {
  #worldmap
  {
    height:250px;
  }
}
}