body{
    font-family: Helvetica, Arial, "LiHei Pro", "新細明體", PMingLiU, sans-serif;
    word-break: break-word; 
}
.calculate-result_table, .vote-result_table{
    word-break: break-word;
}
.history-year-container-data{
    display: block;
}
.right-result{
    margin-left: 0;
}
.history-year-container-data section{
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 7px;
}

.py-30{
    padding: 20px 0;
}
.result-wrapper>.py-30.text-center.header-h3,.area > h3.header-h3{
    padding: 30px 0;
    padding-bottom: 20px;
}
.history-year-container-map.docuble-map{
    margin-top: 15px;
}
.rightChart-wrapper{
    border-radius: 7px;
    box-shadow: rgb(100,100,100) 5px 5px 10px;
}
.calculate-all{
    border-radius: 7px;
}
.left-data, .right-result{
    width: 100%;
}
.calculate-result_table tr td, .calculate-result_table tr th, .vote-result_table tr td, .vote-result_table tr th{
    padding: 15px;
}
.vote-result_table tfoot, .vote-result_table thead, .vote-result-lastCol{
    /* word-wrap:break-word; */
}
.history-year-container-data{
    font-size: 1.5rem;
}

.history-year-container.area{
    padding: 0;
}
.result-left-tabel{
    width: 100%;
    margin-bottom: 20px;
}
.history-right-chart{
    width: 100%;
    margin-left: 0;
    padding-right: 13px;
}

.all-calculated{
    width: 49%;
    display: inline-block;
}
.all-calculated:last-child{
    margin-left:1%
}
.all-calculated .calculate-result_table tr td{
    padding: 25px;
}
.history-year-container-data section .all-calculated{
    margin-bottom: 0;
}
.vote-result_table tfoot, .vote-result_table thead, .vote-result-lastCol{
    font-size: 1.5rem;
}
@media (max-width: 1016px) {
    #wrapper {
        padding: 0 10px;
    }
   
}

@media(max-width: 766px) {
    .all-calculated{
        display: block;
        width: 100%;
    }
    .py-30 {
        padding: 10px 0;
    }
    .result-wrapper>.py-30.text-center.header-h3, .area > h3.header-h3{
        padding: 15px 0;
        padding-bottom: 8px;
    }
    .history-year-container-data section{
        margin-bottom: 20px;
    }
    .area > h3.header-h3,.result-container h3{
        font-size: 1.45rem;
    }
    .all-calculated:last-child{
        margin-left:0
    }
    .all-calculated .calculate-result_table tr td{
        padding: 10px;
    }
    .rightChart2-wrap .sum-result{
        margin-left: 210px;
    }
    .area{
        margin:0
    }
    .level-choose{
        border-bottom: none;
    }
    .level-choose a.candidate-active, .level-choose a:hover{
        margin-bottom: 0;
        width: 100%;
    }
    .level-choose a.candidate-active, .level-choose a:hover{
        background-color:#4db2ec;
        color: #fff;
    }
    .result-wrapper,.history-year-container.area{
        overflow-x: auto;
    }
    .history-year-container-map, .history-year-container-data,.history-right-chart{
        min-width: 768px;
    }
    .calculate-result_table tr td, .calculate-result_table tr th, .vote-result_table tr td, .vote-result_table tr th{
        padding: 10px;
        
    }
    .history-year-container-data{
        font-size: 1.3rem;
    }
    .vote-result_table tfoot, .vote-result_table thead, .vote-result-lastCol{
        font-size: 1.5rem;
    }
    .vote-result_table.type2 tr th:nth-of-type(1),.vote-result_table.type2 tr th:nth-of-type(2){
        min-width: 120px;
    }
    .vote-result_table.type2 tr th:nth-of-type(2){
        min-width: 130px;
    }
    .level-choose a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 6px 10px 4px;
    }
    #wrapper .level-choose{
        margin: 0;
    }
}
