/* index and browse */
body.defaultbody {
  background-color: #f2f2f2;
}

body.defaultbody ol.breadcrumb {
  border: 1px solid #e7e7e7;
}

#maincontent {
  background-color: #f2f2f2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

#sidebar ul {
  list-style-type: none;
  font-size: 18px;
}

#sidebar li {
  margin: 5px 0;
}

.series-nav-list-item {
  font-size: 16px;
}

/* index specific */
.series-card img {
  width: 100%;
}

.series-card p {
  font-size: 14px;
}

/* browse specific */

.sticky {
  position: fixed;
  top: 0;
}

#browsecontents {
  margin: 10px 0;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.24), 0 2px 4px 0 rgba(0,0,0,0.24);
}

#browsecontents .series {
  border-top: 2px solid;
}

#browsecontents .list-group .list-group-item {
  border: none;
}

.list-group i[class="glyphicon glyphicon-chevron-down"],
.list-group i[class="glyphicon glyphicon-chevron-up"] {
  float: right;
}

div.list-group-item {
  cursor: pointer;
}

#browsecontents .list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

#browsecontents .list-group.list-group-root .list-group {
  margin-bottom: 0;
}

#browsecontents .list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}
#browsecontents .list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}
#browsecontents .list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 60px;
}
#browsecontents .list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 75px;
}
#browsecontents .list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 90px;
}
#browsecontents .list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 105px;
}

#browsecontents .list-group > a {
  color: blue;
}

#browsecontents .list-group > a:hover {
  color: blue;
  text-decoration: underline;
}