/*
 * Showup.js jQuery Plugin
 * http://github.com/jonschlinkert/showup
 *
 * Copyright (c) 2013 Jon Schlinkert, contributors
 * Licensed under the MIT License (MIT).
 */

/**
 * Docs Buttons
 */
.back-to-top {
    float: right !important;
    border-radius: 50%;
    padding: 15px 11px;
    cursor: pointer;
}

/* Fixed button, bottom right */
.btn-fixed-bottom {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
}

/* Dark theme */
.btn-red {
    color: #fff;
    background-color: rgba(185, 9, 22, .5);
}
.btn-red:hover {
    color: #fff;
    background-color: rgba(185, 9, 22, .9);
    text-decoration: none;
}
