/*! zybuluo */

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.pace-inactive {
    display: none
}

body {
}

.theme-black {
    background-color: #444;
    color: #D6DBDF
}

.theme-white {
    background-color: #F9F9F5;
    color: #2C3E50
}

.table-striped-black tbody > tr:nth-child(2n+1) > td, .table-striped-black tbody > tr:nth-child(2n+1) > th {
    background-color: #333
}

.table-striped-white tbody > tr:nth-child(2n+1) > td, .table-striped-white tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(102, 128, 153, .05)
}

hr {
    border: 0;
    border-bottom: 1px dashed #cfcfcf;
    margin: 30px 0
}

.footnote {
    vertical-align: baseline;
    top: -8px;
    font-size: 75%;
    line-height: 0;
    position: relative
}

.footnotes small {
    color: #888;
    font-size: .9em
}

.footnotes {
    margin-bottom: 20px
}

code {
    border: 0;
    background-color: #D6DBDF;
    border-radius: 4px;
    color: #2C3E50;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap
}

.code-black {
    background-color: #333;
    color: #D6DBDF
}

.toc ul {
    list-style-type: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .01s linear;
    -moz-transition: opacity .01s linear;
    -ms-transition: opacity .01s linear;
    -o-transition: opacity .01s linear;
    transition: opacity .01s linear
}

.red-on-black {
    color: #CD5C5C
}

.blue-on-black {
    color: #5BA4E5
}

a:hover {
    color: #5BA4E5
}

a:hover.red-on-black, a:hover.white-on-black {
    color: #F5F5F9
}

.white-on-black {
    color: #BBB
}

.whiter-on-black {
    color: #FFF;
    font-weight: 700
}

body, button, input, select {
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif
}

.wmd-preview > p, .wmd-preview > pre, .wmd-preview > blockquote {
    margin: 0 0 20px
}

.wmd-preview blockquote {
    padding: 10px 15px;
    border-left-style: solid;
    border-left-width: 10px
}

.white-blockquote {
    border-color: #D6DBDF;
    background: none repeat scroll 0 0 rgba(102, 128, 153, .05)
}

.black-blockquote {
    border-color: #333;
    background: none repeat scroll 0 0 rgba(51, 51, 51, .5)
}

.MathJax_Preview {
    color: inherit !important
}

blockquote p {
    margin-bottom: 15px
}

blockquote p:last-child {
    margin-bottom: 0
}

pre {
    border-width: 0;
    padding: 10px 15px;
    background: none repeat scroll 0 0 rgba(102, 128, 153, .05)
}

.wmd-preview dl {
    margin-bottom: 20px
}

.wmd-preview dt, .wmd-preview dd {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 27px
}

.wmd-preview dt {
    font-weight: 700
}

.wmd-preview dd {
    margin-left: 40px
}

h1 {
    margin: 50px 0 20px;
    font-size: 30px
}

h2 {
    margin: 35px 0 20px;
    font-size: 26px
}

h3 {
    margin: 20px 0;
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5, h6 {
    font-size: 16px
}

.wmd-preview code, .wmd-preview pre {
    font-size: 14px
}

.element-center {
    text-align: center;
    margin: 0 auto
}

#wmd-button-bar {
    padding-bottom: 5px;
    padding-top: 5px;
    min-width: 650px
}

#preview-button-bar {
    padding-bottom: 5px;
    padding-top: 5px
}

#wmd-button-bar, #preview-button-bar {
    height: 40px
}

.wmd-button-bar, .preview-button-bar {
    background-color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 50
}

.wmd-button-bar-full-shown {
    margin: 0 auto;
    width: 650px;
    border-bottom: 1px solid #ddd
}

.preview-link > a {
    margin-left: 15px;
    text-decoration: none
}

#toc-list {
    background-clip: padding-box;
    border-radius: 4px;
    float: left;
    font-size: 14px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    position: absolute;
    padding: 5px 0 20px;
    top: 100%;
    z-index: 1000
}

#toc-list .toc ul {
    margin-left: 20px
}

#toc-list .toc > ul {
    margin: 0
}

#toc-list a:hover {
    background: 0 0;
    color: #005580;
    text-decoration: underline
}

#toc-list a {
    color: #08c;
    text-decoration: none;
    display: inline
}

#toc-list h3 {
    margin: 10px 0;
    padding-left: 15px
}

#toc-list hr {
    margin: 10px 0
}

.table-of-contents {
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    max-height: 400px;
    padding: 5px 0
}

li.todo-list-item {
    list-style: none
}

