

/**/

/**/

/*
 * Page Scroll Indicator - Simple Page Scroll Indicator based on Vanilla JS
 * Copyright (c) 2018 Gregor Laan - https://github.com/gregorlaan/page-scroll-indicator
 * License: MIT
 */
.page-scroll-indicator {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.00);
    z-index: 9999;
    position: fixed;
    top: 0;
}

.page-scroll-indicator-progress {
    width: 0%;
    height: 5px;
    background: rgba(17, 128, 64, 1.00);
}

/**/

table.max_width_border, audio.max_width_border, video.max_width_border {
    width: 100%;
    max-width: 100%;    
}

table.max_width_border th, table.max_width_border td {
    border: 1px solid;
    padding: 0.5rem;
}#stacks_in_7279_76 img {
    height: auto;
    width: auto;
    max-height: 32px;
    vertical-align: top;
    margin-right: 0.5rem;
}