#art-page-background-glare, 
#wrap, #footertxt_l, 
.article_separator 
{display:none;}

.button:hover {color:#fff;}


/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
    font-weight: bold;
    background-color: #DDE;
    border: 1px solid #778;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #AAE;}

/* Create an active/current tablink class */
ul.tab li a:focus, 
ul.tab li a.active {background-color: #FFF; border-bottom: none;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    overflow-y: scroll;
    height: 120px;
    background-color: #ffffff;
}