.postBody h2{
    background-color: #269abc;
    border-radius: 3px;
    color: white;
    margin-bottom: 12px;
    text-align:center;
width: 100%

}
.postBody h3{
    background-color: #269abc;
    border-radius: 3px;
    color: white;
    padding-left: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.postBody h4{
    background-color: #5bc0de;
    border-radius: 3px;
    color: white;
    padding-left: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.postBody h5{
    background-color: #5bc0de;
    border-radius: 3px;
    padding-left: 5px;
    margin-bottom: 12px;
    width: 100%;
}
.postBody a{
text-decoration:none
}
a{
text-decoration:line-through

}
a:visited { 
color:#000000; 
text-decoration:none; 
} 
#nav_next_page {
visibility:hidden;
}
.itnews,
#green_channel{
display:none;
}
a {
color: #888888
}
pre,code,span{
color:black;
font-size:13px;
}

pre, code, tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

code, tt {
margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

pre>code {
  margin: 0;
  padding: 0;
  color: #333;
  white-space: pre;
  
  border: none;
  background: transparent;
 
}

pre {
margin: 0px 0px 25px; background: rgb(230, 233, 237); border-left: 4px solid rgb(122, 208, 58); font: 400 12px/20px Consolas, &quot;Courier New&quot;, Courier, monospace; padding: 10px 12px; white-space: pre-wrap; overflow-wrap: break-word; overflow: hidden; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;color: rgb(34, 34, 34)
}

pre code, pre tt {
  background-color: transparent;
  border: none;
}