li.todo-list-item i {
    margin: 0 6px 0 -20px;
    vertical-align: middle
}

#merge-editor {
    width: 100%;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

#merge-editor:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

#merge-editor span.insert {
    background: #c6ffc6
}

#merge-editor span.delete {
    background: #ffc6c6
}

#merge-text span.insert {
    background: #c6ffc6
}

#merge-text span.delete {
    background: #ffc6c6
}

#input-file-open-local-file {
    width: 100%;
    height: 42px;
    line-height: 1.45;
    padding-top: 14px;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

.dropdown {
    display: inline-block
}

ul.dropdown-menu {
    font-size: 14px;
    padding: 10px;
    color: #BBB
}

ul.dropdown-menu#signup-login-intro {
    min-width: 250px
}

#info-menu {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    cursor: default
}

#info-menu table {
    margin-bottom: 10px;
    width: 100%
}

#info-menu table, #info-menu td {
    border-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#info-menu td.menu-label {
    padding: 3px 10px 3px 15px;
    border-right: #333 1px solid;
    border-bottom: #333 1px solid
}

#info-menu td.menu-field {
    padding: 3px 10px 3px 15px;
    border-bottom: #333 1px solid
}

#file-list {
    width: 500px;
    margin-top: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-y: auto
}

#file-list-topbar {
    width: 500px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#file-list-topbar #search-file-bar {
    display: block
}

#file-list-topbar #tag-file-bar {
    display: none
}

#search-file-bar a {
    display: inline;
    color: #888;
    font-size: 13px
}

#search-file-bar a:hover, #search-file-bar a:focus {
    background-image: none;
    background-color: transparent
}

#search-file-bar a:hover {
    color: #fff
}

#file-list .tag-list {
    list-style-type: none;
    margin-left: 10px
}

#file-list .tag-item {
    color: #5BA4E5
}

#file-list .tag-item:hover {
    color: #fff
}

#file-list .tag-list .tag-count {
    margin-right: 30px
}

#file-list .item {
    border-right: solid 5px #444
}

#file-list li.selected-item {
    color: #fff;
    text-decoration: none;
    border-right: solid 5px #0081c2
}

#file-list li.selected-item > a {
    color: #fff
}

ul.dropdown-menu#about-menu {
    width: 100px;
    max-height: 180px;
    overflow-y: auto
}

ul.dropdown-menu .divider {
    border-bottom: #BBB 0 solid
}

ul.dropdown-menu {
    list-style-type: none;
    margin-left: 0
}

ul.dropdown-menu li {
    line-height: 30px
}

ul.dropdown-menu #search-file-textbox {
    margin-bottom: 0;
    margin-right: 10px;
    background-color: #444;
    color: #bbb;
    border: 0;
    font-size: 16px;
    width: 300px
}

ul.dropdown-menu.theme-black li > a {
    color: #BBB
}

ul.dropdown-menu.theme-black li > a:hover {
    color: #FFF
}

ul.dropdown-menu.theme-white li > a {
    color: #333
}

ul.dropdown-menu.theme-white li > a:hover {
    color: #FFF
}

ul.dropdown-menu li i[class*=icon] {
    margin-right: 10px;
    vertical-align: baseline
}

#editor-column, #preview-column {
    width: 50%
}

.wmd-panel-editor {
    padding-left: 20px;
    padding-right: 20px
}

.wmd-panel-preview {
    padding-left: 20px;
    padding-right: 45px;
    position: relative
}

.wmd-panel-editor-full-shown {
    text-align: center;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.wmd-panel-editor-full-shown-ace {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden
}

.wmd-input, .wmd-input:focus, #md-section-helper {
    width: 100%;
    border: 0;
    padding: 0 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    font-size: 16px;
    line-height: 27px;
    resize: none;
    overflow-x: hidden;
    font-family: Menlo, "Ubuntu Mono", Consolas, "Courier New", Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif
}

#md-section-helper {
    top: -100px;
    height: 1px;
    position: absolute;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word
}

.editor-reader-full-hidden {
    position: absolute;
    top: -1000px;
    z-index: -1
}

.editor-reader-full-shown {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000
}

.reader-full-toolbar-hidden {
    position: absolute;
    top: -1000px;
    z-index: -1
}

.reader-full-toolbar-shown {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    z-index: 1000;
    background-color: #444;
    opacity: .9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding-top: 80px
}

.reader-full-topInfo-hidden {
    position: absolute;
    top: -1000px;
    z-index: -1
}

.reader-full-topInfo-shown {
    position: static;
    margin: 0 auto;
    max-width: 850px;
    padding-top: 40px;
    font-size: 16px;
    color: #AAA
}

