table {
    width: 100%;
    border-collapse : collapse;
}
table tr,
table tr th,
table tr td{
    border: 1px solid dimgrey;
    padding: 10px;
}
table tr:nth-child(1){
    text-align: center;
    background: lightgrey;
    line-height: 1.5rem;
}
table tr:nth-child(1) span {
    font-weight: normal;
}
.flex {
    display: flex;
    gap: 10px;
}
.center {
    text-align: center;
}

.center {
    text-align:center;
}
table {
    border-collapse : collapse;
}
table tr,
table tr th,
table tr td{
    border: 1px solid dimgrey;
    padding: 10px;
}
table tr:nth-child(1){
    text-align: center;
    background: lightgrey;
    line-height: 1.5rem;
}
table tr:nth-child(1) span {
    font-weight: normal;
}
.cdt-content > .column .question dl dt {
    min-width: 100px;
}
.completion input[type=text].expandable {
    min-width: 90px!important;
    width: 90px;
}
.matching .drag-item {
    cursor: default;
}
.box-line {
    overflow: hidden;
    width: 100%;
}
.box-line dl {
    float: left;
    margin-left: 2rem;
}
.box-line dl:first-child {
    margin-left: 0;
}
.flex {
    display: flex;
    gap: 10px;
    align-items: center;
}
.indent {
    padding-left: 12px;
}
