.text-header{
    font-family: Arial, Helvetica, sans-serif;
}

.header-image{
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    min-width: 150px;
    color: #fff;
    text-align: center;
    border-radius: 6px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

a:hover .tooltiptext {
    visibility: visible;
}

/* 4175 */
 #process-modal form {
    max-height: 640px;
    overflow-y: scroll;
}