
.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 20px;
    table-layout: fixed;
}
.styled-table th, .styled-table td {
    border: 1px solid #999;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    white-space: pre-wrap;
    word-break: break-word;
}
.styled-table thead tr {
    background-color: #f2f2f2;
}
