.header-bottom .nav-link {
	color: #000000 !important;
}

.parameter-table {
    width: 100%; /* Adjust as needed */
   /* max-width: 600px;  Set a maximum width if necessary */
    margin: 0 auto; /* Center the table if desired */
}

.parameter-table tr {
	display: flex;
  	align-items: center;
	justify-content: center;
}

.parameter-table td {
   /* padding: 2px 5px;
    font-size: 0.8rem;*/
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides text that overflows the cell's width */
    text-overflow: ellipsis; /* Adds an ellipsis to indicate hidden text */
	flex-basis: 100%;
}

.parameter-table th, .parameter-table td {
    width: auto; /* Adjust or set specific widths as needed */
}

.parameter-table td:first-child {
  	justify-content: end;
    text-align: right; /* Right aligns the first column */
}

.parameter-table td:nth-child(2) {
  	justify-content: start;
    text-align: left; /* Left aligns the second column */
}

.parameter-table td span {
    display: inline-block; /* Or use 'inline' if you don't need block-level features */
    margin-right: 5px; /* Optional: adds spacing between spans, adjust as needed */
    /* Additional styling here if needed */
}


.parameter-table td .paf-attr-icon-question-mark, .paf-attr-icon-information-mark {
	display: inline-grid !important;
}

.markak div {float: left;}
.markak p {text-align: center;}
.markak div:after {content:" "; display: block; clear: both;}
.markak a {font-size: 20px; color: red;}

.page-body p a {color: #005c97;}