
#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
}

.cssTitles{
    font-size: 1em;
    color: #333333;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

#titleimage img {width:100%;}

.cssSearchTitlesList {
    font-size: 1em;
    list-style-type:none !important;
          
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;   
}

.cssSearchTitlesItem {
    list-style-type:none !important;    
    overflow:hidden; 
    float:left;    
}

.cssSearchTitlesItem img {
    max-width:160px !important;    
}

.cssSearchTitlesItem a:hover{
    text-decoration:none;
    cursor: pointer;
}

.cssEmphasisText{
    color:#000000;
}

.cssSmallText {
    color:#666666;
    font-size: 0.9em; 
}

a:hover {
    cursor: default;
}

.cssPagination{
    background-color: none;
}

a.myClass {
    background-color: none;    
}

span.myDisableClass {
    color: blue;
}

ul {
    list-style-type: none;
}

.cssSearchDiv{
    display:inline-block; 
    width:100%;
    padding:5px;    
}

.cssSearchDiv input{
    height:30px;
    width:300px;
    /* text-transform: uppercase; */
    font-family: "Didact Gothic", Arial, Tahoma, sans-serif;
    font-size:1em;
    color:#333;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding:3px;
}

#titles_personkind {
    margin-top: 0px; 
    width: 105px; 
}

.cssSearchDiv select{
    height:35px;
    padding:5px;
    width:105px;
    margin-left:5px;    
    float:right;    
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#titles_per_page{
    width:50px;
}

#order{
    width:100px;
}

#order, #titles_per_page {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

#yearsFrom, #yearsTo{    
    width:80px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;

}

.cssInactiveText{
    color:#CCCCCC !important;
}

#count_results{
    text-align:center;
}

#header {
    display:flex; 
    justify-content:space-around;
}

/***** TOOLTIP *****/
.search_tooltip {
    position: relative;
    display: inline-block;
    margin-left:5px;
    margin-top:15px;
    margin-right:10px;
    cursor:pointer;       
}

.search_tooltip img {
    width:16px; 
}

/* Tooltip text */
.search_tooltip .tooltiptext {
    visibility: hidden;    
    background-color: #666666;
    color: #cccccc;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size:0.9em;
    white-space: nowrap;
    margin-left:10px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
.search_tooltip:hover .tooltiptext {
    visibility: visible;
}


#titleinfo div {
    float:left;
    clear:left;
    text-align:left;
    width:100%;
}

#titlerow{
    display:block;
    overflow:hidden;
}