.editor-reader-hidden {
    position: absolute;
    top: -1000px;
    z-index: -1;
    display: none !important
}

.editor-reader-hidden-always {
    position: absolute;
    top: -1000px;
    z-index: -1
}

.sequence-diagram, .flow-diagram {
    text-align: center;
    margin: 0 auto
}

.sequence-diagram text, .flow-diagram text {
    font-size: 15px !important;
    font-family: Arial !important
}

.theme-white.sequence-diagram [fill="#ffffff"], .theme-white.flow-diagram [fill="#ffffff"] {
    fill: #F9F9F5
}

.theme-white.sequence-diagram [stroke="#000000"], .theme-white.flow-diagram [stroke="#000000"] {
    stroke: #2C3E50
}

.theme-white.sequence-diagram [fill="#000"], .theme-white.flow-diagram [fill="#000"], .theme-white.sequence-diagram [fill="#000000"], .theme-white.flow-diagram [fill="#000000"], .theme-white.sequence-diagram [fill=black], .theme-white.flow-diagram [fill=black] {
    fill: #2C3E50
}

.theme-black.sequence-diagram [fill="#ffffff"], .theme-black.flow-diagram [fill="#ffffff"] {
    fill: #444
}

.theme-black.sequence-diagram [stroke="#000000"], .theme-black.flow-diagram [stroke="#000000"] {
    stroke: #D6DBDF
}

.theme-black.sequence-diagram [fill="#000"], .theme-black.flow-diagram [fill="#000"], .theme-black.sequence-diagram [fill="#000000"], .theme-black.flow-diagram [fill="#000000"], .theme-black.sequence-diagram [fill=black], .theme-black.flow-diagram [fill=black] {
    fill: #D6DBDF
}

.ace_search.right {
    border: 1px solid #cbcbcb !important
}

.ace_search {
    background-color: #F9F9F5 !important
}

#reader-full-topInfo > span, #reader-full-topInfo > code {
    margin-right: 10px
}

#reader-full-topInfo a {
    font-size: 16px;
    color: #AAA
}

.in-page-editor-buttons, .in-page-preview-buttons {
    margin-top: 20px;
    position: fixed;
    z-index: 10
}

.in-page-preview-buttons-full-reader {
    right: 35px;
    top: -15px
}

.preview-container {
    overflow: auto
}

.wmd-preview {
    width: 100%;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 27px;
    /*overflow: auto;*/
    min-height: 820px;
    /*border: 1px dashed #BBB;*/
    border-top-width: 0;
    border-right-width: 0;
    padding-left: 5px;
    padding-right: 5px
}

.wmd-preview li {
    line-height: 27px
}

.wmd-preview ol.linenums > li {
    line-height: 20px
}

.wmd-preview-full-reader {
    height: auto;
    border: 0 none;
    margin: 0 auto;
    max-width: 850px;
    overflow-x: hidden;
    padding-bottom: 50px;
    position: relative
}

.wmd-button-row, .preview-button-row {
    margin: 10px 5px 5px;
    padding: 0;
    height: auto
}

.wmd-spacer {
    width: 0;
    height: 20px;
    margin-left: 30px;
    display: inline-block;
    list-style: none
}

.preview-button-full-reader {
    width: 20px;
    height: 20px;
    display: block;
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    margin: 0 auto 20px
}

#reader-full-toolbar-home {
    margin-bottom: 60px
}

.reader-full-toolbar-tail-shown {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 1000;
    opacity: .9
}

.reader-full-toolbar-tail-hidden {
    position: absolute;
    top: -1000px;
    z-index: -1
}

.wmd-button, .preview-button, .in-page-button {
    width: 20px;
    height: 20px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    font-size: 17px
}

.preview-link {
    height: 20px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    font-size: 16px
}

.wmd-button {
    margin-left: 10px
}

.preview-link, .preview-button {
    margin-right: 10px
}

.in-page-button {
    margin-right: 15px
}

.wmd-button > span, .preview-button > span, .in-page-button > span {
    width: 20px;
    height: 20px;
    display: inline-block
}

.preview-link button {
    border: solid 0 #0081c2;
    background-color: #444;
    color: #5BA4E5;
    border-radius: 4px;
    padding: 2px 4px;
    vertical-align: baseline;
    font-size: 14px
}

.preview-link button:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6)
}

.preview-link button:focus, .preview-link a:focus {
    outline-width: 0
}

#editor-column ::-webkit-scrollbar, #preview-column ::-webkit-scrollbar {
    width: 9px
}

