table {
    margin:  0 auto; 
    width: 100%; 
    border-collapse: collapse;
}
table tr th {
    background:#e1eaf6; 
    height: 40px; 
    line-height:26px; 
    font-size: 15px; 
    color: #3866ad;
}
table tr td {
    padding:10px 0;
    line-height:26px;
    color: #333;
    font-size:15px;
    border: 1px solid #dfe6f5;
    text-align: center;
}
