/*
 * TorrentPier – Bull-powered BitTorrent tracker engine
 *
 * @copyright Copyright (c) 2005-2018 TorrentPier (https://torrentpier.com)
 * @link      https://github.com/torrentpier/torrentpier for the canonical source repository
 * @license   https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
 */

@import "normalize.css";
@import "initial.css";
@import "ajax.css";
@import "alert.css";
@import "globals.css";
@import "images.css";
@import "main_content.css";
@import "menus.css";
@import "misc.css";
@import "page_content.css";
@import "page_footer.css";
@import "page_header.css";
@import "shortcuts.css";
@import "tablesorter.css";
@import "top.css";
@import "youtube.css";

#MrScrollUp div {
    width: 149px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

#MrScrollUp .MrScrollUp1 {
    background: url(../images/MrScrollUp.png) no-repeat -149px 0;
    opacity: 0;
    height: 250px;
    display: none;
    z-index: 1}

#MrScrollUp .MrScrollUp2 {
    background: transparent;
    cursor: pointer;
    display: block;
    z-index: 2;
    height: 150px;
}

#MrScrollUp {
    z-index: 11;
    width: 149px;
    height: 250px;
    display: block;
    overflow: hidden;
    cursor: default;
    position: fixed;
    right: 0;
    top: 95%;
    background: url(../images/MrScrollUp.png) no-repeat 0 0;
    margin: -125px 0 0;
    padding: 0;
}
.banner {
bottom: 25px;
position: absolute;
right: 20px;
}
td { 
    padding: 0px;
}
table { 
    border-spacing: 0px;
    border-collapse: separate;
}