#editor-column ::-webkit-scrollbar-track, #preview-column ::-webkit-scrollbar-track {
    background: rgba(102, 128, 153, .1)
}

#editor-column ::-webkit-scrollbar-thumb:hover, #preview-column ::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 128, 153, .5)
}

#editor-column ::-webkit-scrollbar-thumb, #preview-column ::-webkit-scrollbar-thumb {
    background: rgba(102, 128, 153, .2)
}

#editor-column ::-webkit-scrollbar-corner, #editor-column ::-webkit-scrollbar-thumb:window-inactive, #preview-column ::-webkit-scrollbar-corner, #preview-column ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(102, 128, 153, .1)
}

#preview-button-bar ::-webkit-scrollbar {
    width: 9px
}

#preview-button-bar ::-webkit-scrollbar-thumb:hover {
    background: rgba(91, 164, 245, .8)
}

#preview-button-bar ::-webkit-scrollbar-thumb {
    background: rgba(91, 164, 245, .6)
}

#preview-button-bar ::-webkit-scrollbar-corner, #preview-button-bar ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(91, 164, 245, .2)
}

.wmd-spacer1 {
    left: 40px
}

.wmd-spacer2 {
    left: 175px
}

.wmd-spacer3 {
    left: 300px
}

.wmd-prompt-background {
    background-color: #000
}

.wmd-prompt-dialog {
    border: 1px solid #999;
    background-color: #F5F5F5
}

.wmd-prompt-dialog > div {
    font-size: .8em;
    font-family: arial, helvetica, sans-serif
}

.wmd-prompt-dialog > form > input[type=text] {
    border: 1px solid #999;
    color: #000
}

.wmd-prompt-dialog > form > input[type=button] {
    border: 1px solid #888;
    font-family: trebuchet MS, helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}

@-webkit-keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
        transform: matrix(0.97, 0, 0, 1, 0, 12);
        opacity: 0
    }
    20% {
        -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
        transform: matrix(0.99, 0, 0, 1, 0, 2);
        opacity: .7
    }
    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
        transform: matrix(1, 0, 0, 1, 0, -1);
        opacity: 1
    }
    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

@keyframes pop-upwards {
    0% {
        -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
        transform: matrix(0.97, 0, 0, 1, 0, 12);
        opacity: 0
    }
    20% {
        -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
        transform: matrix(0.99, 0, 0, 1, 0, 2);
        opacity: .7
    }
    40% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
        transform: matrix(1, 0, 0, 1, 0, -1);
        opacity: 1
    }
    70% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1
    }
}

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    content: ""
}

.medium-toolbar-arrow-under:after {
    border-width: 8px 8px 0
}

.medium-toolbar-arrow-over:before {
    top: -8px;
    border-width: 0 8px 8px
}

.medium-editor-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    font-size: 16px;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif
}

.medium-editor-toolbar ul {
    margin: 0;
    padding: 0
}

.medium-editor-toolbar li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.medium-editor-toolbar li button {
    display: block;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.33;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.medium-editor-toolbar li .medium-editor-action-underline {
    text-decoration: underline
}

.medium-editor-toolbar li .medium-editor-action-pre {
    padding: 15px 0;
    font-weight: 100;
    font-size: 12px;
    font-family: Menlo, monospace
}

.medium-editor-toolbar-active {
    visibility: visible;
    -webkit-animation: pop-upwards 160ms forwards linear;
    -ms-animation: pop-upwards 160ms forwards linear;
    animation: pop-upwards 160ms forwards linear;
    -webkit-transition: top .075s ease-out, left .075s ease-out;
    transition: top .075s ease-out, left .075s ease-out
}

button:focus {
    outline-width: 0
}

.highlight-yellow {
    background-color: rgba(255, 242, 168, .6)
}

.highlight-green {
    background-color: rgba(133, 246, 150, .6)
}

.highlight-blue {
    padding-top: 2px;
    padding-bottom: 2px
}

.theme-white .highlight-blue {
    background-color: rgba(168, 209, 255, .8)
}

.theme-black .highlight-blue {
    background-color: rgba(168, 209, 255, .5)
}

.side-remark-hidden {
    position: absolute !important;
    top: -1000px;
    z-index: -1;
    display: none
}

.side-remark-shown {
    position: absolute;
    z-index: 1000
}

.remark-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 950
}

.remark-icon {
    position: absolute
}

.remark-icon-empty .icon-stack i {
    color: rgba(91, 164, 229, .6)
}

.remark-icon-hover .icon-stack i {
    color: #5BA4E5 !important
}

