/* Header Style */
 .invc .header_box {
  margin: 10px 0px;
 }
 .invc .header_box  * {
  line-height: 25px;
 }
 .invc .header_box .title {
  font-size: 150%;
  font-weight: bold;
  vertical-align: middle;
  float: left;
 }

 .invc .header_box .more {
  float: right;
  vertical-align:bottom;
  padding: 0px 10px 0px 0px;
  font-weight: bold;  
  background:url(//images.financialcontent.com/studio-6.0/arrows/arrow_more1.png) no-repeat 100% 50%;
 }

/* RSS Icon */
 .invc .header_box A.rss {
  float: right;
  vertical-align:bottom;
  padding: 0px;
  margin-right: 5px;
  background: url(//images.financialcontent.com/studio-6.0/icons/16x16/rss-icon.gif) no-repeat 100% 50%;
  width: 44px;
}
 .invc .header_box A.rss:hover {
  text-decoration: none;
 }

