html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b {
    font-weight: 700;
}
.storyContent {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.3em;
    overflow-y: hidden;
    position: relative;
}
.storyContentReadmore {
    text-align: center;
    color: #ec5b24;
    text-decoration: none;
    line-height: 30px;
    display: block;
}
.storyTags {
    margin-top: 10px;
    padding: 8px 0;
    border-top: 1px dashed #ddd;
}
.storyTags .tag {
    color: #aaa;
}
.chapterListBox {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    margin: 10px 0;
}
.chapterList li {
    line-height: 21px;
    padding: 6px 90px 6px 6px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.chapterList li a {
    color: #333;
    text-decoration: none;
}
.chapterList li:hover a {
    color: #ec5b24;
}
.chapterList li .time {
    font-size: 0.8em;
    color: #888;
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 20px;
}
.chapterList li:hover a {
    color: #ec5b24;
}
/** COMMENT **/
.comment-list {
    margin: 10px 0;
    background: #fff;
    color: #333;
}
.comment {
    padding: 3px 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #fff;
}
.comment .avatar {
    float: left;
    margin-right: 15px;
}
.comment .comment-content {
    border: 0;
    margin-left: 55px;
}
.comment .comment-content .userinfo {
    margin-bottom: 5px;
    font-size: 13px;
}
.comment .comment-content .message {
    font-size: 13px;
    line-height: 21px;
    overflow-x: hidden;

}
.comment .comment-content .userinfo a {
    font-weight: 700;
    float: left;
    text-decoration: none;
}

.comment .comment-content .userinfo span {
    color: #aaa;
    font-size: 12px;
}
.comment .acts {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
}
.comment .acts .action-reply-comment {
    font-weight: bold;
}
.comment .acts .action-love-comment {
    color: #ec5b24;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
.comment .acts .action-love-comment span {
    color: #aaa;
}
.comment .comment-content {
    border: 0;
    margin-left: 55px;
}
.comment.subComment {
    margin-left: 50px;
    border-left: 3px solid #eee;
}
.comment {
    padding: 3px 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #fff;
}

.comment .comment-content .userinfo i {
    color: #aaa;
    font-size: 4px;
    margin: 0 8px;
    float: left;
    height: 13px;
    line-height: 14px;
}
.comment .comment-content .comment-text, .comment-textarea {
    width: 100%;
    border: 1px solid #eee;
    resize: none;
    font-size: 13px;
    height: 50px;
}
.guide {
    font-style: italic;
    font-size: 12px;
    color: #888;
}
/** CHAPTER **/
.chapterStory {
    background: #f5f5f5;
    height: 54px;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}
.chapterDetail {
    padding-top: 25px;
}
.chapterStory .chapterActions {
    float: right;
}
.chapterConfig {
    float: left;
    position: relative;
}
.chapterStory .chapterActions .voteBtn {
    line-height: 46px;
    background: transparent !important;
    border: none;
    margin: 4px 0;
    padding: 0 30px;
    border-left: 1px solid #ddd;
    font-weight: bold;
    position: relative;
}
.chapterConfig .configToggle {
    line-height: 46px;
    margin: 4px 0;
    display: block;
    color: #666;
    padding: 0 10px;
}
.chapterConfig .dropdown-menu {
    width: 300px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9;
    display: none;
}
.chapterConfig .dropdown-menu .horizontal-form-group {
    margin-bottom: 5px;
}
.chapterConfig .dropdown-menu .horizontal-form-group>label {
    float: left;
    width: 125px;
    text-align: right;
    font-weight: 600;
    font-size: 13px;
    line-height: 34px;
}
.chapterConfig .dropdown-menu .horizontal-form-group .form-control, .chapterConfig .dropdown-menu .horizontal-form-group .form-content {
    width: 150px;
    float: right;
}