html {
    margin: auto;
}
div#header {
    height: 100px;
}
element.style {
    width: 1150px;
}
a {
  text-decoration: none;
}
div#blogTitle {
    display: inline-block;
    float: left;
}
div#navigator {
    display: inline-block;
    float: right;
}
#navigator #navList {
    display: inline-block;
    float: right;
}
#navigator #navList li {
    display: inline-block;
    float: left;
    padding-inline-start: 20px;
}
a#cb_post_title_url {
    color: lightsalmon;
}
#cnblogs_post_body {
    word-break: break-word;
}

#cnblogs_post_body {
    margin-bottom: 20px;
}