.st-table-container {
} .st-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed; } .st-table thead th {
background-color: #fdf6f0;
font-weight: bold;
padding: 16px;
border: 1px solid #000;
text-align: center;
}
.st-header-col-1 {
width: 33%;
} .st-header-col-2 {
width: 33%;
}
.st-header-col-3 {
width: 33%;
} .st-table tbody td {
padding: 16px;
border: 1px solid #000;
vertical-align: top; text-align: left;
} .st-category-cell { padding: 0;
border-right: none;
border-bottom: none;
}
.st-category-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%; padding: 10px;
text-align: center;
}
.st-icon {
margin-bottom: 5px;
}
.st-text {
font-weight: bold;
} .st-touch-color {
background-color: #d8e5f2 !important;
} .st-touch-color .st-category-content {
background-color: #d8e5f2;
}
.st-sight-color {
background-color: #fcf1d5;
} .st-sight-color .st-category-content {
background-color: #fcf1d5;
}
.st-sound-color {
background-color: #e2f0d9;
} .st-sound-color .st-category-content {
background-color: #e2f0d9;
}
.st-smell-color {
background-color: #fce4d6;
} .st-smell-color .st-category-content {
background-color: #fce4d6;
}
.st-taste-color {
background-color: #f2e1e7;
} .st-taste-color .st-category-content {
background-color: #f2e1e7;
}
.st-emotional-color {
background-color: #e5d8f2;
} .st-emotional-color .st-category-content {
background-color: #e5d8f2;
}
.st-movement-color {
background-color: #d9eaf0;
} .st-movement-color .st-category-content {
background-color: #d9eaf0;
}
.st-safety-color {
background-color: #f7f7f7;
} .st-safety-color .st-category-content {
background-color: #f7f7f7;
}
.st-cognitive-color {
background-color: #f2f2d8;
} .st-cognitive-color .st-category-content {
background-color: #f2f2d8;
} .st-last-in-group {
border-bottom: 1px solid #000 !important; } .st-category-cell {
border-bottom: 1px solid #000;
} .st-table tr:not(:first-child) td:not(.st-category-cell) {
border-top: none;
}