﻿body
{
	font-family:"Comic Sans MS"
}
.judges
{
	text-align:center;
	font-size:30pt;
	color: green;
	font-weight: bold;
	font-variant: small-caps
}
.bis
{
	color: blue;
	font-weight: bold;
	font-size: 26pt;
	font-variant:small-caps
}
.section
{
	color:green;
	font-size:24pt;
	text-align:left;
}
.entries
{
	color:blue;
	text-align:left;
	font-size:larger;
}
.placeWidth
{
	width:5%;
}
.awards
{
	color:red;
}
.tableCentre
{
	margin-right:auto;
	margin-left:auto;
}
.divFullImage
{
	visibility:hidden;
	position:fixed;
	bottom:0%;
	right:0%;
}
.dogName
{
	background-color:aqua;
}
.divComment
{
	visibility:hidden;
	position:fixed;
	bottom:10%;
	right:0%;
	background-color:white;
	font-family:'Times New Roman', Times, serif;
	margin-left:50%;
	margin-right:5%;
	border:medium black outset;
}