#fulltext-wrapper {
  background-color: #f9fcff;
}
#fulltext-wrapper h3 {
  margin: 0;
}
#fulltext-wrapper .fulltext-summary {
    padding: 20px;
}
#fulltext-records .record:first-child {
    border-top: 1px solid #d1dbec;
}
#fulltext-records .record {
  padding: 20px;
  min-height: 33px;
  border-bottom: 1px solid #d1dbec;
  position: relative;
}
#fulltext-records .record.user,
  #fulltext-records .record.tour {
  padding-left: 83px;
}
#fulltext-records .record.country {
  padding-left: 103px;
}
#fulltext-records a.record.country {
  display: block;
}
#fulltext-records .record.page {
  padding-left: 83px;
}
#fulltext-records .record.page img {
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#fulltext-records .record img {
  position: absolute;
  left: 20px;
  top: 18px;
}
#fulltext-records .record h3 {
  font-weight: bold;
  margin: 0;
  font-size: 130%;
}
#fulltext-records h2.not-found {
  margin: 40px;
}
#fulltext-records h2.not-found img{
  margin-bottom: 15px;
}
