.cssTitle {
    margin-top: 10px;
    font-size: 1.8em;
}

.cssSubtitle{
    font-size:0.9em;    
    color:#999999;
    font-style:normal;
}

.cssRedSubtitle {
    font-size: 1em;
    background-color: #ba1408;
    color: #fff !important;
    padding: 5px;
}

.cssTitles{
    font-size: 1em;
    color: #333333;
}
.cssTitlesList{
    font-size: 1em;
    list-style-type:none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.cssTitleItem{    
    overflow:hidden; 
    float:left;    
}

#image img {max-width:250px !important;}

.myClass {
    cursor: pointer;   
}
#manageinfo{
    font-size:0.8em;    
    color:#999999;
}
a:hover img{
    cursor: pointer;
}

#reviews {
    border:none; 
    outline:none;  
    border-collapse:collapse;
    table-layout: auto;
    margin-top:20px;
}

#reviews td a:hover{
    cursor:pointer;
}

#reviews td {
    border:none;
    outline:none;
    padding: 10px; 
    margin: 0;
}

#reviews tr:first-child td {
    background: none;
}

#reviews tr:nth-child(odd) {
    background-color: #ffffff;
}