You can create rules to change change css values based on various criteria during conversion (look in Look & feel->Transform styles) but those are based on css properties, not css selectors. If you want to override rules based on CSS selectors, simply use the extra CSS setting and define your extra CSS like this:
Code:
.CCN {
margin-top: 0 !important
}
and so on.