#profile {
}

#profile table {
  border-spacing: 0;
  border-collapse: collapse;
}

#profile td {
  padding: 0;
}

#profile .pagetitle {
  margin-top: 0;
  margin-bottom: 10px;
}

#description {
  position: relative;
}

#primaryphoto {
  float: left;
}

.profilephoto {
  display: inline-block;
  margin: 2px;
}

.profilephoto img {
  height: 200px;
  border: 1px solid black;
}

.profilephoto .caption {
  text-align: center;    
}

.spacer {
  margin-top: 4px;
}

.photos .space img {
  height: 1px;
}

.missing {
  border: 1px solid black;
  height: 200px;
  width: 200px;
}

.missingcaption {
  text-align: center;
  padding-top: 45%;
}

#info {
  position: relative;
  float: left;  
  height: 206px;
  margin-left: 3px;
}

#specification {
  white-space: nowrap;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.4em;
}

#adopt {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  font-size: 11pt;
  font-weight: bold;
}

#howtoadopt {
  font-size: 9pt;
  font-weight: bold;
}

#story {
  clear: both;
  padding-top: 4px;
}

#video {
}

#notes {
}

#morephotos {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 6px;
}

#morephotos div.profilephoto {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
}

#questions {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

#adminlinks {
  clear: both;
  white-space: nowrap;
  text-align: center;
  margin-top:6px;
}
