/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 14, 2017, 8:09:57 AM
    Author     : lenovo
*/
.scrollup{
        width:40px;
        height:40px;
        opacity:0.3;
        position:fixed;
        bottom:15px;
        /*top:150px;*/
        left:15px;
        /*right:20px;*/
        display:none;
        text-indent:-9999px;
        background: url('../img/icon_top.png') no-repeat;
}
