.art-headline
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 36px;
  left: 30.68%;
  margin-left: 0px !important;
  line-height: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 102;

  font-size: 2.5vw;
  font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0.7px 0.7px 0px rgba(153, 153, 153, 0.8), 1.4px 1.4px 0px rgba(140, 140, 140, 0.8), 2.1px 2.1px 1px rgba(122, 122, 122, 0.5), 2.8px 2.8px 0px rgba(107, 107, 107, 0.5), 3.5px 3.5px 0px rgba(92, 92, 92, 0.48);
  padding: 0;
  margin: 0;
  color: #FFDF00;
  white-space: wrap;
  word-break: break-word;
}

#headertop {
  background: #FF0000;
  background: -moz-linear-gradient(top, #FF0000 0%, #A43D34 50%, #0D0200 100%);
  background: -webkit-linear-gradient(top, #FF0000 0%, #A43D34 50%, #0D0200 100%);
  background: linear-gradient(to bottom, #FF0000 0%, #A43D34 50%, #0D0200 100%);
}
.fixed_header tbody{
  display:block;
  overflow:auto;
  width:100%;
}.fixed_header thead tr{
  display:block;
}