/* About text */

.paragraph_about {
  margin-bottom: 2em;
}


/* Table to compare software features */
/* Comparison table styles */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.comparison-table thead th:first-child {
    width: 30%;  /* width of the first table header cell (th) inside the thead to 30% of the table width */
}

.comparison-table thead th:not(:first-child) {
    width: 17.5%;  /* width of the other table header cells (th) inside the thead to 17.5% of the table width */
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.comparison-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.comparison-table .checkmark {
    color: green;
}

.comparison-table .crossmark {
    color: red;
}
.comparison-table .crossmark .brackets,
.comparison-table .crossmark .comma-color {
    color: black;
}

.comparison-table .meh {
    color: #c08415;
}

.comparison-table .unknown {
    color: black;
}
