body {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif, verdana;
  font-weight: 400;
  padding-top: 60px;
}
.container {

}

h1, h2, h3, h4, h5 {
  color: #555;
  font-family: 'Open Sans', sans-serif, verdana;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  font-size: 
}

p {
  line-height: 1.5em;
}

.spacing-top {
  margin-top: 40px;
}

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

table {
  margin: auto;
}
table > thead > tr > td {
  font-size: 20px;
  padding: 10px;
  background: #DDEAFF;
}
table > tbody > tr > td {
  background: #EEE;
  padding: 10px;
  border-bottom: 1px solid #FFF;
  vertical-align: top;
}

.book-list {
  margin: 40px auto;
}

ul.book-list {
  list-style: none;
  padding: 0;
}
