
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('fonts/OpenSansCondBold.eot');
	src: url('fonts/OpenSansCondBold.eot?#iefix') format('embedded-opentype'),
	 url('fonts/OpenSansCondBold.woff') format('woff'),
	 url('fonts/OpenSansCondBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
}
@media print {
	.noprint {
	display: none !important;
	}
}
@media not print {
	.onlyprint {
	display: none !important;
	}
}
body {
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	}
h1, h2, h3, h4, h5 {
	margin-bottom: 0em;
	font-weight: 600;
	}
h1 { font-size: 1.5em; }
h3 {
	margin-top: 2em;
	line-height: 1.4em;
	}
h4 {
	margin-top: 1.5em;
	line-height: 1.4em;
	}
table {
	line-height: 1.5em;
	}
input, textarea, select {
	font-size: 14px;
}
input[type=radio] {
	font-size: 16px;
}
input[type=text],
	input[type=password],
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=search],
	input[type=tel],
	input[type=url],
	textarea,
	select
{
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
}
a {
	color: #05e;
	}
a:visited {
	color: #729;
	}
a:hover {
	color: #f40;
	text-decoration: underline;
	}
a:active {
	color: #661b00;
	}
img {
	border: 0;
	padding: 0;
	}
.inner {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
	}
#header {
	text-align: left;	
	padding: 10px 0 5px 0;
	margin: 0 0 1em 0;
	}
#header .inner {
	position: relative;
	height: 72px;
	}
#header .inner img {
	margin-left: -4px;
	padding-top: 18px;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	}
@media print {
	#header ul {
	display: none;
	}
}
#header li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #ddd;
	}
#header li.last {
	margin: 0;
	padding: 0;
	border-right: none;
	}
#header li a {
	color: #f40;
	text-decoration: none;
	}
#header li a:hover {
	color: black;
	text-decoration: underline;
	}
#header li a:active {
	color: #661b00;
	}
#header #navsearch {
	position: absolute;
	right: 0px;
	bottom: 0;
	}
#header .navbar-maybe-wrap {
	display: inline;
	}
@media screen and (max-width: 600px) {
	#header .navbar-maybe-wrap #navbar-item-support {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	}
	#header .inner {
	height: 120px;
	}
	#header #navsearch #navbar-searchbox {
	width: 250px;
	}
	#header .navbar-maybe-wrap {
	display: block;
	}
	#header ul {
	top: 13px;
	}
}
@media print {
	#header #navsearch {
	display: none;
	}
}
#header #navsearch form {
	margin-bottom: 4px;
	}
#content {
	text-align: left;	
	clear: both;
	}
#content p, #content li {
	line-height: 1.5em;
	}
#mainbar {
	float: left;
	width: 75%;
	}
#sidebar {
	float: right;
	width: 22%;
	}
@media screen and (max-width: 780px) {
#mainbar {
	float: none;
	clear: both;
	width: 100%;
	}
#sidebar {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 2em;
	}
}
#flip #mainbar {
	float: right;
	}
#flip #sidebar {
	float: left;
	}
#sidebar ul {
	margin-top: 0.5em;
	padding-left: 0;
	margin-left: 1.2em;
	list-style-type: none;
	}
#sidebar li {
	position: relative;
	}
#sidebar li .bullet {
	position: absolute;
	left: -1.2em;
	}
#sidebar a {
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#footer {
	clear: both;
	margin: 0;
	padding-top: 2em;
	font-size: 90%;
	text-align: center;
	color: #777;
	line-height: 2em;
	}
#footer a {
	text-decoration: none;
	color: #777;
	}
#footer a:hover {
	color: #f40;
	text-decoration: underline;
	}
#footer a:active {
	color: #661b00;
	}
#sidebar #search-box-header {
	margin: 0;
	padding: 0.25em;
	text-align: center;
	color: white;
	background-color: #004080;
	}
#sidebar #search-box {
	background-color: #e6f2ff;
	margin: 0;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	border: 1px solid #004080;
	text-align: center;
	font-size: smaller;
	}
#sidebar #search-box form {
	padding-top: 0.5em;
	margin: 0em;
	}
#sidebar #search-box input {
	margin-bottom: 0.5em;
	}
#sidebar #search-box #search-field {
	width: 95%;
	}
.box-center {
	margin: 0 auto;
	}
