#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
}

#srcbox {
    width:120px;
    height:30px;
}

.cssComs{
    font-size: 1em;
    color: #333333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cssComsList{
    font-size: 1em;
    
    
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;   
}

.cssComItem{    
    overflow:hidden;   
    list-style-type:none !important;    
}

.cssComItem a:hover {
    text-decoration:none;
    cursor:pointer;
}

ul {
    list-style-type: none;
}

.cssInactiveText{
    color:#CCCCCC !important;
}

.cssSearchLetter {
    font-size: 1em;
}

#searchGrLetters .cssSearchLetter{
    padding:1.8px;
}

#searchEnLetters .cssSearchLetter{
    padding:1px;
}

#searchGrLetters a:hover {
    text-decoration:none;
    cursor:pointer;
}

#searchEnLetters a:hover {
    text-decoration:none;
    cursor:pointer;
}

.cssSelectedSearchLetter{
    font-weight: bold;
    font-size:2em;
}