html {
  position: relative;
  min-height: 100%;
}

/* required for navbar-fixed-top */
body {
  padding-top: 50px;
  margin-bottom: 30px;
}

/* required for floating footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
/*  background-color: green;*/
}

.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.form-group textarea {
  width: 100%;
}
.loginerror, .error {
    color: red;
}

.currentepisode {
    color: blue;
}

span.fieldtitle {
    font-weight: bold;
}

.episode h3 a {
    font-weight: normal;
    font-size: medium;
}

.episode h3 a.afspathtext {
    font-weight: normal;
    font-size: small;
    text-decoration: none;
}

.episode p.afspath {
    font-weight: normal;
    font-size: small;
    display: none;
}

.collectioninfo textarea {
    width: 300px;
    height: 200px;
}

span.disabled {
    font-weight: normal;
    font-size: small;
    color: red;
}
