<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rate_star_enable {
    cursor:pointer;
}

.photo_comment_siganture {
    margin-top: 20px;
    color: #AAAAAA;
    font-size: 12px;
    font-family: tahoma;
    font-style: italic;
}

.photo_comment_user_comment {
    font-size: 9px;
    font-family: tahoma;
    color: #AAAAAA;
}

.photo_rating_message_successful {
    color: green;
}

.photo_rating_message_warning {
    color: red;
}

.photo_rating_message_successful, .photo_rating_message_warning {
    font-size: 16px;font-weight: bold;
}

.redLink,  a:link.redLink, a:active.redLink, a:visited.redLink, a:hover.redLink {
    text-decoration: underline;
    color: #FF2222;
}
a:hover.redLink {
    text-decoration: underline;
    color: #FF0000;
}
.notLoggedMessage {
    float: left;
    width: 400px;
    padding-top: 10px;
    color:#FF0000;
    font-size: 12px;
}
#bollboardImageView{
    margin: 10px 0 10px 0;
}
#copy1, #copy2, #copy3{
    text-align:center; 
    color: #fff;
    border:1px solid #000; 
    background-color:#000; 
    padding:3px 10px; 
    text-decoration: none;
    font-size: 11px;
}
.cobyButtonWrapper{
    float: right;
}</pre></body></html>