div.topblockcontent h1, div.bottomcontent h1 {
   color: #606060;
   font-size: 1.5em;
   line-height: 1em;
   font-weight: bold;
   /*height: 20px;*/
   margin: 12px 0px 12px 0px;
   padding: 0px 0px 4px 0px;
}

div.topblockcontent h1.csc-firstHeader {
   margin: 0px 0px 12px 0px;
}
div.topblockcontent div.h1 {
   margin: 0px 0px 12px 0px;
}

div.topblockcontent h2, div.bottomcontent h2 {
   color: #606060;
   font-size: 1.4em;
   line-height: 1em;
   font-weight: bold;
   /*height: 20px;*/
   margin: 8px 0px 8px 0px;
   padding: 0px 0px 3px 0px;
}
div.topblockcontent h2.csc-firstHeader {
   margin: 0px 0px 8px 0px;
}

div.topblockcontent h3, div.bottomcontent h3 {
   color: #606060;
   font-size: 1.3em;
   line-height: 1em;
   font-weight: bold;
   /*height: 20px;*/
   margin: 6px 0px 6px 0px;
   padding: 0px 0px 2px 0px;
}

div.topblockcontent h3.csc-firstHeader {
   margin: 0px 0px 6px 0px;
}

h1.full, h2.full, h3.full {
   width: 100%;
   border-bottom: 1px solid #3b80c2;
}

h1.noline, h2.noline, h3.noline {
   width: auto;
   border: none;
}

h1.small-line, h2.small-line, h3.small-line {
   display:inline-block;
   width: auto;
   border-bottom: 1px solid #3b80c2;
}
