#div-body{
   /*  background-image: url("../../img/Background.png"); */
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-color: #f9f9fb;
    direction: ltr;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    width:100%;
    height:100%;
    font-family: Switzer, sans-serif;
}


/*----------top------------*/

.navbar-button {
    width: 100%;
    border-radius: 38px;
    border: 1px solid #0096F7;
    padding: 7px 16px;
    margin: 15px auto 13px;
    background: #ffffff;
}

.navbar-button::after {
    border: none;
}

#reqSup {
    font-size: 20px;
    color: #0096F7;
    line-height: 26px;
    font-family: Switzer, sans-serif;
}

a.navbar-brand>img {
    height: 45px;
}

@media only screen and (max-width: 768px) {
    a.navbar-brand>img {
        height: 35px;
    }
    #reqSup {
        font-size: 10px;
        color: #3598D3;
    }
}

.upper-low-button {
    user-select: none;
    -webkit-user-select: none; /* Chrome Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
}

.buy-content {
    white-space: pre-wrap;
}