.process-match {
    background-color: green;
    color: white;
}

.process-nomatch {
    background-color: darkred;
    color:white;
}

table .table-process-match {
    padding: 1px;
    font-size: 7pt;
}

table .table-process-nomatch {
    padding: 1px;
    font-size: 7pt;
}

table .table-process-nomatch th {
    background-color: darkred;
    color: white;
}


table tr .table-process {
    background-color: green;
    color: white;
}

table tr .table-process-match-nomatch {
    background-color: orange;
    color: black;
}

table tr:nth-child(even) .table-process-match-nomatch {
	background-color: orange;
}

table tr .table-process-match-match {
    background-color: lightgreen;
    color: black;
}

table tr:nth-child(even) .table-process-match-match {
	background-color: lightgreen;
}

div.main-menu a {
    font-size: larger;
}

table.explain-table {
    width: 100%;
    border: 1px solid lightgray;
    padding: 2px;
}

table.explain-table th {
    text-align: center;
    font-weight: bold;
    border: 1px solid lightgray;
    padding: 2px;
}

.col_number {
    text-align: right;
}

table.form-table td.row-header {
    font-weight: bold;
}

.basic-button {
    background-color: #62af56;
    border: 2px outset #62af56;
    border-radius: 4px;

    color: #fff;
    font-size: 110%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;

    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
}
.basic-button:hover {
    background-color: #225a1a;
    border-color: #225a1a;
    color: #fff;
    text-decoration: none;
}
.basic-button:active {
    transform: scale(0.98);
    border-style: inset;
}
.basic-button:disabled,
.basic-button.disabled {
    background: lightgray;
    border-color: lightgray;
    color: black;
    pointer-events: none;
}
