.comic-view {

}

.col-cover {
    float: left;
    width: 180px;
}

.col-cover img.cover {
    width: 180px;
    height: 240px;
    -moz-box-shadow: -1px 7px 22px #b4b3b3;
    -webkit-box-shadow: -1px 7px 22px #b4b3b3;
    box-shadow: -1px 7px 22px #b4b3b3;
}

.praise, .oppose {
    cursor: pointer;
}

.col-comic-info {
    margin-left: 200px;
    min-width: 400px;
}

.col-comic-info:after {
    clear: both;
}

.comic-title h1 {
    margin: 0 0 10px;
}

.comic-score span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: bottom;
}

.rating {
    position: relative;
    width: 120px;
    font-size: 20px;
}

.rating div {
    position: absolute;
    height: 24px;
    top: 0;
    overflow: hidden;
}

.rating b {
    display: block;
    width: 120px;
}

.rating i {
    cursor: pointer;
}
.rating i.active {
    color: orangered;
}

.rating-mask{
    overflow: hidden;
    color: orangered;
}

.comic-attributes {
    line-height: 2.5em;
    height: 8em;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.comic-description {
    padding: 10px 0;
}

.comic-actions {
    margin-bottom: 15px;
}

.comic-chapters ul {
    padding: 0;
}

.comic-chapters li {
    float: left;
    width: 20%;
    position: relative;
}

.comic-chapters li i.badge {
    position: absolute;
    top: -.5em;
    background: orangered;
}


.author-info {
    margin-bottom: 10px;
}

.author-image {
    float: left;
}

.author-image img {
    width: 120px;
}

.author-caption {
    margin-left: 130px;
}

.author-caption h3 {
    margin-top: 0;
}


.chapter-sort{
    cursor: pointer;
}

.chapter-sort.active{
    background: orangered;
    color: white;
}