/*
 * print style sheet for RSPCA
 */

html, body {
  font-family: sans-serif;
  color: black;
  background-color: white;
}

#sidebar {
  display: none;
}

.animals img {
  float: right;
  clear: both;
}

.animals h2 {
  font-size: 120%;
/*  font-family: fantasy;*/
  font-variant: small-caps;
  font-weight: bold;
  font-style: italic;
}

.animals td {

  padding-bottom: 1em;
  border-bottom: thin black groove;
  padding-left: 5%;
}

.animals tr {
  padding-bottom: 1em;
  border-bottom: thin black groove;
  vertical-align: middle;
}

.editorialcomment { font-style: italic; font-size: smaller;}

.envoi {font-style: italic; text-align: right;}

th.flash {
  font-size: 140%;
  font-weight: bold;
}

