@charset "UTF-8";
html{
    
}
body{
    
}
.B_crumbBox li {
    display: inline-block;
    margin-right: 2px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: #e83c79;
    color: white;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 18px;
}
.divTable{
    display: table;
    width: 100%;
    background-color: #eee;
    border:1px solid  #666666;
    border-spacing: 5px;
}
.headRow, .divRow{
   display: table-row;
   width: 100%;
}
.divCell{
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    background-color:#ccc;
    font-size: 14px;
}
.perwidth1{width: 1%;}
.perwidth2{width: 2%;}
.perwidth3{width: 3%;}
.perwidth4{width: 4%;}
.perwidth5{width: 5%;}
.perwidth6{width: 6%;}
.perwidth7{width: 7%;}
.perwidth8{width: 8%;}
.perwidth9{width: 9%;}
.perwidth10{width: 10%;}
.perwidth11{width: 11%;}
.perwidth12{width: 12%;}
.perwidth13{width: 13%;}
.perwidth14{width: 14%;}
.perwidth15{width: 15%;}
.perwidth16{width: 16%;}
.perwidth17{width: 17%;}
.perwidth18{width: 18%;}
.perwidth19{width: 19%;}
.perwidth20{width: 20%;}

.perwidth25{width: 25%;}

.perwidth30{width: 30%;}
.perwidth31{width: 31%;}
.perwidth32{width: 32%;}
.perwidth33{width: 33%;}
.perwidth34{width: 34%;}
.perwidth35{width: 35%;}

.perwidth40{width: 40%;}

.perwidth50{width: 50%;}

.perwidth60{width: 60%;}

.perwidth70{width: 70%;}

.perwidth80{width: 80%;}

.perwidth90{width: 90%;}

.perwidth100{width: 100%;}