@charset "UTF-8";

body {
  background: #000 !important;
  color: #FFF;
  font-size: 14px;
}

article {
  padding: 10px;
  margin: 10px 0;
}

article img {
  display:block;
  margin: 5px auto;
  width:70%;
}

section {
  margin: 10px 0;
  box-sizing: border-box;
}

section.v a {
  text-decoration: none;
  display: block;
  border: 1px solid #616161;
  background: #DADADA;
}
a .video-thumb {
  width: 100%;
  text-decoration:none;
  color:#111;
  margin:0 auto;
  display: -webkit-box;
  display: -moz-box;
}

.video-thumb img {
  display: block;
  height: 60px;
  box-sizing:border-box;
}

.video-thumb .thumb {
  width: 110px;
}

.video-thumb .caption {
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-box-align:center;
  -moz-box-align:center;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 5px;
}

.video-thumb h3, .video-thumb h4 {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.video-thumb h3 {
  font-size: 16px;
}
.video-thumb h4 {
  line-height: 30px;
}