#topics{
    font-family: Consolas,'Microsoft YaHei', Arial, sans-serif;
}
.postTitle {
    border-left: 3px solid #006064;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:#006064;
    transition: all 0.4s linear 0s;
}
#topics h2 {
    color: #00838f;
    background: #e0f7fa;
    border-radius: 6px 0px 0px 6px;
    border-left: 4px solid #00838f;
    text-indent: 16px;
    margin: 16px 0;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

#topics h3 {
    color: #0097a7;
    text-indent: 16px;
    background: #f2fcfd;
    line-height: 1.6;
}

#blog-calendar .CalTodayDay{
    background: #006064 !important;
}
#blog-calendar .CalTodayDay a{
    color: white;
}
#btn_comment_submit{
    background: #006064;
}
.feedbackListSubtitle a:link, .feedbackListSubtitle a:visited, .feedbackListSubtitle a:active {
    color: #00838f;
    font-weight: bold;
}
#back-to-top>a {
    background-color: white;
    color: black;
    bottom: 10px;
    right: 50px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    padding: 8px 12px;
    position: fixed;
    border-radius: 4px;
}
#back-to-top>a:hover {
    background-color: #00838f;
    color: white;
}