.box-width-95 {
	width: 95%;
	}
.box-width-90 {
	width: 90%;
	}
.box-width-80 {
	width: 80%;
	}
.box-width-70 {
	width: 70%;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
img.center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	}
.full-page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-color: #777; 
	background-color: rgba(0, 0, 0, 0.7);
	}
.full-page-overlay-box {
	position: absolute;
	top: 30%; left: 20%; right: 20%;
	background-color: white;
	padding: 0.5em 1.5em 1em 1.5em;
	font-size: 120%;
	text-align: center;
	border-radius: 6px;
	}
.full-page-overlay-box button {
	background-color: inherit;
	position: absolute;
	right: 6px;
	top: 0px;
	height: 32px;
	width: 32px;
	border: none;
	font-size: 30px;
	}
.spinner-icon {
	width: 1.5em;
	height: 1.5em;
	margin: 2em auto 1em;
	border-radius: 50%;
	border-top: .5em solid #fb7;
	border-right: .5em solid #fb7;
	border-bottom: .5em solid #fb7;
	border-left: .5em solid #fff;
	-webkit-animation: spinner-icon 1.0s infinite linear;
	animation: spinner-icon 1.0s infinite linear;
}
@-webkit-keyframes spinner-icon {
	0% {
	-webkit-transform: rotate(45deg);
	}
	50% {
	-webkit-transform: rotate(135deg);
	}
	100% {
	-webkit-transform: rotate(405deg);
	}
}
@keyframes spinner-icon {
	0% {
	transform: rotate(45deg);
	}
	50% {
	transform: rotate(135deg);
	}
	100% {
	transform: rotate(405deg);
	}
}
.ok-box {
	padding: 20px 16px 20px 70px;
	margin: 1em 0;
	background-color: #e4f7e4;
	border-left: 7px solid #9c9;
	background-image: url('/images/green-check-3.png');
	background-repeat: no-repeat;
	background-position: 16px 20px;
	background-size: 40px 40px;
	min-height: 52px;
	line-height: 1.5em;
	}
.ok-box h4, .ok-box h3 {
	margin: 0 0 1em 0;
	}
.ok-box p {
	margin: 1em 0 0 0;
	}
.ok-box p:first-child {
	margin: 0;
	}
.ok-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.ok-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.tip-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #e7f7ff;
	border-left: 7px solid #b7ccdd;
	background-image: url('/images/light-bulb-48x48.png');
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.tip-box h4, .tip-box h3 {
	margin: 0 0 1em 0;
	}
.tip-box p {
	margin: 1em 0 0 0;
	}
.tip-box p:first-child {
	margin: 0;
	}
.tip-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.tip-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.warning-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #ffc;
	border-left: 7px solid #dda;
	background-image: url('/images/warning-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.warning-box h4, .warning-box h3 {
	margin: 0 0 1em 0;
	}
.warning-box p {
	margin: 1em 0 0 0;
	}
.warning-box p:first-child {
	margin: 0;
	}
.warning-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.warning-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.error-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #fee;
	border-left: 7px solid #c44;
	background-image: url('/images/error-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.error-box h4, .error-box h3 {
	margin: 0 0 1em 0;
	}
.error-box p {
	margin: 1em 0 0 0;
	}
.error-box p:first-child {
	margin: 0;
	}
.error-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.error-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.quoted-box {
	padding: 1em;
	margin: 1em 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 1.5em;
	}
.quoted-box p {
	margin: 1em 0 0 0;
	}
.quoted-box p:first-child {
	margin: 0;
	}
.quoted-box blockquote {
	margin: 0;
	}
.quoted-box pre {
	margin: 0;
	}
