﻿
.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;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

/*reset bootstrap css*/
    .panel-default > .panel-heading {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top,#31708F 0,#31708F 100%);
    background-image: linear-gradient(to bottom,#31708F 0,#31708F 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
}

.panel-footer {
    padding: 10px 15px;
    background-color: #31708F;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#accordion {
    height: 300px !important;
}
