#posts > article > section a:not(.more-link) {
  margin: 0 2px;
  padding: 1px 4px 1px 18px;
  border-radius: 3px;
  color: #eb7350;
  text-decoration: none;
  background: #f7f7f7 url(../img/ico.po.link.svg) 0 50% no-repeat;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#posts > article > section a.more-link {
  display: inline-block;
  height: 18px;
  margin: 3px 5px 2px;
  padding: 0 6px 0 18px;
  border-bottom: 1px dotted #bbb;
  color: #aaa;
  line-height: 18px;
  font-family: 'petala_proitalic',arial;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../img/info.show.svg) 4px 50% no-repeat;
  user-select: none;
}

#posts > article > section blockquote {
  position: relative;
  margin: 8px 0;
  padding: 10px 30px 10px 15px;
  border-radius: 3px;
  color: #999;
}

#posts > article > section blockquote::after {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 10px;
  background: url(../img/post.quote.svg) 100% 0 no-repeat;
  content: '';
}

#posts > article > section blockquote a:not(.more-link) {
  color: #999;
  background-color: transparent !important;
  background-image: url(../img/ico.po.link.q.svg);
}

#posts > article > section img,
#posts > article > section video {
  max-width: 100%;
  height: auto;
}

#posts > article > section code {
  padding: 2px 4px;
  border-radius: 3px;
  color: #e64160;
  font-family: 'sourcecodepro_regular','courier new';
  background: #f7f7f7;
}

#posts > article > section table {
  cursor: text;
}

#posts > article > section table > thead {
  background: #f1f1f1;
}

#posts > article > section table > thead > tr {
  border-bottom: 1px solid #e5e5e5;
}

#posts > article > section table > thead > tr > th {
  font-weight: bold;
}

#posts > article > section table > tbody {
  color: #404040;
  background: #f7f7f7;
}

#posts > article > section table > tbody > tr {
  border-bottom: 1px solid #efefef;
}

#posts > article > section table > thead > tr > th,
#posts > article > section table > tbody > tr > td {
  padding: 1px 15px;
}

#posts > article > section table > thead > tr > th {
  padding-top: 3px;
  padding-bottom: 3px;
}