#navigator {
  border-left: none;
  border-right: none;
}

.postTitle, .entrylistPosttitle, .feedback_area_title {
  border: none;
}

.postDesc, .entrylistItemPostDesc {
  border: none;
}

.postDesc a {
  white-space: nowrap;
  color: #1898c4
}

.postTitle a {
  color: #1898c4;
}

.postTitle:hover a {
  color: #117ca0;
}

#sideBar {
  border: none;
  border-right: 1px dotted #999;
  padding: 0 8px 40px 20px;
}

.input_my_zzk {
  width: 60%;
  border-radius: 3px;
  outline: none;
  padding: 0 3px;
  color: #1898c4;
}

input.btn_my_zzk {
  border-radius: 3px;
  background: #817d7d;
  color: #fff;
}
body {
  font-size: 14px;
}
.postTitle, .entrylistPosttitle, .feedback_area_title {
  font-size: 16px;
}
#cnblogs_post_body h1 {
  font-size: 25px;
}
.postCon a, .postBody a, .feedbackCon a {
  color: #1898c4;
}
#cnblogs_post_body img {
  max-width: 750px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
#cnblogs_post_body img:hover {
  box-shadow: 0px 0px 10px #999;
}
.pager {
  font-size: 14px;
  color: #000;
}
.pager a {
  color: #fff;
  background: #000;
  padding: 3px 6px;
  border-radius: 2px;
  border: none;
}
.pager a:hover {
  background: #7c7c7c;
}
.topicListFooter #nav_next_page a {
  color: #fff;
  padding: 4px 8px;
  background: #000;
  border-radius: 2px;
}
.topicListFooter #nav_next_page a:hover {
  background: #7c7c7c;
}
blockquote {
  padding: 2px 8px;
  background: #f5f5f5;
  border-left: 3px solid #5c5c5c;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
  border: 1px solid #eceadb !important;
  border-radius: 2px !important;
}
#leftBar {
  width: 200px;
  height: 100px;
  background: red;
}
#topBar {
  width: 200px;
  height: 100px;
  background: blue;
}
#bottomBar {
  width: 200px;
  height: 100px;
  background: pink;
}