html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: jinkaiFont;
}

ul{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: row;
}

a {
    color: #57BF7D;
    text-decoration: none;
}

.content {
    flex: 1;
    width: auto;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 10px;
}

.post-line {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.post-title {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.post-summary {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.post-date {
    color: #AAA;
    font-size: 11px;
    text-align: right;
}

.topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.topbar-mine {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin-right: 20px;
    font-family: jinkaiFont;
}

.topbar-button {
    margin-left: 0px;
    margin-right: 10px;
    color: #888;
    font-size: 16px;
    font-family: jinkaiFont;
}

.slogan {
    font-size: 16px;
    text-align: center;
    color: #B4B4B4;
    margin-top: 80px;
    margin-bottom: 80px;
}

.topbar-button a {
    color: #888;
    text-decoration: none;
}

.topbar-button a:hover {
    color: #73BC83;
}

.post-info {
    display: flex;
    flex-direction: row;
}

.category-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.category {
    color: #999;
    font-size: 14px;
    position: relative;
    background: #EFEFEF;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 5px;
    white-space: nowrap;
}

.char-total-counter {
    display: flex;
    justify-content: flex-end;
    color: #AAA;
    font-size: 11px;
    margin-right: 20px;
}

.char-counter {
    color: #AAA;
    font-size: 11px;
    margin-right: 10px;
}

.right-info-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
