.comment-add {
  display: none;
}

b, strong {
  font-weight: 800;
}

.comment {
  border: 1px solid gray;
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.comment .permalink {
  display: none;
}

.comment footer a[href*="/comment/"] {
    display:none
}

.comment .content footer  {
  font-weight: bold;
}

.main-content-home-view, .path-node .node__content {
  width: 100%;
  max-width: 960px;
}

.main-content-home-view h1 {
  font-size: 2.8rem !important;
}

.main-content-home-view h2 {
  font-size: 2rem !important;
}

.main-content-home-view p, .page-content p {
  font-size: 1.4rem !important;
}

.main-content-home-view ul, .page-content ul,.main-content-home-view ol, .page-content ol, .main-content-home-view ul li ul, .page-content ul li ul,.main-content-home-view ol li ol, .page-content ol li ol {
  font-size: 1.3rem !important;
}

.main-content-home-view blockquote, .page-content blockquote {
  font-size: 1rem !important;
}

.main-content-home-view img, .page-content img {
  height: auto !important;
}

.rtecenter {
  text-align: center;
}

#whoami {
  border: 1px solid gray;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #eee;
}