.fix_it{
max-width:250px;
position:fixed;
right:20px;
top:40px;
max-height:80%;
overflow-y:auto;
}

.fly_it{
max-width:230px;
position:absolute;
z-index:100;
max-height:auto;
overflow-y:auto;
padding-top: 10px;
}

.flashIt{
animation: highlight 2s ease;
}
@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}

.toclink.active li{padding-left:10px}
.article-index .active  .etoc_intro {display:none}


