/* CSS Document */
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100% !important;
}

.row {
  margin: 0;
}

.header,
.hamburger,
.navbarbackground,
.social-icons,
.sharewax,
.pre-footer,
.footer-search,
.footer-callout,
.site-footer,
.col-20,
.space-10,
.home-link,
.hide-print,
footer {
  display: none !important;
}

#page {
  background-color: #ffffff;
  box-shadow: none !important;
  width: 100%;
}

.two-columns {
  width: 100%;
  float: none;
  -webkit-columns: 250px 2;
  -moz-columns: 250px 2;
  columns: 250px 2;
  column-gap: 50px !important;
  -webkit-column-gap: 50px !important;
  column-rule: none !important;
  -moz-column-rule: none !important;
}

.taxonomy-group {
  break-inside: auto !important;
}

.wrap {
  border: none !important;
}

.space-20,
.space-10,
.space-5 {
  padding: 0 !important;
}

.booklist ol {
  margin-bottom: 40px !important;
  clear: both;
}

.booklist li {
  clear: both;
  margin: 10px 20px 0 !important;
}

.booklist li img {
  float: left;
  height: auto;
  margin: 0 20px 20px 0;
  width: 100px;
}

.inline {
  display: inline;
}
