table{
  clear:right;
  background-color:#e8e8e8;	
  margin-top:12px;
  border-collapse: collapse;
}

tr{
  border-bottom:solid 1px #e0e0e0
}

td{
  background-color:#f8f8f8;
  border: solid 0px #000000;
  padding: 4px;
}

#primeBody{
  overflow:hidden;
}

div.pokemonProfile{
  width:280px;
  float:left;
  background-color:#f0f0f0;
  padding:5px;
  margin:5px;
  border-radius:2px;
  filter: drop-shadow(2px 2px 2px #a0a0a0);
  overflow:hidden;
}

.sectionHead{
  clear:left;
}

.sectionContainer{
  overflow:hidden;
  background-color:#d0d0d0;
  border-radius:2px;
}

.statLabel{
  text-align:right;
  padding-left:16px;
}

.properName{
  float: left;
}

.speciesName{
  margin-left:4px;
  margin-top:24px;
  float: left;
  color:#a0a0a0;
}

.metLocal{
  clear: left;
  color:#a0a0a0;
}

.profileImage{
  image-rendering:pixelated;
  margin-top:-16px;
  margin-right:16px;
  clear:left;
  width:112px;
  float:right;
}

.profileDead{
  filter: grayscale(1); 
  opacity: 0.5;
}

.achievements{
  padding-left:5px;
  background-color:#f8f8f8;
  overflow-y:scroll;
  font-family: "Lucida Console", "Courier New", monospace;
  height:120px;
}