/****************************
  GENERAL
****************************/

/* move down content for fixed navbar */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

blockquote {
  font-size: 14px;
}

cite {
  font-style: italic;
}

.pull-left {
  padding-right: 20px;
}

.pull-right {
  padding-left: 20px;
}

.img-responsive {
  margin: 0 auto 10px;
}

.inactive {
  background-color: #eee;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/****************************
  NOMINATION LIST
****************************/
#nominations .book-cover {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  height: 230px;
  width: 150px;
}

#vote {
  width: 410px;
  height: 900px;
  overflow: hidden;
}

/***********/
#nominate {
  width: 750px;
  height: 1620px;
  overflow: hidden;
}

#scale {
  margin-bottom: 0;
}

#nominations h4 {
  margin: 2px 0;
}

#nominations hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

/****************************
  MEMBERS PAGE
****************************/

.members-img {
  width: 200px;
  margin: 0 5px 10px;
  border-radius: 100%;
}

/****************************
  CURRENTLY READING
****************************/

#current-iteration .panel-body h4 {
  margin-top: 0;
}

#current-iteration .current {
  float: right;
  padding: 4px;
}

.panel-heading {
  cursor: pointer;
  border-radius: 0;
}

.panel-title small {
  margin-left: 5px;
  color: #fff;
}

#foundation {
  background-color: #bb4302;
  border: 2px solid #bb4302;
  color: #fff;
}

#foundation-content {
  border: 2px solid #bb4302;
}

#zhuangzi {
  background-color: #cd1f40;
  border: 2px solid #cd1f40;
  color: #fff;
}

#zhuangzi-content {
  border: 2px solid #cd1f40;
}

#illuminated {
  background-color: #b19800;
  border: 2px solid #b19800;
  color: #fff;
}

#illuminated-content {
  border: 2px solid #b19800;
}

#laughter {
  background-color: #5c94a4;
  border: 2px solid #5c94a4;
  color: #fff;
}

#laughter-content {
  border: 2px solid #5c94a4;
}

#americanah {
  background-color: #2f7864;
  border: 2px solid #2f7864;
  color: #fff;
}

#americanah-content {
  border: 2px solid #2f7864;
}

.book-panel {
  padding: 10px 0 0 0;
}

.book-panel a:hover {
  text-decoration: none !important;
}

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

.book-icons .whitecover {
  border: 1px solid #eee;
}

.book-icons span {
  color: #000;
  margin: 0 5px 0;
}

.book-info h4:first-child {
  margin-top: 0;
}

.book-info a {
  margin: 0 10px 0 0;
}

.book-info span {
  margin: 0 10px 0 0;
  padding: 0;
}

.book-info ul {
  list-style: none;
  padding-left: 10px;
}

.book-info img {
  width: 170px;
}

.resources {
  list-style: none;
  padding-left: 0;
}

.resources li {
  padding-bottom: 5px;
}

.resources span {
  padding-right: 15px;
  position: relative;
  top: 5px;
}

.resources hr {
  margin: 5px 0;
}

/****************************
  RESULT
****************************/
.graphs {
  display: block;
  width: 95%;
  margin: 0 auto;
}

#table {
  font-size: .7em;
}

/****************************
  DISCUSSION GUIDE
****************************/
.discussion-leader {
  text-align: center;
  margin-bottom: 20px;
}

.guide > li:not(:last-child) {
  margin-bottom: 10px;
}

/****************************
  SUMMARY GUIDE
****************************/
.participant {
  width: 100px;
  margin: 0 5px 10px;
  border-radius: 100%;
}

/****************************
  Row with equal height columns
****************************/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (min-width: 992px) {
  .col-md-4 > .panel > .panel-body {
    min-height: 290px;
  }
}
