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 {
    min-height : 500px;
    border-collapse : collapse;
}
table tr{
    border: 2px solid dimgrey;
}
table tr:nth-child(1){
    text-align: center;
    background: lightgrey;
    line-height: 2.5rem;
}
table tr:nth-child(1)>td{
    font-size : 24px;
}
table tr:not(:nth-child(1)) td ul li{
    margin-left: 10px;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.5rem;
}
.cdt-content > .column .question dl dt {
    min-width: 100px;
}
.matching .drag-item {
    cursor: default;
}
.flex {
    display: flex;
    gap: 10px;
}
.imgTitle {
    display: block;
    margin: 1rem 0;
}
.imgTitle .leftImg {
    transform: rotateY(180deg);
}
.underline {
    text-decoration: underline;
}
