@media (max-width: 768px) {
    .custom-flex {
        flex-direction: row !important;
        justify-content: center !important;        
    }
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/arrow_green.png") no-repeat right center;
    padding-right: 20px; 
}

.hint {
    padding: 10px;   
    font-size: 9px;
    font-weight: normal ;
}

.no-fixed-position {
    position: static !important;     
}