.view {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 16px;
    display: block;
    color: #fff !important;
    background-color: #000;
    opacity: .65;
    filter: alpha(opacity=50);
    width: 160px;
}

.view a{
    color: #fff !important;
}

.cover-manga{
    position: relative;
    text-align: center;
}

ul.ul_listread {
    width: 100%;
    padding: 5px;
    margin: 0 auto
}

ul.ul_listread li {
    line-height: 27px;
    padding: 2px 0;
    overflow: hidden
}

ul.ul_listread .sp_rm {
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/icon_close.png) 0 5px no-repeat
}

ul.ul_listread li a.textread {
    color: #312c2c;
    font-size: 13px;
    display: block;
    line-height: 25px;
    overflow: hidden;
    float: left;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55%
}

ul.ul_listread li a.textread:hover {
    color: #ec4100;
    text-decoration: none
}

ul.ul_listread li .more, ul.ul_listread li a.more, ul.ul_listread li a.more1 {
    display: block;
    text-align: right;
    float: right;
    width: 35%
}

ul.ul_listread li a.more1 {
    color: #fda500
}

ul.ul_listread li a.more {
    color: #d4d4d4
}

.display_bookmark{
    display: none;
}

#bookmark i, #rmbookmark i{
  font-size: 16px !important;
}
#bookmark span, #rmbookmark span{
    font-size: 15px !important;
}
#bookmark .btn_bookmark ,#rmbookmark .btn_rmbookmark{
    padding: 8px !important;
    margin: 11px 5px 5px 5px !important;
}

.manga-history-widget .widget-view-more {
    background-color: #eb3349;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 6px 0px;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
