#blog-calendar td {
    font-family: "Comic Sans MS";
}

#blog-calendar {
    background: white;
}

#blogCalendar tbody tr:first-child {
    height: 45px;
    color: white;
    background-color: rgb(22, 159, 230);
}

#blogCalendar tbody tr:first-child .CalNextPrev {
    text-align: center;
}
#blogCalendar tbody tr:first-child .CalNextPrev a {
    color: white;
    font-weight: bold;
}

#blogCalendar tbody tr:second-child {
    font-weight: bold;
}

.CalTodayDay {
    background: rgb(22, 159, 230) !important;
    color: #fff;
    font-weight: bold;
}

#main {
    max-width: 80% !important;
}
#mainContent {
    flex: auto;
    max-width: 100% !important;
}

#topics #cb_post_title_url {
    color: maroon;
    font-weight:bold;
}
#topics {
    counter-reset: h2;
}
#topics h2 {
    counter-reset: h3;
    /*color: DarkBlue;*/
}
#topics h3 {
    color: OliveDrab;
}
#topics h2:before {
    counter-increment: h2;
    content: counter(h2) ".  ";
    /*color: DarkBlue;*/
}
#topics h3:before {
    counter-increment: h3;
    content: "" counter(h2) "." counter(h3) " ";
    color: OliveDrab;
}

#header .blogStats {
    display: block;
    position: absolute;
    top: 0;
    line-height: 60px;
    right: 20%;
    color: white;
}
#MySignature {
    text-indent: 0.6rem;
}
/* 隐藏侧边标签框 */
#sidebar_toptags {
    display: none;
}

#cnblogs_post_body h2 {
    background-color: #008FC6;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding-left: 15px;
    margin-bottom: 12px;
}