﻿@media all 
{
   ccf\:question
   {
      position: relative;
      display: block;
      margin: 5px 0px;
      font-weight: bold;
      padding-left: 15px;
   }
   ccf\:question a { color: #000; }
   ccf\:question a:hover { text-decoration: none; color: #005690; }
   ccf\:question img { vertical-align: middle; width: 9px; height: 9px; position: absolute; left: .1em; top: .5em; }
   * html ccf\:question img { vertical-align: middle; width: 9px; height: 9px; position: relative; left: 0px; top: 0px; }
   ccf\:answer
   {
      display: block;
      margin-left: 25px;
   }
}