.data-entry-box-header {
	background-color: #fd9;
	padding: 0.35em;
	margin-top: 2em;
	margin-bottom: 0;
	border: 1px solid #fd9;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	}
.data-entry-box {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
.data-entry-box-no-header {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #eee;
	border-radius: 3px;
	}
.data-entry-subhead {
	font-weight: bold;
	font-size: 105%;
	}
.data-entry-button {
	padding: 1em 0;
	text-align: center;
	}
.radio-row {
	margin-bottom: 1em;
	}
.radio-first-row {
	margin-top: 2em;
	margin-bottom: 1em;
	}
.radio-button {
	float: left;
	}
.radio-caption {
	margin-left: 28px;
	margin-bottom: 0.25em;
	font-weight: bold;
	}
.radio-text {
	margin-left: 28px;
	margin-bottom: 1em;
	}
.text-box-label {
	vertical-align: top;
	text-align: right;
	}
.text-box-box {
	vertical-align: top;
	text-align: left;
	}
table.standard-table {
	border-collapse: collapse;
	}
table.standard-table th {
	padding: 0.25em 0.75em;
	background-color: #fd9;
	border-bottom: 1px solid #fd9;
	}
table.standard-table td {
	padding: 0.25em 0.75em;
	background-color: #eee;
	border-top: 1px solid #fff;
	}
table.mimic-data-entry-box {
	border-collapse: collapse;
	}
table.mimic-data-entry-box tr {
	background-color: #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	}
table.mimic-data-entry-box tr.header-row {
	background-color: #fd9;
	border: 1px solid #fd9;
	border-radius: 3px 3px 0 0;
	}
table.mimic-data-entry-box tr.last-row {
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
table.mimic-data-entry-box th, table.mimic-data-entry-box td {
	padding: 0.35em;
	}
.bold {
	font-weight: bold;
	}
.error {
	font-weight: bold;
	color: #f00;
	}
.all-pages-notice {
	margin: 2em;
	border: 1px solid #aaa;
	padding: 1em;
	background-color: #ffa;
	line-height: 1.5em;
	}
.monospace {
	font-family: Consolas, Menlo, monospace;
	}
kbd, code {
	background-color: #f7f7f7;
	padding: 4px 8px;
	white-space: nowrap;
	font-family: Consolas, Menlo, monospace;
	font-size: 15px;
	}
pre {
	font-family: Consolas, Menlo, monospace;
	line-height: 1.5em;
	font-size: 15px;
	}
.tt-button {
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	padding: 0.6em 1em;
	color: black;
	background-color: #fff7e6;
	border: 2px solid #fb3;
	font-size: 13px;
	}
.tt-button:hover:enabled {
	background-color: #fec;
	}
.tt-button:active:enabled {
	background-color: #fd9;
	}
.tt-button:disabled {
	color: #aaa;
	background-color: #fffaf0;
	border: 2px solid #fd9;const
	}
.tt-button.cancel {
	font-weight: normal;
	}
.clear {
	clear: both;
	}
.flexbox-with-header-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em -1em;
	}
.flexbox-with-header-child {
	flex: 1;
	padding: 1em;
	margin: 1em;
	border-radius: 6px;
	min-width: 300px;
	max-width: 600px;
	}
.flexbox-with-header-header {
	background-color: #fd9;
	margin: -1em -1em 0 -1em;
	padding: 0.5em 1em;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: left;
	}
#status_top {
	display: none;
	margin: -1em 0 1em 0;
	width: 100%;
	}
#status_bottom {
	display: none;
	margin: 1em auto 0 auto;
	font-size: 85%;
	}
a#status {
	display: inline-block;
	box-sizing: border-box;
	padding: 16px 12px;
	background-color: #f7f7f7;
	border-radius: 7px;
	text-decoration: none;
	color: #333;
	text-align: center;
	}
a#status:visited {
	color: #333;
	}
a#status:hover {
	text-decoration: none;
	background-color: #eee;
	}
#status_inner {
	text-align: center;
	font-weight: 600;
	padding: 0 10px;
	}
#status_word {
	}
#status_dot {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: -2px 5px;
	background-color: #f7f7f7;
	border-radius: 9999px;
	}
#status_text {
	}
#status_details {
	display: none;
	margin: 0.75em 0 -0.25em 0;
	padding: 0 1em;
	font-size: 90%;
	text-align: center;
	}
#status.has_details #status_details { display: block; }
#status.ok { background-color: #eefaee; }
#status.ok #status_word { display: inline-block; }
#status.ok #status_dot { background-color: #3b7; }
#status.issues { background-color: #fee; border: 2px solid #f99; }
a#status.issues:hover { background-color: #edd; }
#status.issues #status_word { display: inline-block; }
#status.issues #status_dot { background-color: #900; }
#status.issues_minor { background-color: #ffc; border: 2px solid #cc7; }
a#status.issues_minor:hover { background-color: #eed; }
#status.issues_minor #status_word { display: inline-block; }
#status.issues_minor #status_dot { background-color: #cc7; }
#status.maintenance { background-color: #eee; }
a#status.maintenance:hover { background-color: #ddd; }
#status.maintenance #status_word { display: inline-block; }
#status.maintenance #status_dot { background-color: #f90; }

