.content {
    margin-top: 10px;
    background: #fff;
    padding: 0 5px;
}
.header.index-header,.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box,.nav {
    overflow: hidden
}

.box {
    margin: 5px 0;
    padding: 2px!important;
    background: linear-gradient(to right, #4292EF, #5aa1f5, #60a6f7, #4e98ec, #569ff5, #5aa2f5, #4292EF);
}
body {

}
.nav {
    border-top: 1px solid #000
}

.box {
    border-radius: 5px
}

/*html {*/
/*    background-image: url(../img/bg.jpeg)!important;*/
/*    overflow: hidden!important;*/
/*    overflow-y: auto!important;*/
/*    background-attachment: fixed!important;*/
/*    background-position: top!important;*/
/*}*/

.list-title {
    line-height: 33px;
    font-size: 24pt;
    font-weight: 600;
    height: 38px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(transparent,#f7f3f3);
    text-shadow: 0px 0px 10px #e5e5e5;
    border-bottom: 1px solid #738e9f;
}
.list-title-text {
    line-height: 33px;
    height: 38px;
}
.content-area {
    background: #fff;
}

.copyright {
    width: 80%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    text-align: center;
}

.logo-box {
    height: 55px;
    padding: 0;
}

.logo-box .logo  .logo-img {
    height: 60px;
}

.logo-box .bank img {
    height: 55px;
}

@media screen and (max-width: 610px) {
    .list-title {
        font-size: 16pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 16pt!important;
    }
    .logo-box .logo  .logo-img {
        height: 50px;
    }

    .logo-box .bank img {
        height: 40px;
    }
}

@media screen and (max-width: 505px) {
    .list-title {
        font-size: 15pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 15pt!important;
    }

}
@media screen and (max-width: 409px) {
    .list-title {
        font-size: 15pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 15pt!important;
    }
}

@media screen and (max-width: 374px) {
    .list-title {
        font-size: 14pt!important;
    }
    .list-title span,
    .list-title strong {
        font-size: 14pt!important;
    }
}


