html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Computer Modern Sans';
  font-size: 18px;
  padding-top: 60px;
  margin-bottom: 60px;
}
body > .container {
  padding-top: 60px;
}
.episode_title {
  text-align: center;
}
.episode_player {
  width: 100%;
}
.episode_player_div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  font-size: 14px;
  text-align: center;
}
.home {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.watched {
    padding-top: 20px;
    padding-bottom: 20px;
}
@font-face {
  font-family: 'Computer Modern Serif';
  src: url('../fonts/cmunrm.eot');
  src: url('../fonts/cmunrm.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunrm.woff') format('woff'),
  url('../fonts/cmunrm.ttf') format('truetype'),
  url('../fonts/cmunrm.svg#cmunrm') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Serif';
  src: url('../fonts/cmunbx.eot');
  src: url('../fonts/cmunbx.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunbx.woff') format('woff'),
  url('../fonts/cmunbx.ttf') format('truetype'),
  url('../fonts/cmunbx.svg#cmunbx') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Serif';
  src: url('../fonts/cmunti.eot');
  src: url('../fonts/cmunti.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunti.woff') format('woff'),
  url('../fonts/cmunti.ttf') format('truetype'),
  url('../fonts/cmunti.svg#cmunti') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Serif';
  src: url('../fonts/cmunbi.eot');
  src: url('../fonts/cmunbi.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunbi.woff') format('woff'),
  url('../fonts/cmunbi.ttf') format('truetype'),
  url('../fonts/cmunbi.svg#cmunbi') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Sans';
  src: url('../fonts/cmunss.eot');
  src: url('../fonts/cmunss.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunss.woff') format('woff'),
  url('../fonts/cmunss.ttf') format('truetype'),
  url('../fonts/cmunss.svg#cmunss') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Sans';
  src: url('../fonts/cmunsx.eot');
  src: url('../fonts/cmunsx.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunsx.woff') format('woff'),
  url('../fonts/cmunsx.ttf') format('truetype'),
  url('../fonts/cmunsx.svg#cmunsx') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Computer Modern Sans';
  src: url('../fonts/cmunsi.eot');
  src: url('../fonts/cmunsi.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunsi.woff') format('woff'),
  url('../fonts/cmunsi.ttf') format('truetype'),
  url('../fonts/cmunsi.svg#cmunsi') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Computer Modern Sans';
  src: url('../fonts/cmunso.eot');
  src: url('../fonts/cmunso.eot?#iefix') format('embedded-opentype'),
  url('../fonts/cmunso.woff') format('woff'),
  url('../fonts/cmunso.ttf') format('truetype'),
  url('../fonts/cmunso.svg#cmunso') format('svg');
  font-weight: bold;
  font-style: italic;
}
