
.ffcv {
    color:#777;
}
.orange {
color: #ff6300;
}

table{
    border-radius: 5px;
    border: 0;
    margin-bottom: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Microsoft Yahei";
}
table tr td{
    padding: 5px;
    border: 1px solid #e9e9e9;
    color: #666;
}
table tr:first-child td:first-child{
    width:11%;
}
table tr:first-child td:nth-child(2){
    width:24%;
}
table:first-child tr:first-child td{
    color:#08c;
}

