﻿body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: 'Lucida Sans Unicode' , 'Trebuchet MS' , Tahoma, Georgia, Arial;
	font-size: 16px;
}

.print_head
{
    color: #FF0000;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
}

#container {
    width: 700px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
}

.footer
{
    width: 700px; 
    background-color:#ff9900; 
    border: solid 1px #333333;
    text-align: center;
    font-size: 14px;
}

.petname
{
    font-weight: bold; 
    font-size: 40px;
    text-align: center;
}

.pettable
{
    -webkit-text-size-adjust:140%;
}

td
{
    vertical-align: top;
}

#receipt
{
    width: 700px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	font-size: 14px;
}

div.pcode
{
	font-weight: bold;
}

div.pdesc
{
	font-size: smaller;
	color: #666666;
}

div.pprice
{
	color: Green;
}

div.ohead
{
	border-bottom: solid 1px #333333;
	padding-top: 15px;
	font-weight: 600;
}
