.container {
  background-color: #fff;
}
html {
  font-family: "Gelasio", serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Gelasio", serif;
  font-size: 1.4em;
  line-height: 1.42857143;
  color: #000;
  background-color: #ddd;
  word-wrap: break-word;
}
h1 {
  font-family: "Gelasio", serif;
  margin: .67em 0;
  font-size: 1.5em;
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

p {
  margin: 0 0 1.4em;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0A78A7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Gelasio", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 0em;
  margin-bottom: .5em;
}
h3,
.h3 {
  margin-top: 0.1em;
  margin-bottom: 1em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
/* h1 size */
h1,
.h1 {
  font-size: 1.8em;
  font-weight: normal;
}
@media (max-width: 240px) {
  h1, .h1, .h2, .h3 {font-size: 17vw;}
}
h2, .h2 {
  font-size: 1.3em;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 1.3em;
}
h4,
.h4 {
  font-size: 1.4375em; /* 23px / 16px = 1.4375em */
}
h5,
.h5 {
  font-size: 1.25em; /* 20px / 16px = 1.25em */
}
h6,
.h6 {
  font-size: 0.75em; /* 12px / 16px = 0.75em */
}

.lead {
  margin-bottom: 20px;
  font-size: 1em; /* 16px / 16px = 1em */
  font-weight: 300;
  line-height: 1.4;
}
ul,
ol {
  margin-top: 0;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

a:hover {
  color: #FF6666;
  text-decoration: none;
  background-color: transparent;
}
a:link.titlelink {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:visited.titlelink {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover.titlelink {
  color: #FF6666;
  text-decoration: none;
  background-color: transparent;
}
a:active.titlelink {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:link.normallink {
  font-family: Cabin, sans-serif;
  color: #0A78A7;
  text-decoration: none;
  background-color: transparent;
}
a:visited.normallink {
  font-family: Cabin, sans-serif;
  color: #0A78A7;
  text-decoration: none;
  background-color: transparent;
}
a:hover.normallink {
  font-family: Cabin, sans-serif;
  color: #FF6666;
  text-decoration: none;
  background-color: transparent;
}
a:active.normallink {
  font-family: Cabin, sans-serif;
  color: #0A78A7;
  text-decoration: none;
  background-color: transparent;
}

table.isbn {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
}
.affix {
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #F66;
  background-color: #eee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
}
.center.navbar .nav,
.center.navbar .nav > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  *zoom: 1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.center .navbar-inner {
  text-align: center;
}
.center .dropdown-menu {
  text-align: left;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#efefef));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE4E3E3', endColorstr='#ffECEBEB', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.btn-default {
  font-size: large;
}
.btn-default:hover {
  color: #F66;
}
.padding1235 {
  padding: 12px 25px;
}
.gray