/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 135px;
}
nav.navbar {
  font-size: 16px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  vertical-align: middle
  /* Set the fixed height of the footer here */
  height: 120px;
  padding: 10px;
  background-color: #4e5d6c;
}

.panel.panel-episode {
  padding: 10px;
  background: transparent;
}
.panel.panel-episode > .panel-heading {
  padding: 0px;
}
.panel.panel-episode > .panel-body {
  padding: 0px 15px 15px 15px;
  background-color: #546575;
}
