body {
  background-color:silver;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}
.vodNav {
  font-size:84pt;
  height:350px;
  background-color:khaki;
  border-color:khaki;
  width:60px;
}
.vodNav:hover {
  font-size:84pt;
  height:350px;
  background-color:khaki;
  border-color:khaki;
  width:60px;
}
.vodNav:focus {
  font-size:84pt;
  height:350px;
  background-color:khaki;
  border-color:khaki;
  width:60px;
}
a.dateNav {
  font-size:36pt;
  font-weight:bold;
  width:60px;
  text-align:center;
}
.Playlists {
  border: 1px solid #00703C;
  padding-left:3px; padding-right:3px; padding-top:1px;
  font-size:8pt;
}
.videoTitle {
  text-align:center;
  font-size:16pt;
  font-weight:bold;
  max-width:640px;
}
.videoDuration {
  text-align:center;
  font-size:12pt;
  font-weight:bold;
  max-width:640px;
}
span.date {
  font-size:36pt;
  font-weight:bold;
  text-align:center;
}

.auctions-item {
    background: #fff;
    overflow: hidden;
    position: relative
}

.watchlist-item-watch {
    background: transparent url(/static/sprites.png?v=1.0.374) no-repeat -62px -498px;
    height: 26px;
    width: 24px;
    z-index: 10
}

.watchlist-item-watched {
    background-position: -62px -436px
}

.bat-item:nth-child(odd) .auctions-item-watch {
    margin-right: 10px
}

.auctions-item-watchers {
    color: #fff !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    padding-right: 8px;
    position: absolute;
    right: 32px;
    text-align: right;
    top: 8px;
    z-index: 10
}