blockquote p {
    color: #333;
    padding: 5px 18px;
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    border: 4px solid #777;
    border-width: 0 0 0 4px;
    background: #f5f5f5;
    margin: 10px 0;
}
blockquote a {
	color: #b72b1e;
}
.table-of-contents {
    background: #f9f9f9;
    font-size: 15px;
    padding: 10px 10px 10px 0;
    margin: 0 0 15px 0;
    border-left: 2px solid #b72b1e;
    position: relative;
}
.table-of-contents h2, .table-of-contents > div {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
	margin-left:14px;
}
.table-of-contents ol {
  padding: 0;
  overflow:hidden;
}
/*
.table-of-contents ol li {
    counter-increment: List;
    margin-left: 26px;
    padding: 4px 0;
    list-style: decimal;
    font-weight: 500;
}
*/
.table-of-contents ol li {
    counter-increment: List;
    margin-left: 26px;
    padding: 2px 0;
    list-style: square;
    font-weight: 400;
}
.table-of-contents ol li.ftoc-h3 {margin-left:50px;list-style: circle;}
.table-of-contents a {
    text-decoration: none;
    padding-left: 7px;
}
.table-of-contents a:hover,
.table-of-contents a:active {
  text-decoration: underline;
}
.table-of-contents .ovlarticle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
}
.table-of-contents .readTocAll {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    color: #a64499;
    margin: 0px 0 5px 14px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border-radius: 4px;
    padding: 5px 0;
}
.table-of-contents .readTocAll::after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #a64499;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.shownews-view h2:target, .shownews-view h3:target {
  animation: highlight 1s ease;
}

@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}