You can use my_post and my_comment classes to target CSS at your content. For example, here is how to hide the vote score on your own content:

.my_post .score {  
display: none;  
}  

.my_comment .score {  
display: none;  
}