html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.bg-yellow {
  background: #ffc414;
}

.episode-row .image-column img {
  max-width: 640px;
  width: 100%;
}

hr {
  margin-top: 30px;
}

a {
  color: #326891;
}

a:hover {
  text-decoration: none;
  color: #326891;
}

h2 a {
  color: #212529;
  text-decoration: none;
}

h2 a:hover {
  color: #212529;
  text-decoration: underline;
}

.nav-item {
  margin-top: 2px;
}

.search .dataTables_wrapper .dataTables_filter {
  padding-top: 24px;
}

.search .dataTables_wrapper .dataTables_info {
  padding-bottom: 24px;
  padding-left: 5px;
  color: #575656;
}

.search .dataTables_wrapper .dataTables_filter,
.search .dataTables_wrapper .dataTables_filter label,
.search .dataTables_wrapper .dataTables_filter input {
  width: 100%;
}

.search .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

.search .dataTables_wrapper .dataTables_filter input {
  padding: 10px;
  height: 50px;
  font-size: 20px;
  border-radius: 8px;
}

#episodes .dataTables_wrapper thead {
  display: none;
}

#episodes .links {
  margin: 2px 0px 10px 15px;
}

.highlight {
  background: #00ff00;
  padding: 1px;
  border: #00cc00 dotted 1px;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

.form-group {
  margin: 10px auto;
}

#add-media {
  width: 100%;
}

.media-list select.form-select {
  display: inline;
  width: 200px;
  margin-left: 25px;
}

.media-list .dataTables_wrapper .dataTables_filter {
  float: left;
}

.media-list .dataTables_wrapper {
  padding-top: 25px;
}

/* Twitter Typeahead */

.typeahead,
.tt-query,
.tt-hint {
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.admin .dataTables_wrapper .dataTables_filter {
  padding-top: 0px;
}

.admin .dataTables_wrapper .dataTables_filter input {
  height: 40px;
}

a.noMargin {
  margin: 0 -4px;
}

@media (min-width: 576px) {
  #episodes .links {
    margin-left: 0px;
  }
}
