.dropdown-menu  li{
    width: 100%;
}


.left-side{
    width: 220px;
    display: table-cell;
    vertical-align: top;
}
.right-side{
    width: calc(100% - 200px);
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.right-side td{
    font-size: 15px;
    line-height: 1.6;
}
.pageContent{
    margin-top: 20px;
    display: table;
}
.icon_area_side{
    width: 100%;
    padding: 8px;
    /*border: 1px solid #6bbf82;
    border-radius: 15px;
    text-align: center;*/
    margin-right: 25px;
}
.icon_area_rightin_img{
    width: auto;
    height: auto;
    padding: 4px 2px 2px 2px;
}
.icon_area_rightin_img a{
    display: inline-block;
}
/*機關連結開始*/
.country_link {
    width: 220px;
    float: unset;
    margin-top: 10px;
    margin-right: 0;
}
#country_link_title {
    width: 220px;
}
.country_linkbox {
    width: 220px;
}
.country_linkbox select[name*='link'] {
    width: 150px;
}
.country_linkbox * {
    font-size: 16px;
}

/*網站勘誤通報*/
.errataNotification{
    width: 220px;
    background-color: #c45cbd;
    color: white;
    clear: both;
    margin-top: 10px;
    height: 40px;
    text-align: center;
}
.errataNotification h4{
    line-height: 40px;
    color: white;
}
/*ICON區*/
.icon_area_wrapper{
    margin-top: 20px;
}

/*標題*/
.title-board{
    width:100%;
    min-height: 30px;
    padding: 4px;
    background-color: #4f97c2;
    margin-bottom: 2px;
}
.title-board h3{
    color: white;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
/*麵包屑*/
.breadcrumb {
    margin-bottom: 10px;
}

@media (max-width: 768px){
.left-side, .country_link,.errataNotification {
    width: 100%;
    display: none;
    vertical-align: inherit;
}

.errataNotification {
    width: 100%;
}




}