body {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.copyright-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 900px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
@media (max-width: 895px) {
    .copyright-container {
        margin: 15px;
    }
}
@media (max-width: 767px) {
    .copyright-container {
        padding: 45px 45px 70px 45px;
    }
}
.copyright-container .address-status {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.copyright-container .cop-btn-container {
    margin-top: 5px;
    text-align: center;
}
.copyright-container .cop-btn-container table {
    margin: 0 auto;
}
.copyright-container .small-text {
    font-size: 0.9em;
}
.copyright-container td.total-row {
    background-color: #f8f8f8;
}
.copyright-container td.no-line {
    border: 0;
}
.copyright-container select[name="gateway"] {
    position: relative;
    z-index: 1;
}
::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background: #666666;
}
::-webkit-scrollbar-thumb {
      background-color: rgb(34, 34, 34);
      border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #151515;
}
