.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .panel ul.demo1 {
        height: auto !important;
        max-height: 500px;
    }

.news-item {
    margin: 0px 0 10px;
    border-bottom: 1px dotted #296794;
    /* box-shadow:1px 1px 3px rgba(0, 0, 0, .4); */
    padding:10px 15px 10px;
    background: #ffffff;
    /* border-left:3px solid #296794; */
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #296794;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.notification {
    z-index: 8;
    border:1px solid #8f8e8e;
    /*left: 1255px;*/
    /*top: 230px;*/
    /*box-shadow:0px 1px 5px #bbb8b8;
    height:530px;
    border-radius:3px;
    padding:10px;
    background:#ffffff;*/
    /*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);*/
}

    .notification .panel.panel-default {
        border: 2px solid #296794 !important;
    }
    .notification .panel.panel-default .panel-heading {
            background-color: #296794 !important;
            border: 1px solid #296794 !important;
            color:#fff !important;
            padding:10px 15px !important;
        }

        .notification .panel.panel-default .panel-heading i {
            color:#fff !important;
        }

        .notification .panel.panel-default .panel-footer {
            background-color: #296794 !important;
            border: 1px solid #296794 !important;
            padding: 5px 9px 2px !important;
        }
            .notification .panel.panel-default .panel-footer .pagination > li > a, .pagination > li > span {
                    padding: 2px 8px !important;
            }

    .notification i {
        color: #296794;
    }

    .notification ul li i {
        padding-right: 10px;
    }

    .notification ul li a {
        display: block;
        color: #296794;
    }
    .notification ul li {
        font-size:13px;
    }

.panel-body {
    background:#f5f5f5;
    padding:6px 3px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.noti-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .noti-pagination > li {
        display: inline;
    }

        .noti-pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 3px 10px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #296794;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }
        @media only screen and (max-width: 479px) {
            .notification{
                margin-top:0;
            }
            .panel ul.demo1 {
                max-height:330px;
                height:auto !important;
            }
        }