
.expertis-law-docs-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

table.expertis-law-docs-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

table.expertis-law-docs-table thead {
    background-color: #f5f5f5;
}

table.expertis-law-docs-table th,
table.expertis-law-docs-table td {
    padding: 8px 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}

table.expertis-law-docs-table th {
    font-weight: 600;
    text-align: left;
}

table.expertis-law-docs-table td.col-title {
    width: 40%;
}

table.expertis-law-docs-table td.col-meta {
    width: 40%;
}

table.expertis-law-docs-table td.col-replaced {
    width: 20%;
}

.expertis-law-docs-meta-item {
    margin-bottom: 4px;
}

.expertis-law-docs-meta-label {
    font-weight: 600;
}

.expertis-law-docs-title a {
    text-decoration: none;
}
