/*
   **
   ** Design not for reproduction.
   **
   */


body
{
  margin: 0 0 0 0;
  padding: 0px 20px 20px 20px;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

form
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6
{
  text-transform: uppercase;
  text-align:center;
}

h3.jury
{
  text-align:right;
  margin-right:25px;
}
/* Header */


table
{

}

table.results
{
  margin:auto;
  width:100%;

}

table.startlists
{
  margin:auto;
  width:100%;
}


table.resultspage
{
  margin:auto;
  width:60%;
}

table.resultspage a
{
  color:black;
}

table.jury
{
  margin-left:auto;
  margin-right:6px;
  page-break-inside:avoid;
}

img
{
  border-width:0;
}

table thead
{
  display: table-header-group;
}

tbody
{
}

thead
{
  display: table-header-group;
}


tr.header
{
  border:2px solid black;
}


tr.result
{
  page-break-inside:avoid;
}

th.header
{
  padding:5px 10px 5px 10px;
  background-color:#C8D2DE;
  text-align:center;
  border:2px solid black;
}


span.judge_name
{
  font-weight:normal;
  font-style:italic;
}

th.total
{
  border: 1px solid black;
}

td
{
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
}

td.grade
{
  text-align:center;
  padding:auto;
}

td.rank
{
  font-weight:bold;
  text-align:center;
}


span.trio_name
{
  font-weight:bold;
}

span.longer_name
{
  padding-left:1em;
}

span.horse_name
{
  padding-left:1em;
  font-style:italic;
}