.result{width: 100%;margin: 0 auto;}
.result table{    width: 100%;border-right: 1px solid #808080;border-top: 1px solid #808080;
    line-height: 30px;margin-bottom: 20px;}
.result table tr{background: #fff;}
.result table tr:nth-of-type(odd) {background: #E9E9E9;}
.result table tr td {
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 30px;
    text-align: center;
}
.result table tr td:first-child {
    font-size: 16px;
    font-weight: 600;
}

