#toTop {
    padding: 5px 3px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 2%;
    display: none;
    z-index: 10000;
}

#toTop a {
    background-color: rgb(0 110 185) !important;
}

#toTop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(64,176,164,.8);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-radius: 50px !important;
    text-decoration: none;
}

#toTop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;    
	font-size: 25px;
    font-weight: 700;
}