@media print {
	.inner {
	width: 100%;
	}
	#mainbar {
	width: 100%;
	float: none;
	}
	#sidebar {
	display: none;
	float: none;
	}
	#breadcrumbs {
	display: none;
	}
	#print-tip {
	display: none;
	}
}
h2 {
	margin-bottom: 0.5em;
	}
li {
	margin-bottom: 0.5em;
	}
li ul, li ol {
	margin-top: 0.5em;
	}
pre {
	background-color: #f7f7f7;
	padding: 8px;
	overflow-x: auto;
	max-width: 100%;
	}
.image img {
	max-width: 100%;
	height: auto;
	}
#search-here {
	display: inline;
	}
#search-here-text {
	font-size: smaller;
	background: #ff7;
	border: 1px solid black;
	padding: 0.25em 0.25em 0.25em 0.5em;
	font-weight: bold;
	}
#search-here-arrow {
	margin-left: -2px;
	background-image: url(/includes-private/tiptip-8x12-bg-fff7e6.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
#known-address {
	margin: 0 0 1em 0;
	font-size: smaller;
	border: 1px solid #dda;
	background-color: #ffc;
	}
#known-address p {
	margin: 0.5em;
	}
#ask-for-address {
	margin: 0 0 1em 0;
	border: 2px solid #ee7;
	background-color: #ffb;
	text-align: center;
	border-radius: 0.25em;
}
@media print {
	#ask-for-address {
	display: none;
	}
}
#ask-for-address p {
	margin: 0.75em;
}
#mainbar {
	margin-top: 0;
	}
#mainbar > p:first-child {
	margin-top: 0;
	}
#sidebar .related-items {
	background-color: #e7f7ff;
	color: #004080;
	margin: 0 0 2em 0;
	padding: 0.5em 0.75em;
	border-radius: 3px;
	font-size: smaller;
	}
#sidebar .related-items h2, #sidebar .related-items h3, #sidebar .related-items h4 {
	margin: 0;
	text-align: center;
	color: #004080;
	}
#sidebar .related-items ul {
	margin-bottom: 0.25em;
	}
@media screen and (max-width: 780px) {
#sidebar .related-items ul {
	column-count: 2;
	}
}
@media screen and (max-width: 500px) {
#sidebar .related-items ul {
	column-count: 1;
	}
}
#sidebar .related-items li {
	margin-bottom: 0.25em;
	}
#sidebar .related-items a {
	color: #004080;
	}
.categorycolumn {
	margin: 0px;
	padding: 0px;
	}
.category2column {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 0px;
	}
.category3column {
	float: left;
	width: 33%;
	margin: 0px;
	padding: 0px;
	}
@media screen and (max-width: 700px) {
.category2column {
	float: none;
	clear: both;
	width: 100%;
	}
.category3column {
	float: none;
	clear: both;
	width: 100%;
	}
}
.categorybox {
	margin: 1em 2em 1em 0;
	}
.category-title {
	margin-top: .5em;
	margin-bottom: .2em;
	}
.category-answer {
	margin-top: .2em;
	}
.header3 {
	margin-top: 2em;
	font-weight: bold;
	}
.numbered-step {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #aaa;
	}
.numbered-step-last {
	margin: 1em 0;
	border-top: 1px dashed #aaa;
	}
.image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	}
.screen-shot-border {
	border: 1px solid #999;
	}
#bad-search {
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 1px solid #ccc;
	font-size: small;
	font-style: italic;
	color: #777;
	}
#search-results {
	margin-top: 2em;
	}
.error {
	color: red;
	font-weight: bold;
	}
.editinstructions {
	font-size: small;
	color: #777777;
	margin-top: 4px;
	margin-bottom: 10px;
	}
.editing_notes {
	clear: both;
	border-top: 1px dashed #777;
	margin-top: 30px;
	padding-top: 1em;
	font-size: small;
	color: #777777;
	}
.copyright {
	clear: both;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 1em;
	font-size: small;
	color: #777;
	}
