
.newvideo {
    width: 1100px;
    margin: auto;
}

.newvideoplayer {
    width: 785px;
    float: left;
    position: relative;

}

.newvideobanner {
    width: 300px;
    float: right;
    margin-bottom: 12px;
}

.video {
    padding: 0px !important;
}

.newname {
    text-align: left;
    margin-top: 35px;
}

.newshowname {
    font-size: 36px;
    font-weight: 400;
    color: #92c52c;
    text-shadow: 1px 1px 0px #000;
    display: inline-block;
}

.newshowname a {
    text-decoration: none;
    color: #92c52c;
    transition: 0.2s;
}

.newshowname a:hover {
    color: #f9ef00;
}

.newepisodename {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    display: inline-block;
    margin-left: 10px;
}
.links,
.newtools {
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
}
.links a,
.newtools a {
    color: #ccc;
    text-decoration: none;
    transition: 0.2s;
}
.links a:hover,
.newtools a:hover {
    color: #fff;
}

.links ul,
.newtools ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.newtools ul li {
    display: inline-block;
    font-weight: 100;
    margin-right: 18px;
    padding-left: 25px;

}
.links ul li {
    display: inline-block;
    font-weight: 100;
    margin-right: 18px;
}

.newvideoplayer .newchannel {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.ndate {
    padding-left: 0px !important;
    text-transform: capitalize;
    font-weight: 700;
}

.nviews {
    background: url(/newicons/views.png) left center no-repeat;
}

.nembed {
    background: url(/newicons/embed.png) left center no-repeat;
    padding-left: 30px !important;
}

.nshare {
    background: url(/newicons/share.png) left center no-repeat;
}

.ncomments {
    background: url(/newicons/comments.png) left center no-repeat;
}
.newtools:active {
    text-decoration: none;
    color: #90c53d;
}
.links div.black-block {
    position: relative;
    display:inline-block;
}
.black-block .social-bar-white {
    position: absolute;
    top: 14px;
    left: 10px;z-index: 999;
}
.links div textarea {
    background-color: #000000;
    color: #FFF;
    border: none;
    resize: none;
    width: 600px;
    height:52px;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-right: 100px;
    margin-bottom: 20px;
    vertical-align: bottom;
}
.links div button {
    font-size:12px;
    margin:0;
    padding: 10px;
    border: none;
    background-color: #90c53d;
    color:#FFF;
    position:absolute;
    top: 5px;
    right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    cursor: pointer;
}
