.pull_out_quote ul li{
  list-style: disc;
  margin-left: 25px;
  font-size: 15px;
  font-style: normal;
}

.pull_out_quote ol li{
  list-style: decimal;
  margin-left: 28px;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

/* sdasd */
.dynamic_box{
  line-height: 1.5;
  font-size: 15px;
}
.dynamic_box p{
  font-style: normal;
}
.dynamic_box p.wp-caption-text {
    font-size: 14px;
    color: #9f9f9f;
    font-family: 'pt_sansregular';
    line-height: 1.3;
    margin-bottom: 18px;
}
.dynamic_box p > span {
    font-size: inherit;
}
.pull_out_quote ol ,.pull_out_quote ul{
  padding-left: 0px;
}

.article_body table{
  margin-bottom: 10px;
  max-width: inherit;
}
.article_body table tbody tr{
  border: 1px solid #C2C2C2;
  border-radius: 4px;
}
.article_body table tbody tr td{
  border-top: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  padding: 10px 5px;
  font-size: 15px;
  color: black;
  line-height: 1.2;
  font-style: normal;
}
.article_body table{
  margin: 0px auto;
  width: 100%;
  margin-bottom: 20px;
}
.article_body table tbody tr:nth-child(odd){
  background: #DEDEDE;
}
.article_body table tbody tr td{
  -webkit-transition: all .1s linear;
     -moz-transition: all .1s linear;
      -ms-transition: all .1s linear;
       -o-transition: all .1s linear;
          transition: all .1s linear;
}
.article_body table tbody tr td:hover{
  background: rgba(0,0,0,0.05);
}

.article_body h1{
  font-weight: bold;
  font-size: 2em;
}
.article_body h2{
  font-weight: bold;
  font-size: 1.5em;
}
.article_body h3{
  font-weight: bold;
  font-size: 1.17em;
}
.article_body h4{
  font-weight: bold;
}
.article_body h5{
  font-weight: bold;
  font-size: 0.83em
}
.article_body h6{
  font-weight: bold;
  font-size:  0.67em;
}

/*Author link in oped with comments */
/*.link:hover, .article_body .share_icons_container a:hover{
  border-bottom:none;
}*/