body {
    position: relative
}

#dynamic-to-top {
    display: none;
    overflow: hidden;
    width: auto;
    z-index: 90;
    position: fixed;
    bottom: 15px;
    right: 20px;
    top: auto;
    left: auto;
    font-family: sans-serif;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 17px 16px;
    border:1px solid rgb(35, 89, 105);
    background: rgb(48, 93, 107);
    border-radius: 30px
}

#dynamic-to-top:hover {
	background: rgb(48, 93, 107);
    cursor: pointer
}

#dynamic-to-top:active {
    background: rgb(48, 93, 107);
}

#dynamic-to-top,
#dynamic-to-top:active,
#dynamic-to-top:focus,
#dynamic-to-top:hover {
    outline: none
}

#dynamic-to-top span {
    display: block;
    overflow: hidden;
    width: 14px;
    height: 12px;
    background: url(../images/up.png ) no-repeat center center
}