/**************** note **************/
.note-content {
    position: relative;
    display: block;
    width: calc(100% - 1em);
    padding: 0 1em 1em 1em;
    margin: 0 auto;
    line-height: 1.5em;
    border: none;
}

.note-content .create-date{
    font-size: 85%;
    text-align: right;
    text-decoration: none;
}

.note-content p {
    text-indent: 1em;
}

.note-text-right {
  text-align: right;
  padding-right: 16px;
}

/*********** buttons *********/

.more-button {
  padding: 0.25em 0.5em;
  margin: 0 0.5em;
  text-align: right;
}

/**************** note Index **************/

.note-index {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    margin: 0 1em;
    line-height: 1.5em;
    border: none;
}

.note-index-intro {
    display: block;
    margin: 1em 0.5em 1em 2em;
    padding: 0.5em;
    line-height: 1.5em;
}

.note-index-item-head{
    display: block;
    font-size: 1em;
    color: #c9bc9c;
    margin: 0 1em;
    border: none;
    text-decoration: none;
    padding: 0.25em 0.25em 0 16px;
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-image: url("/static/images/lotus-pic-earth16.0b49656dc518.png");
    border-bottom: #c9bc9c 1px dotted;
}

.note-index-item-head a:link{
    text-decoration: none;
}

.note-index-item-head .date{
    font-size: 85%;
    text-align: right;
    text-decoration: none;
}

.note-index-item-head .heading{
    font-size: 105%;
    background-color: transparent;
}

.note-index-item {
    display: block;
    padding: 1em 0.5em 0.5em 1em;
}

.note-index-item-head:hover{
    background-color: #ede8de;;
}

.note-index .arrow {
    display: inline-block;
    width: 24px;
    color: #c9bc9c;
}
