body {
    background-color: #ededed;
    font-family: Microsoft JhengHei;
    min-width: 320px;
}
#news_box{
    width:70%;
    height:auto;
    margin:0 auto;
    margin-bottom:100px;
    font-size:1.1em;
}
#container_box{
    margin-top: 56px;
}
.news_logo_div{
    margin-top:150px;
    text-align:center;
}
#news_title {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    font-weight: bold;
    color: #53310A;
    margin-bottom: 30px;
}
#news_table{
    margin-top: 20px;
}
.search_tr_title {
    background-color: white;
    text-align: center;
    padding: 20px;
    border: 1px solid black;
}
.td_title {
    background-color: #EDF6ED;
    font-weight: bolder;
    height: 42px;
    color: black;
}
.label-danger{
    margin-right:10px;font-size:0.8em; padding-top:5px;
}
#news_box{
    width:70%;
    height:auto;
    margin:0 auto;
    margin-bottom:100px;
    font-size:1.1em;
}

#show_lastest_news{
    text-align: center;
}

th,td{
    padding: 13px !important;
    line-height: 1.42857143;
    border: 1px solid black;
}
th{
    text-align: center;
}
td{
    background-color:white;
}
.td_content{
    height: 42px;
}
.page_div{
    text-align: center;
}
.pagination > li > a{
    cursor: pointer;
}
.selected_page{
    background-color:#659168 !important;
    color: white !important;
}
.pointer{
    cursor: pointer !important;
}
#pic_QA{
    margin-top:82px;
}
@media screen and (max-width:768px){
    #news_box{
        width:95%;
    }
}