/*
 * 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, #back-to-top-left{

    padding: 15px 20px;

    background: url(arrow_top.png) no-repeat;
    background-position: center center;

    background-color: #6B1544;

    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: none;
    z-index: 99
}

#back-to-top1 {
    padding: 5px 20px;
    position: fixed;
    bottom: 10px;
    left: 50px;
    display: none;
    z-index: 99;
    color: white;
    /*background-color: #6B1544;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#back-to-top-left {
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: none;
    z-index: 99
}