.frame-title h1 {
    text-align: center;
}

.frame-title h3 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.frame-title h3 i {
    float: right;
    padding-top: 6px;
    width: 28px;
    height: 28px;
    color: green;
}

.frame-title h3 a:hover {
    text-decoration: none;
}

.criteria_type_row {
    display: table;
    width: 100%;
}

.criteria_type_row div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    font-size: 16px;
    width: 33%;
}

#criteria_type .criteria_type_row:first-child {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

#steps {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dashed black;
    margin-bottom: 15px;
}

#steps li {
    font-size: 24px;
    float: left;
    padding: 10px;
    color: #b0b1b3;
}

#steps li.current {
    color: black;
}

#steps li span {
    font-size: 11px;
    display: block;
}

#next_step {
    float: right;
}

#previous_step {
    float: left;
}

.np_step {
    font-size: 30px;
    padding-right: 40px;
}

.np_step a:hover {
    text-decoration: none;
}

#validation {
    clear: both;
    font-size: 30px;
    width: 100%;
    text-align: right;
}

#validation a:hover {
    text-decoration: none;
}

.explain {
    font-size: 20px;
    border-bottom: 1px dashed black;
    margin-bottom: 15px;
}

#table-criteria, #table-output {
    margin-bottom: 10px;
}

#table-criteria .row-criterion:first-child, #table-output .row-output:first-child {
    border-top: 1px dashed #000;
    font-weight: bold;
    background-color: snow;
}

.row-criterion, .row-output {
    display: table;
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #000;
}

#table-criteria .row-criterion:hover, #table-output .row-output:hover {
    background-color: lightgreen;
}

#table-criteria .row-criterion:first-child:hover, #table-output .row-output:first-child:hover {
    background-color: snow;
}

.row-criterion div:first-child {
    width: 40%;
}

.row-output div:first-child {
    width: 60%;
}

.row-criterion div, .row-output div {
    display: table-cell;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}

.row-criterion div {
    width: 20%;
}

.row-output div {
    width: 40%;
}

.row-criterion div i, .row-output div i {
    color: red;
}

.row-criterion div a:hover, .row-output div a:hover {
    text-decoration: none;
}