#scrollUp {
    bottom: 0;
    right: 0px;
    width: 120px;
    height: 30px;
    margin-bottom: -10px;
    margin-bottom: 0px;
    padding: 5px 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: white !important;
    z-index: 666666 !important;
    color: #E41B23 !important;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0px;
    color: black !important;
}