.ems-table {
    width: 100%;
    border-collapse: collapse;
}
.ems-table th, .ems-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.ems-table th {
    background-color: #f4f4f4;
    text-align: left;
}
