.footer {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.top-buffer { margin-top: 20px; }

#pod-title {
  text-align:center
}

.selected-podcast img {
  width: 75px;
  height: 75px;
}

.selected-podcast {
  padding: 0 15px;
}

.selected-podcast-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 15px;
}

.podcast-episodes tr {
	cursor: pointer;
}

.no-more-episodes {
  text-align: center;
}

.load-more-episodes {
  width: 100%;
}

.selected-episodes img {
	width: 40px;
	height: 40px;
}

.selected-episodes .list-group-item {
  border: none;
}

.selected-episodes {
  margin-top: 20px;
}

.selected-episodes p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selected-episodes li {
  cursor: move;
  cursor: -webkit-grabbing;
}

.selected-episode-logo-div {
  text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

ul.selected-episodes {
  background-color: #eee;
  list-style: none;
  padding-left: 0;
}

.list-group-item {
  background-color: #eee;
}

#selected-episodes-box {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 20px;
}

#take-away {
  margin-top: 30px;
  margin-bottom: 20px;
}

#export-copy {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group {
  margin-top: 15px;
}

.autocomplete-suggestions { overflow: auto; border: 1px solid #CBD3DD; background: #FFF; }

.autocomplete-suggestion { overflow: hidden; padding: 5px 15px; white-space: nowrap; }

.autocomplete-selected { background: #F0F0F0; }

.autocomplete-suggestions strong { color: #029cca; font-weight: normal; }
