.single-columns .veu_postList ul.postList li span.postList_date {
  display: none;
}


#ez-toc-container {
  background: linear-gradient(-45deg, transparent 25%, hsla(0, 0%, 78%, .15) 25%, hsla(0, 0%, 78%, .15) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 78%, .15) 75%, hsla(0, 0%, 78%, .15));
  background-clip: padding-box;
  background-size: 4px 4px;
  border: 0;
  border-bottom: 4px double #003cac;
  border-top: 4px double #003cac;
  padding: 32px;
  margin: 4em auto;
  max-width: 600px;
  width: 100%;
}

#ez-toc-container .ez-toc-title-container {
  font-size: 20px;
  margin-bottom: 14px;
  text-align: center;
  background: transparent;
  padding: 0;
  position: relative;
  color: #003cac;
  font-weight: normal;
}

#ez-toc-container ul li {
  margin-bottom: 5px;
}

.entry-body h2 {
  background-color: #f7f7f7;
  font-size: 25px;
  padding: 9px 20px;
  border-left: 5px solid #003cac;
  color: #060606;
  text-align: left;
}

.entry-body h3 {
  font-size: 20px;
  padding: 0;
  border-bottom: 4px double #003cac;
  border-left: 0;

}

.entry-body h4 {}

@media (max-width:768px) {
  .entry-body h2 {
    font-size: 22px;
  }

  .entry-body h3 {
    font-size: 18px;
  }
}