/*
toTop scroll function styles
*/
/* 
    Created on : 28-jul-2015, 16:21:16
    Author     : FHIOS
*/

#toTop {
    border: 1px solid red;
    bottom: 5px;
    cursor: pointer;
    display: none;
    height: 200px;
    position: fixed;
    right: 5px;
    width: 100px;
    z-index: 99;
}