.highwire_metadata ul.kwd-group {
	display: none;
}

li span.free {
    color:red;
    font-style:italic;
    margin-left:0.5em;
}

/***** TOP TAP CUSTOM STYLE COLOR *****/
#header-links a { /* header toolbar  nav link color */
  font-weight:bold;
  color: #FFFFFF!important;
  border-right: 0.5px solid #FFAF7A;
  background: #000000; /* old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #333333 48%, #000000 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(48%,#333333), color-stop(100%,#000000)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie */
}