﻿.vid-block .img-block{
    position: relative;
    display: block;
    margin: auto;
    
    width: 316px;
    height: 178px;
    
    box-shadow: 0 3px 8px #000;
}

.img-block img {
    width: 100%;
    height: 100%;
}

.img-block > *{
    position: absolute;
}

.img-block > .time{
    bottom: 4px;
    right: 5px;
    
    width: 56px;
    height: 22px;
    
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    
    background: #1B1B1B;
    border: 1px solid #363636;
    border-radius: 3px;
}

.vid-block .detail-block{
    position: relative;
    width: auto;
    height: 22px;
    margin-top: 10px;
}

.detail-block > *{
    line-height: 22px;
    height: inherit;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #bbb;
    background: #363636;
    border: 1px solid #363636;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.detail-block > *:not(:first-child){
    margin-left: 2px;
}

.detail-block > .price{
    width: 102px;
    margin-left: 1px;
    background: transparent;
}
.detail-block > .price > .price-btc{
    color:#fff;
}

.detail-block > .user{
    width: 174px;
}

.detail-block > .graph{
    width: 22px;
    background: #1b1b1b;
}

.vid-block .caption-block{
    margin-top: 10px;
    color: #bbb;
    font-size: 20px;
    line-height: 100%;
}

.vid-block .detail-block + a{
    text-decoration: none;
    color: #bbb;
}

.vid-block .detail-block + a:hover > div{
    text-decoration: underline !important;
}

/* graph */
.graph > .graph-bar{
    width: 18px;
    height: 3px;
    background: #276327;
    margin-left: 2px;
}

.graph > .graph-bar:first-child{
    margin-top: 3px;
}

.vid-block > div,
.vid-block > span{
    width: 316px !important;
    display: block !important;
    margin: auto;
}