.profile-stats-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    color: #1a1a22;
}

.profile-stats-table th,
.profile-stats-table td {
    border: 1px solid #d6c7a3;
    padding: 6px 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.profile-stats-table th {
    background-color: #e8ddc4;
    color: #5c4a2c;
    font-weight: bold;
}

.profile-stats-table td:first-child {
    text-align: left;
    font-weight: bold;
}

.outset-table-container {
    border: inset 6px #d6c7a3;
    background-color: #ada387;
    color: #eee1c4;
    font-size: 20px;
    margin: 20px auto;
    max-width: 275px;
    width: 100%;
    overflow-x: auto;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    border-radius: 6px;
}