/*
 * Showup.js jQuery Plugin
 * http://github.com/jonschlinkert/showup
 *
 * Copyright (c) 2013 Jon Schlinkert, contributors
 * Licensed under the MIT License (MIT).
 */

/**
 * Docs Buttons
 */

/* Fixed button, bottom right */

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    z-index: 99
}

#back-to-top-left {
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: none;
    z-index: 99
}

.btn-light {
    color: #fff;
    background-color: rgba(99, 0, 0, .8);
}

.btn-light:hover {
    color: #fff;
    background-color: rgba(99, 0, 0, 1);
}