table {
    width: 100%;
    table-layout: fixed;
    border: none;
    border-collapse: collapse;
}

table th, table td {
    font-size: 14px;
    padding: 10px 12px;
    border: solid 1px #e5e5e5;
    color: #333333;
}
