﻿.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;
	    height: 140px ! important;
}

.news-item
{float:left;
    padding:4px 0px;
    margin:0px;    margin-bottom: 5px ! important;
    border-bottom:1px dotted #555; 
}


.glyphicon-chevron-down:before {
    content: "\e114";
}

.pagination>li {
    display: inline;
    float: right ! important;
    width: auto ! important;margin-bottom: 5px ! important;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.news-img {
    width: 70px;
    padding-right: 5px;
}
.widget-categories ul li a {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 700;
}

.news-bg{background-image: url(../images/notice-board.png);     padding: 40px 50px 0px 55px;
    background-repeat: no-repeat;
    height: 300px ! important;}

.panel-footer {
padding: 4px 15px 4px 15px;
    background-color: #f5f5f5; 
    border-top: 1px solid #ddd;  display: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.glyphicon-chevron-down:before {
    content: "\e114";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