#top-page-search-box {
	background-color:#eee;
	border: 1px solid #eee;
	padding: 1em;
	text-align: center;
	border-radius: 3px;
	line-height: 2em;
	}
#top-page-search-box form {
	margin: 0.75em 0 0 0;
	padding: 0;
	}
#ticket-overview-box {
	background-color: #f7f7f7;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	padding: 0.75em;
	margin: 0;
	}
#ticket-overview-box h3 {
	margin-top: 0;
	color: black;
	}
#ticket-overview-box ul {
	margin-left: 1em;
	padding-left: 0;
	}
#ticket-overview-box li {
	margin-left: 0;
	padding-left: 0;
	}
.ticket-overview-column {
	flex: 1 0 300px;
	margin: 0.75em;
	padding: 0;
	}
.ticket-overview-column form {
	margin-top: 1.5em;
	text-align: center;
	}
#contact-col2-search-box {
	width: 100%;
	max-width: 500px;
	margin-bottom: 1em;
	}
#holiday-hours {
	background-color: #ddffdd;
	border: 1px solid #777777;
	padding: 0 1em;
	margin-bottom: 1em;
	}
.editcaption {
	white-space: nowrap;
	vertical-align: top;
	}
.ticketcaptionfirst {
	margin-top: 0em;
	margin-bottom: 0em;
	}
.ticketcaption {
	margin-top: 1.5em;
	margin-bottom: 0em;
	}
.tickettip {
	margin-top: 0.3em;
	margin-bottom: 1em;
	font-size: smaller;
	font-style: italic;
	color: #777;
	}
.ticketbox {
	margin-top: 0.3em;
	}
.ticketbox input, .ticketbox textarea {
	max-width: 100%;
	}
.ticketerrorfirst {
	color: red;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	}
.ticketerror {
	color: red;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0em;
	}
.external-referer {
	background-color:#fec;
	border: 1px solid #000;
	padding: 1em;
	margin-top: 0em;
	margin-bottom: 2em;
	}
.fineprint {
	font-size: small;
	}
.invisible {
	background-color:#fee;
	}
.needs_review {
	background-color:#ffc;
	}
.nesting_0 {padding-left: 0px;}
.nesting_1 {padding-left: 20px; padding-top: 1em;}
.nesting_2 {margin-left: 40px; padding-top: .75em;}
.nesting_3 {padding-left: 60px; padding-top: .5em;}
.nesting_4 {padding-left: 80px; padding-top: .25em;}
.nesting_5 {padding-left: 100px; padding-top: .1em;}
.nesting_6 {padding-left: 120px;}
.nesting_7 {padding-left: 140px;}
.nesting_8 {padding-left: 160px;}
.nesting_9 {padding-left: 180px;}
#edit-links {
	font-size: smaller;
	margin-bottom: 2em;
	}
table#price-comparison {
	border-collapse: collapse;
	border: none;
	}
#price-comparison th {
	background-color: #fd9;
	padding: 0.5em 1em;
	text-align: right;
	}
#price-comparison th:first-child {
	text-align: left;
	}
#price-comparison td {
	background-color: #eee;
	border-top: 1px solid #fff;
	padding: 0.5em 1em;
	text-align: right;
	}
#price-comparison td:first-child {
	text-align: left;
	}
table.field-value {
	margin-left: 1em;
	border-collapse: collapse;
	border: none;
	}
table.field-value td {
	padding: 0.5em 0.25em;
	vertical-align: top;
	}
table.field-value td:first-child {
	text-align: right;
	white-space: nowrap;
	}
#breadcrumbs {
	font-size: smaller;
	margin-top: -1em;
	margin-bottom: 2em;
	color: #777;
	}
#breadcrumbs a {
	text-decoration: none;
	color: #777;
	}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #f40;
	}
#breadcrumbs a:active {
	color: #661b00;
	}
.diff-table {
	border-collapse: separate;
	border-spacing: 0 1em;
	}
.diff-tr {
	vertical-align: top;
	}
.diff-td {
	width: 50%;
	white-space: pre-wrap;
	}
.diff-delete {
	background-color: #f99;
	}
.diff-insert {
	background-color: #9f9;
	}
.your_ip_address {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #070;
	margin: 20px;
}
@media (max-width: 800px) {
	.your_ip_address { font-size: 150%; };
	}
@media (max-width: 600px) {
	.your_ip_address { font-size: 100%; };
	}
