.tip-block
{
  background: #2A5098 url('../images/blockheader.png') scroll;
  background: linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), -webkit-linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  background: -moz-linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), -moz-linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), -o-linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), -ms-linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  background: linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  -svg-background: linear-gradient(top, rgba(31, 60, 113, 0.09) 0, rgba(42, 82, 155, 0.14) 20%, rgba(42, 82, 155, 0.14) 80%, rgba(31, 60, 113, 0.09) 100%) no-repeat, url('../images/blockheader.png'), linear-gradient(top, #213F78 0, #294E94 20%, #294E94 80%, #213F78 100%) no-repeat;
  border-bottom: 2px solid #FF9233 !important;;
  padding: 6px 5px;
  margin: 0 auto;
  
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(23, 23, 23, 0.82);
  margin: 0px 10px 0px 5px;
}

.tip-block table, tbody, tfoot, tr, th, td
{
  border-collapse: collapse;
  padding: 5px 10px;
}

.tip-block thead
{
  font-weight: bold !important;
}

@media print {
.dd-nav {display:none;}
}