.small-column {
  float: left;
  width: 160px;
  margin: 30px;
}

.small-column p {
  line-height: 1.3;
}

#content {
  width: 710px;
  margin: 42px auto;
  text-align: center;
}

#content p#book-description {
  clear: left;
  text-align: left;
  line-height: 1.3;
  margin-left: 30px;
}

.selector:hover {
  color: blue;
}

#hide-selector {
  font-size: 0.8em;
}

#book-language {
  display: none;
}

/* IE fixes */

* html #inset, >body #inset {
  padding-bottom: 0;
}

