/* 
    Created on : Mar 16, 2018, 8:22:50 AM
    Author     : Derek Chang
*/

#angle-up-to-top{
    font-size: 25px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    color: #666;
    text-align: center;
    line-height: 26px;
    background-color: rgba(204, 0, 102, 0);
    border: 1px solid #666;
    height: 30px;
    width: 30px;
    border-radius:75px;
    cursor: pointer;
    display: none;
    z-index: 11;
    transition: color .3s ease,border-color .3s ease;
}

#angle-up-to-top:hover{
    color:#333;
    border-color: #333;
}