body {
    background-color: #30302d !important;
    font-family: Helvetica,Arial,sans-serif;
}

/* GENERIC */
.clear {
    clear: both;
    height: 0;
}
.left { float: left }
.line {
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 1px 0 #fff;
}

/* VIDEO */
#page-video {
    -webkit-transform: translateZ(0);
    z-index: 1;
    position: absolute;
}
#page-video #content { padding: 0 }
#page-video #content .pad a {
    color: #00f;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#video {
    position: relative;
    width: 100%;
}
#thumb { width: 100% }
#play {
    bottom: 15px;
    left: 15px;
    position: absolute;
    width: 55px;
}
.length {
    background-color: #000;
    border-radius: 3px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    position: absolute;
    right: 15px;
}

.pad { padding: 15px }
#title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
#description {
    font-size: 11px;
    height: 28px;
    margin: 5px 0 2px 0;
    overflow: hidden;
}

/* PLAYLISTS */
#mobilePlaylists {
    background-color: #30302d;
    color: #fff;
    display: none;
    text-shadow: none;
    z-index: 0
}
#mobilePlaylists #content {
    padding: 5px;
}
#mobilePlaylists .header {
    height: 42px;
}
.playlist {
    cursor: pointer;
    position: relative;
    width: 100%;
}
.playlist img {
    opacity: 0.5;
    width: 255px;
}
#mobilePlaylists .caption {
    color: #fff;
    font-size: 15px;
    left: 10px;
    position: absolute;
    text-shadow: none;
    top: 10px;
}
.title { font-weight: bold }

/* VIDEOS */
#page-videos { text-shadow: none }
#page-videos #content { padding: 0 }
.video {
    cursor: pointer;
    padding: 5px;
}
.video img {
    float: left;
    width: 140px;
}
.video .caption {
    float: left;
    margin-left: 10px;
    width: 160px;
}
.video .caption .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.video .caption .detail {
    color: #999;
    font-size: 11px;
    font-weight: normal;
}
