body{
font-size: 100%;
font-family: Arial, Helvetica, Georgia, 'Times New Roman';
width: 90%;
padding: 1% 5%;
magin:0 auto
}
#page2_tab li a {
    font-family: Arial, Helvetica, Georgia, 'Times New Roman';
    font-size: 16px;
    font-weight: bold;
}
table{
width:100%;
border-collapse: collapse;
border: none;
}

table th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after{
content: " \25B4\25BE"
}

table thead, tfoot{
background-color: #D9EDF7;
}

table tbody tr:nth-child(2n) td {
  background-color: white;
}
table tbody tr:nth-child(2n+1) td {
  background-color: azure;
}

th, td{
border: 2px solid white;
padding: 0.5em;
width: 160px;
height: 30px;
text-align: center;
font-size: 16px;
white-space: nowrap;
}
/*.fatc{*/
    /*max-width: 500px;*/
/*}*/
.context-wrap{
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 200px;
    width:400px;
    cursor:pointer;
}
.on {
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width:400px;
    cursor:pointer;
}