/* Tab style */
#scrollUp {
position: fixed;
right: 10px;
font-size: 20px;
line-height: 40px;
width: 40px;
height: 40px;
bottom: 20px;
    background-color: #454545;
color: #ffffff;
text-align: center;
background-image: url('/img/top.png');
background-position: center;
background-repeat: no-repeat;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
border-radius: 50%;
-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
box-shadow: 0 2px 40px 8px rgba(57, 201, 187);
z-index: 15962536; }

#scrollUp:hover {
background-color: #39c9bb;
}
@media only screen and (min-width: 10px) {
#scrollUp-active {
      position: absolute;
    top: 300px;
    width: 100%;
    border-top: 0px dotted rgb(0, 255, 255);
    z-index: 2147483647;
}}