/* 
  ------------------------------------------------
  Marstad CSS
  ------------------------------------------------
*/

body {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 100%;
	margin: 0px;
	background-image: url(../images/logo-art1b.png);
	background-repeat: no-repeat;
	color: 333;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.dog-name {
	font-weight: bold;
	font-style: italic;
	font-size: 2rem;
}
.dog-name-archive {
	font-weight: bold;
	font-style: italic;
	font-size: 1.5rem;
}
.dog-reg-name {
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	font-weight: bold;
}
.ped-name, .comments {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: .95rem;
}
.photo-caption {
	font-family: "Comic Sans MS", cursive;
}
 .address-info {
	font-family: 'PT Serif', serif;
	font-size: 95%;
}
.puppy-info {
	font-family: 'PT Serif', serif;
	font-size: .9rem;
}
.squish {
	height:80%;
}
table.wins {
	text-align: left
	font-family: 'PT Serif', serif;
	font-size: .85rem;
}
table.wins td {
	vertical-align: top;
}
.wins {
	font-family: 'PT Serif', serif;
	font-size: .85rem;
}
table.pedigree {
	background-color: #FFFFCC;
	font-family: 'PT Serif', serif;
	font-variant: small-caps;
	font-size: .85rem;
	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
.ped-listing {
	padding: .8rem .8rem;	
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
.champ {
	color: #900;
}
li.archive {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


td, th {
  padding: 0rem 1rem;
  text-align: left;
}