#floatContainer {
    margin-top: 10px;
}

.newslist_nav {
    width: 225px;
    min-height: 40px;
    line-height: 40px;
    padding-left: 50px;
    border: 1px solid #E0E0E0;
    border-top: 3px solid #056738;
}

.newslist_nav a {
    text-decoration: none;
    color: black;
}

.newslist_nav a:hover {
    color: #056738;
}

#newslist_positon {
    margin: 0;
    line-height: 40px;
    border-top: 3px solid #056738;
}

/*#nav_header{background-color: yellow;}
#nav_content{background-color: lightblue;}*/
#main {
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid #E0E0E0;
}

#main li {
    list-style: none;
    line-height: 30px;
}

#main a {
    text-decoration: none;
    color: black;
}

#main a:hover {
    color: #056738;
}

.news_li a {
    float: left;
    width: 90%;
}

.news_li span {
    float: right;
    width: 10%;
}

#newslist_positon a {
    color: black;
}

#newslist_positon a:hover {
    color: #056738;
}

/* -----------page nav-------*/
.page_navi {
    width: 100%;
    height: 80px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    padding-top: 1em;
}

.page_navi a {
    padding: 3px 8px;
    margin: 2px;
    text-decoration: none;
    color: #888;
    border: 1px solid #ccf;
}

.page_navi a:hover,
.page_navi a.current {
    border: 1px solid #356aa0;
    color: #356aa0;
    font-weight: bolder;
}

.table-bordered tr td {
    vertical-align: middle !important;
    text-align: center !important;
}

.fixed-table-container fixed-height {
    height: auto !important;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 0px solid #dee2e6 !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto !important;
}

.fixed-table-container {
    height: auto !important;
}

.fixed-table-border {
    height: auto !important;
}

.bootstrap-table .pagination {
    font-size: 15px !important;
}

.float-left.pagination-detail {
    display: none;
}

.float-right.pagination {
    text-align: right !important;
    display: block !important;
}


.fixed-table-container fixed-height{
	height: auto !important;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){
	border-bottom:0px solid #dee2e6 !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body{
	height: auto !important;
}
.fixed-table-container{
	height: auto !important;
}
.fixed-table-border{
	height: auto !important;
}
.bootstrap-table  .pagination{
    font-size: 15px !important;
}

span.pagination-info {
    display: none;
}

.pull-right.pagination {
    display: block !important;
}
#researchProjects tr:nth-child(even) {
    background: #fafafa;}
#researchProjects th {
    background: #efefef;}

