.comic-readed {
    margin-bottom: 20px;
    padding: 10px;
    /*background: #26292c;*/
    border-radius: 4px;
    border: 1px solid #ddd;
}

.head-visited {
    border-bottom: 1px solid #9a9a9a
}

/*.head-visited a:hover {*/
/*    color: #3edfff*/
/*}*/

.ui-dark .comic-readed {
    background: #26292c;
    border: 1px solid #26292c;
}

.head-visited h3 {
    font-size: 18px;
    color: #2980b9
}

.head-visited h3 a {
    /*text-decoration: none;*/
    float: right;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    font-style: italic
}

.ui-dark .head-visited h3 {
    color: #ffc107
}

.ui-dark .head-visited h3 a {
    color: #eae8e3;
}

.content-visited ul {
    list-style: none
}

.detail-comics {
    display: flow-root
}

.detail-comics .title-cm {
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-transform: lowercase;
    transition: .3s
}

.detail-comics .title-cm:first-letter, .detail-comics .title-cm:first-line {
    text-transform: capitalize
}

.detail-comics .title-cm a {
    text-decoration: none
}

.detail-comics .title-cm a:hover {
    color: #ef3506
}

.detail-comics .chapter-cm a {
    text-decoration: none;
    font-size: 12px;
    font-style: italic
}

.detail-comics .chapter-cm a i {
    font-weight: 500;
    font-style: italic
}

.detail-comics .chapter-cm .remove-history {
    float: right;
    background: #c0c0c0;
    padding: 2px 5px;
    border-radius: 4px
}

.ui-dark .detail-comics .chapter-cm .remove-history {
    background: #232626;
}

.detail-comics .chapter-cm .remove-history a {
    font-size: 12px
}

.detail-comics .chapter-cm .remove-history a span {
    padding-left: 3px
}

.content-visited .detail-comics .thumb {
    overflow: hidden;
    width: 70px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 4px
}

.content-visited .detail-comics .thumb img {
    width: 100%;
    left: 0
}

.title-cm a {
    color: #000
}

.ui-dark .title-cm a {
    color: #1bc7d0
}

.title-cm a:hover {
    color: #ef3506
}

.chapter-cm a {
    color: #fff
}

.ui-dark .chapter-cm a {
    color: #eef549
}

.chapter-cm > a {
    color: #c0c0c0;
}

.ui-dark .chapter-cm > a {
    color: #f6f2f2;
}

.chapter-cm a:hover {
    color: #ef3506
}

.list-comics .clear-fix {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #dedede
}

.ui-dark .list-comics .clear-fix {
    border-top: 1px solid #9a9a9a
}

.list-comics {
    margin: 0
}

.list-comics .clear-fix p {
    margin: 0
}
