#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
}

.cssPersons{
    font-size: 1em;
    color: #333333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cssPersonsList{
    font-size: 1em;
    list-style-type:none !important;
    font-size: 1em;       
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    */
}

.cssPersonItem{    
    overflow:hidden; 
    float:left;    
}

.cssPersonItem a:hover {
    cursor: pointer;
    text-decoration: none;
}

#srcbox{
    margin-top:10px;
    height:30px;
    /* text-transform:uppercase;*/
    width:140px;
}

#personkind {
    margin-top:10px;
    width:140px;
}

.cssInactiveText{
    color:#CCCCCC !important;
}

.cssSearchLetter {
    font-size: 1em;
}

#searchGrLetters a:hover, #searchEnLetters a:hover {
    text-decoration: none;
    cursor:pointer; 
}

#searchGrLetters .cssSearchLetter{
    padding:1.8px;
}

#searchGrLetters .cssSearchLetter{
    padding:1.8px;
}

#searchEnLetters .cssSearchLetter{
    padding:1px;
}

.cssSelectedSearchLetter{
    font-weight: bold;
    font-size:2em;
}

/* SELECT BOXES*/
#header select, select, input {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

