@import "sb-youtube-common.min.css";
.sby_lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.sby_lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.sby_lb-data {
    padding: 0 4px;
    color: #ccc
}

.sby_lb-data .sby_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1
}

.sby_lb-data .sby_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.sby_lb-data .sby_lb-caption .ctf-screename-sep,
.sby_lb-data .sby_lb-caption a {
    color: #ccc;
    font-weight: bold;
    -webkit-text-decoration: none;
    text-decoration: none
}

.sby_lb-data .sby_lb-caption a:hover {
    color: #fff;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username {
    color: #ccc
}

.sby_lb-data .sby_lb-caption .sby_lightbox_username:hover p {
    color: #fff;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.sby_lightbox .sby_lightbox_username img {
    float: left;
    border: none;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: #666;
    border-radius: 5px
}

.sby_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
    text-align: left
}

.sby_lb-data .ctf-caption-text {
    width: 100%;
    margin-left: 58px;
    padding-top: 3px
}

.sby_lb-data .sby_lb-caption .ctf-author-screenname,
.sby_lb-data .sby_lb-caption .ctf-tweet-date {
    font-weight: normal
}

.sby_lb-data .sby_lb-info {
    width: 100%;
    float: left;
    clear: both
}

.sby_lb-data .sby_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999
}

.sby_lb-data .sby_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.sby_lb-data .sby_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}