table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table, th, td {
    font-size: 14px;
}

th, td {
    padding: 10px 13px;
    display: block;
    width: 100%;
    line-height: 1.5;
}

th {
    color: #ffffff;
    background: #999999;
    font-weight: 600;
    text-align: left;
}

td {
    color: #3e3e3e;
    border: 1px solid #d9d9d9;
}