#header{      
    height: 150px;
    margin-top: 50px;   
    display: flex;
    justify-content: space-around;
    float: left;
    Clear: left;
    width: 100%;
}

.cssTitle {
    margin-top: 10px;
    font-size: 1.8em;
}

.cssSubtitle{
    font-size:0.9em;    
    color:#999999;
    font-style:normal;
}

.cssComTitles{
    font-size: 1em;
    color: #333333;
}

.cssComTitlesList{
    font-size: 1em;       
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; 
}

.cssComTitleItem{    
    overflow:hidden; 
    float:left;
    list-style-type:none ;
    font-size: 1em;
    color: #333333; 
    padding-bottom: 10px;     
}

.cssComTitleItem img {
    max-width:165px !important;
}

.cssEmphasisText{
    color:#000000;
}
.cssSmallText{
    color:#666666;
    font-size: 0.9em; 
}

a:hover {
    cursor: pointer;
}

.cssPagination{
    background-color: none;
}

a.myClass {
    background-color: none;
    color: none !important;
}

span.myDisableClass {
    color: none;
}



