table {
    width: 100%;
}
table tr:nth-child(odd) {
    background: #fff;
}
table th {
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #a2a2a2;
}
table td:first-child {
    width: 70%;
    text-align: left;
    padding-left: 15px;
}
table td {
    width: 15%;
    text-align: center;
    padding: 10px 0px;
}
table tr {
    font-size: 16px;
    color: #666668;
    font-weight: 500;
}
table tr:nth-child(even) {
    background: #F1F4F6;
}