.tmx-product-metas {
    margin: 10px 0 20px;
}

.tmx-product-metas tr td:first-of-type {
    font-weight: 600;
    width: 40%;
}

.tmx-product-metas .tmx-yes-statement:before,
.tmx-product-metas .tmx-no-statement:before {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
}

.tmx-product-metas .tmx-yes-statement:before {
    content: "\2713";
    color: #a9d087;
}

.tmx-product-metas .tmx-no-statement:before {
    content: "\2717";
    color: #ca7373;
}

.tmx-product-metas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tmx-product-metas ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

.tmx-product-metas ul li:after {
    content: ", ";
}

.tmx-product-metas ul li:last-child:after {
    content: "";
}
