body {
    margin: 0;
}
h1 {
  margin: 0;
}
h2 {
  text-decoration: underline;
}
h4 {
    margin: 0;
}
#header {
    background-color:black;
    color:white;
    text-align:left;
}
#header .bxslider {
  position: static !important;
}
#header .bxslider li {
  top: 0;
  left: 0;
}
#header .bx-controls .bx-pager{
    display: none; 
}    
#nav {
    -moz-box-flex: 0 0 100px; 
    -webkit-box-flex: 0 0 100px; 
    flex: 0 0 100px;
    line-height:30px;
    background-color:#eeeeee;
    padding:5px;        
    /* padding-top: 15px; */
    margin: 8px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#nav a {
  color: black;
}
#nav li.current {
  color: purple;
}
#nav a:visited {
  color: black;
}

#nav ul li {
  list-style-type: none;
}
#nav ul {
  padding: 0;
}
.wrapper {
  display: -moz-box; 
  display: -webkit-box; 
  display: flex;
}
#section {
    -moz-box-flex: 1;
    -webkit-box-flex: 1; 
    flex: 1;
    padding: 15px; 
    padding-top: 30px;
    width: 100%;
}
#top {
  float: left;
  width: 100%;
}
#topleft {
    float: left;
    width: 70%;
}
#topright {
    width: 312px;
    float: right;
}
#footer {
    background-color: black;
    color: white;
    clear: both;
    text-align: center;
    padding: 5px; 
}
#footer a {
  color: white;
}
.gr_custom_container_1436500693 {
  /* customize your Goodreads widget container here*/
  border: 1px solid gray;
  border-radius:10px;
  padding: 10px 5px 10px 5px;
  background-color: #FFFFFF;
  color: #000000;
  width: 300px
}
.gr_custom_header_1436500693 {
  /* customize your Goodreads header here*/
  border-bottom: 1px solid gray;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 120%
}
.gr_custom_each_container_1436500693 {
  /* customize each individual book container here */
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
}
.gr_custom_book_container_1436500693 {
  /* customize your book covers here */
  overflow: hidden;
  height: 60px;
    float: left;
    margin-right: 4px;
    width: 39px;
}
.gr_custom_author_1436500693 {
  /* customize your author names here */
  font-size: 10px;
}
.gr_custom_tags_1436500693 {
  /* customize your tags here */
  font-size: 10px;
  color: gray;
}
.gr_custom_rating_1436500693 {
  /* customize your rating stars here */
  float: right;
}
@media (max-width: 550px) {
  #header .bx-wrapper {
    display: none;
  }
}  
@media (max-width: 1205px) {
  #topright {
    display: none;
  }  
}