/* bagus.org video player — same 400px column as bagus-player.css */
.bagus-vp {
  width: 640px;
  max-width: 100%;
  font-family: arial, sans-serif !important;
  font-size: 12px !important;
  line-height: normal !important;
}

.bagus-vp .recording-title {
  background: #666;
  width: 100%;
  margin: 0;
  padding: 20px 20px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  box-sizing: border-box;
}

.bagus-vp .vp-screen {
  background: #666;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.bagus-vp #video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  vertical-align: top;
}

.bagus-vp #playlist,
.bagus-vp .summary {
  background: #666;
  width: 100%;
  margin: 0;
  display: block;
  box-sizing: border-box;
}

.bagus-vp .summary {
  margin-top: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.bagus-vp #playlist {
  margin-top: 0;
  padding: 20px;
}

.bagus-vp .duration {
  color: #fff;
  font-size: 0.9em;
  margin-left: auto;
}

.bagus-vp #playlist li a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.bagus-vp #playlist li.active a {
  color: #5db0e6;
}

.bagus-vp #playlist li a:hover {
  text-decoration: none;
}

.bagus-vp #playlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bagus-vp #playlist li:nth-child(odd) {
  background: #8a5d5a;
}

.bagus-vp #playlist li:nth-child(even) {
  background: #80808030;
}
