.tbs {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 12px 0px 12px 0px;
    height: 72px;
    float: right;
    text-align: center;
    width: 125px;
    font-weight: bold;
}

.tbs img {
    height: 40px;
}

.footer .author {
    text-indent: 0px !important;
}

.footer .author, .footer .author a {
    width: 100% !important;
}

.pagination {
    text-align: center;
    margin: 40px 0;
    background: #f6f6f6;
    display: block;
    height: 30px;
}

.pagination > li {
    padding: 0;
}

.pagination > .active > span {
    color: #f6f6f6;
    background: #55d7d5;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 8px;
    min-width: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    float: none !important;
    color: #55d7d5;
    line-height: 22px;
    display: inline-block;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: transparent;
}

.pagination>li:first-child>a:before, .pagination>li:first-child>span:before {
    content: "\f04a";
    color: #55d7d5 !important;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: transparent;
}

.pagination>li:last-child>a:before, .pagination>li:last-child>span:before {
    content: "\f04e";
    color: #55d7d5 !important;
}

.lyric-block .lyric {
    margin-top: 20px;
}

/* lyric video fix */

.lyric-block #lyric-video-under {
    display: none;
}

@media screen and (max-width: 767px) {
    .lyric-block .video.show {
        position: fixed;
        z-index: 10000;
        width: 100%;
        margin: 0 0 0 -15px;
    }

    .lyric-block #lyric-video-under.show {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.requests ul > li > div > time {
    padding: 0;
}