﻿body {
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	max-width: 800px;
}

td  { font-size: 10pt; font-family: Arial, Helvetica, Verdana, sans-serif; padding-right: 8pt }

pre  {
	padding: 2px;
	background-color: #EEEEEE;
	display: block;
	border: outset thin #888888;
	position: relative;
	font-weight: bolder;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre i { color: blue }
pre em { color: blue }

h1  {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif; ;
	background-color: #FF0000;
	text-align: justify;
	position: relative;
	left: -6px;
}
h2  {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d8e4f0;
	text-transform: none;
	margin-bottom: 0.4em;
	border: outset thin #000000;
	left: -6px;
	position: relative;
}
h3  {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d8e4f0;
	margin-bottom: 0.4em;
	left: -5px;
	position: relative;
}

a:link {
	font-weight: bold;
	color: #000000;
}
a:hover { color: blue; font-weight: bold }
a:visited { font-weight: bold }

img {
    max-width: 95%;
    max-height: 100%;
    object-fit: contain;
}

.tast {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	border-color: #666666 #666666 #000000 #000000; 
	background-color: #d8e4f0; 
	border-style: none; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin
}

.question { color: #0000FF; }
.edition {
	color: white;
	font-style: italic;
	font-weight: bold;
	background-color: red;
	position: relative;
	left: -5px;
}

.Highlight {
	font-weight: bold;
	color: #CC3300;
}

ul {
	padding-left: 6pt;
	padding-right: 6pt;
	margin-left: 6pt;
	list-style-type: none;
	list-style-image: url(remark1.gif);
}
.button {
	background-color: #d8e4f0;
	text-align: right;
	float: right;
}
table	{
	vertical-align: top;
}
.taste {
	font-weight: bold;
	text-transform: none;
	border: thin outset;
	font-size: larger;
	background-color: #CCCCCC;
}
td {
	vertical-align: top;
}
.mark {
	color: white;
	font-style: italic;
	font-weight: bold;
	background-color: #0000FF;
	position: relative;
	left: -5px;
}

@media only screen and (max-width: 1023px) {
.hidden-xs {
  display: none;
}
  
img {
  width: 50%;
  height: 50%;
}
}