.remark-icon-clicked .icon-stack i {
    color: #5BA4E5 !important
}

.remark-count {
    position: absolute;
    top: -4px;
    left: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF
}

.icon-stack {
    cursor: pointer
}

.icon-stack i {
    color: rgba(0, 0, 0, .4);
    font-size: 22px
}

.remark-list {
    width: 240px;
    font-size: 14px;
    padding-bottom: 20px
}

.remark-item {
    position: relative;
    padding: 20px 0 20px 42px;
    border-top: 1px solid
}

.remark-item:last-child {
    margin-bottom: 20px;
    border-bottom: 1px solid
}

.theme-white .remark-item {
    border-color: rgba(0, 0, 0, .1)
}

.theme-black .remark-item {
    border-color: rgba(0, 0, 0, .2)
}

.remark-item:hover {
    cursor: pointer
}

.remark-item .remark-head {
    position: absolute;
    left: 0
}

.remark-reply .remark-delete-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #CCC
}

.remark-reply .remark-delete-link .icon-remove {
    font-size: 18px
}

.remark-reply .remark-delete-link:hover {
    color: #5BA4E5
}

.remark-item .remark-published-link {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #CCC;
    font-size: 13px;
    margin: 0
}

.remark-item .remark-published-link:hover {
    color: #5BA4E5
}

.remark-options {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    color: #BBB;
    font-size: 13px;
    margin: 0
}

.remark-options li {
    padding: 3px 10px 3px 3px;
    border-width: 0 1px 1px;
    border-style: solid
}

.theme-white .remark-options li {
    border-color: rgba(0, 0, 0, .1)
}

.theme-black .remark-options li {
    border-color: rgba(0, 0, 0, .2)
}

.remark-options li:hover {
    color: #FFF;
    background-color: #08c;
    cursor: pointer
}

.remark-options li span {
    margin-left: 5px
}

.remark-editor {
    margin-top: 3px;
    word-wrap: break-word
}

.remark-editor p {
    margin: 0
}

.remark-editor #default-span {
    color: #AAA;
    cursor: pointer
}

.remark-editor:focus {
    outline-width: 0
}

.remark-reply, .new-reply {
    margin-top: 14px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 34px
}

.new-remark {
    position: relative;
    padding-left: 42px
}

.new-remark .remark-head {
    position: absolute;
    left: 0
}

.leave-reply {
    color: #08c;
    font-size: 13px
}

.leave-remark {
    color: #BBB;
    font-size: 14px
}

.leave-remark:hover, .leave-reply:hover {
    color: #5BA4E5;
    text-decoration: none;
    cursor: pointer
}

.leave-remark span {
    margin-right: 15px
}

.remark-footer {
    margin-top: 3px
}

.remark-footer button, .remark-reply-view-more {
    border: 0;
    padding: 0 6px 0 0;
    font-size: 13px
}

.remark-footer button:hover, .remark-reply-view-more:hover {
    color: #5BA4E5;
    text-decoration: none
}

.remark-edit, .remark-cancel, .remark-delete {
    color: #AAA
}

.remark-notice {
    color: #AAA;
    font-size: 12px
}

.remark-notice:before {
    content: '';
    display: block;
    margin: 16px 0 10px;
    width: 40px;
    height: 1px;
    background: #CCC
}

.inline-error {
    color: #CD5C5C;
    font-size: 12px
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tooltip-inner {
    max-width: 250px;
    width: 250px
}

.remark-reply .tooltip-inner {
    max-width: 100px;
    width: 100px
}

.medium-toolbar-arrow-under:after {
    top: 36px;
    border-color: #333 transparent transparent
}

.medium-toolbar-arrow-over:before {
    top: -8px;
    border-color: transparent transparent #333
}

.medium-editor-toolbar {
    border: 1px solid #000;
    background-color: #333;
    background: -webkit-linear-gradient(bottom, #333, rgba(36, 36, 36, .75));
    border-radius: 3px;
    box-shadow: 1px 2px 3px -2px #000;
    transition: top .075s ease-out, left .075s ease-out
}

.medium-editor-toolbar li button {
    min-width: 36px;
    height: 36px;
    padding: 0 15px;
    border: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #333;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background-color: #333;
    color: #fff;
    background: linear-gradient(bottom, #333, rgba(36, 36, 36, .89));
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    transition: background-color .2s ease-in
}

.medium-editor-toolbar li button:hover {
    background-color: #000
}

.medium-editor-toolbar li .medium-editor-button-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.medium-editor-toolbar li .medium-editor-button-last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
