#PADescription {
    width: 100%;
    max-width: 100%;

}

#logo-layout {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 15%;
    height: 15%;
}

.correctValue{
    text-decoration-color: #3B8230;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}