/*
    Back To Top

    LICENSE

    This source file is subject to the Eltrino LLC EULA
    that is bundled with this package in the file LICENSE_EULA.txt.
    It is also available through the world-wide-web at this URL:
    http://eltrino.com/license-eula.txt
    If you did not receive a copy of the license and are unable to
    obtain it through the world-wide-web, please send an email
    to license@eltrino.com so we can send you a copy immediately.

    @category    Eltrino
    @package     Eltrino_BackToTop
    @copyright   Copyright (c) 2014 Eltrino LLC. (http://eltrino.com)
    @license     http://eltrino.com/license-eula.txt  Eltrino LLC EULA

*/

#back_to_top {
    text-align: center;
    padding: 5px 15px;
    height: 40px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;
    background-color: black;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    text-decoration: none;
}

#back_to_top:hover {
    margin-bottom: 10px;
}

#back_to_top img {
    width: 2em;
}

#back_to_top div {
    margin-top: -5px;
    font-size: 1em;
}
