﻿
.btnstyle {
    height: 40px;
    padding: 0 10px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    background: #ccc;
    text-transform: uppercase;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    text-align: center;
    border: none;
}

#scrollToTop, #scrollToBottom {
    cursor: pointer;
    background-color: #0090CB;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}


